Quoting Shane Ambler <[email protected]>: > On 14/06/2013 16:28, Raine M. Ekman wrote: >> Quoting Shane Ambler <[email protected]>: >>> This may be FreeBSD specific but I found that the only way to make >>> use of usb-midi is through jack_umidi. So I started adding it to >>> lmms. >>> >>> I have jack midi input working so far with two issues. >>> >>> 1. soundfont does not receive any midi input >> >> Does your code call instrument->isMidiBased() or something like that? >> The sf2player lies on that point, not that it has mattered much >> before... > > What I added doesn't call that, but I have tried changing > sf2player::isMidiBased to return both true and false
I got a little suspicious about that and looked at the code. sf2player::isMidiBased returning false should fix that bug, at least it does for me. Maybe you forgot to "make install" or something when you tried? -- [email protected] http://www.mikseri.net/radioproject ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ LMMS-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmms-devel
