-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ALSA error making port connection with TiMidity 128:0 #62
Comments
ok I need to check , on my ubuntu (14.04 I guess) I have version 2.0.1 thanks for the bug report |
also what happen if you first select the song AND then you change the output device ? |
I use Debian Wheezy, with "gcc (Debian 4.7.2-5) 4.7.2". If I select the song before (with the default output device Midi Through 14:0) then I have exactly the same error. Yes, crash is right after song selection. I click on a song and then crash immediately. |
thanks for the precision, I got a friend of mine who have a Debian wheezy I will try to compile it on his system this Wednesday , so that it will be easier for me to have exactly the same environment as you. |
@OPiMedia , actually my friend has skype on his 64 bit debian, which cause strange dependencies error when we try to install -dev packages to make it compiles on his machine I think I will have to install a virtual machine myself to test your issue. |
note to myself: i can actually test using a docker container (will be simpler to setup) |
I select a good output device with the interface, next I select a song.
And then the program stop and tell me:
"MidiInAlsa::openPort: ALSA error making port connection.
terminate called after throwing an instance of 'RtMidiError'
what(): MidiInAlsa::openPort: ALSA error making port connection."
My simple test program run well:
https://bitbucket.org/OPiMedia/hellanguages/src/default/Cpp/sound/MIDI/RtMidi/simple_rtmidi
I use the last RtMidi version: 2.1.0.
The text was updated successfully, but these errors were encountered: