Allow multiple instances/files at one time
Brought to you by:
audioexpert,
audiogenie
Right now if one process does AudioGenie.AUDIOAnalyzeFile(path) and another process does AudioGenie.AUDIOAnalyzeFile(path2), it basically uses the last opened file for any further querying to the metadata.
Would be be possible to assign a handle/pointer to the file so that we can move the .net wrapper to a class instead of a module and reference files by their handle.
Thanks