Now the strings are working fine! \o The problem is that the instruments issue persisted...
Now the strings are working fine! \o The problem is that the instruments issue persisted...
Another thing, when I try to play a wstring the compiler says: test.cpp:12:49: error:...
Well, It only works if I define input as a MString and initialize it with a literal...
I haven't tried to solve the instrument problem yet. But now I have some doubts about...
Well, I tried saveToMidi File tip and when I played the MIDI file the same problem...
I dont know why but when I try to run this code: int main(){ CFugue::Player player(1,...
Got it! I was forgetting about -lpthread and -std="c++0x". Now it's working properly....