Garth Dahlstrom wrote: > I've spent the last couple hours merging Tom's branch of MIDI learning > code into trunk. Everything works now (at least on Linux).
Did you perchance test with a MIDI controller with LED feedback? I've discovered a couple problems trying to get LED feedback to work with an SCS.3d. (Input works fine.) First, it seems the MidiLedHandler object(s) never get created. (I made some changes to midiledhandler.cpp to allow for a third byte but the code never runs.) So I checked the other files and noticed that at line 627 in dlgprefmidi.cpp, the MidiLedHandler::createHandlers constructor is called without enough parameters (no QString device third parameter.) So, I tried to add a third parameter (copied from line 127 in dlgprefmidibindings.cpp.) But when I re-ran scons, /it never noticed the change!/ So something's really goofy there, and I have no idea how to fix it (other than that dlgprefmidi.cpp is not listed in src/SConscript, but neither are a few others, so I don't know what to do next.) Let me know what to try next (and if this should be added to the bug tracker.) Sincerely, Sean M. Pappalardo <<--------------------------------------------------------------------------------->> This E-Mail message has been scanned for viruses and cleared by >>SmartMail<< from Smarter Technology, Inc. <<--------------------------------------------------------------------------------->> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
