G
Guest
Two questions. The first and one more likely to be answered is
Can you call/run a Windows executable file from within C++ source code? The executable itself runs in a DOS window and asks for user input, i.e. choose 1 to use an audio stream, 2 to read from a file, and 0 to exit. If 2 is selected a file name and path is required. I'd like to know if it is also possible to supply these parameters through the interface program as opposed to directly into the called external program
The second question is about whether anyone has experience with the MAMI audio library. Its primary use is for melody retrieval but this demo (the executable in question) at least allows Wave file to MIDI conversion. Does anyone have a list of the proceedure names and/or functions as the provided documentation is very threadbare
Thanks.
Can you call/run a Windows executable file from within C++ source code? The executable itself runs in a DOS window and asks for user input, i.e. choose 1 to use an audio stream, 2 to read from a file, and 0 to exit. If 2 is selected a file name and path is required. I'd like to know if it is also possible to supply these parameters through the interface program as opposed to directly into the called external program
The second question is about whether anyone has experience with the MAMI audio library. Its primary use is for melody retrieval but this demo (the executable in question) at least allows Wave file to MIDI conversion. Does anyone have a list of the proceedure names and/or functions as the provided documentation is very threadbare
Thanks.