-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Matthew Smith a écrit : > Quoth Raphaël Doursenaud at 2008-11-17 06:30... >> I use a patched version of simplesysexxer and I'm happy with it! >> >> I can send the patch upon request. > > Thanks for your reply, Raphaël. I had been following a trail that > started with an online magazine article which took me to sysexxer, found > it wasn't developed any more, that took me to simplesysexxer - so yes, > that is one of the options that I was looking at. > > If it works well for you, yes, I would love to have the patch. Thank you. > > Cheers > > M > Here it is. The problem was that it created sysex data fine but it was unable to load the file. This patch corrects this. AFAIK it's unsupported upstream but now that I fixed this problem I think it's not needed. I use it to manage my different setups for my ADA MP1, TC Electronic G.major, Roland SC-55 and TD-12 and never had a single problem. Good luck! - -- Raphaël Doursenaud -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkkgk9AACgkQaZKmNAdXaVUfRQCg1J5WS7WHA21xU40rRCIdUOQs gGoAniUVO1O6jgcCzvFJyJlUGfCUVUT9 =vXe5 -----END PGP SIGNATURE-----
diff -Nurp SimpleSysexxer.orig/IO_manager.cpp SimpleSysexxer/IO_manager.cpp --- SimpleSysexxer.orig/IO_manager.cpp 2006-04-24 11:32:07.000000000 +0200 +++ SimpleSysexxer/IO_manager.cpp 2008-09-30 19:26:58.000000000 +0200 @@ -286,14 +286,12 @@ void IO_manager::loadFile( QString FileP { instance()->EventList->append( instance()->TempInputStore ); instance()->TempInputStore = new vector<unsigned char>; + // Never forget this ;-) + EventListMutex->unlock(); emit instance()->EventArrived(); } } - updateUi(); - - // Never forget this ;-) - EventListMutex->unlock(); }
_______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user