Hi
I'm working on an acoustic room simulation with the processing being performed in a dll. It seems as though calling the function via dllimport requires the function to be static, limiting me to one audio source at a time, due to the design of the DSP. Is there a way to create nonstatic instances of imported extern functions so that they can be used as independent objects?
Thanks
↧