My suggestion is to use the packages provided by your distribution when possible. If you prefer to compile the program yourself, I would like to give you some advices to build VMPK with the new features. First of all, you need CMake 2.8. The touch screen feature is available on all platforms, thanks to Qt >= 4.6 (but is better supported in Qt 4.7). There are two new build options:
- RTMIDI_DRIVER: selects the RtMidi backend. The default one depends on the OS. Allowed values: ALSA, JACK, COREMIDI, IRIX, WINMM, NET.
- PROGRAM_NAME: selects the executable name.
$ mkdir build-jack $ cd build-jack $ cmake .. -DRTMIDI_DRIVER=JACK -DPROGRAM_NAME=vmpk-jack -DCMAKE_BUILD_TYPE=release $ make $ mkdir build-net $ cd build-net $ cmake .. -DRTMIDI_DRIVER=NET -DPROGRAM_NAME=vmpk-net -DCMAKE_BUILD_TYPE=release $ make
For the network version, there is a new help page here: http://vmpk.sourceforge.net/m/
Enjoy!
Hi Pedro.
ReplyDeleteVMPK is a great piece of software. I'm having some problems with 0.3.3 sending any syx files that are larger than 12 bytes or contain multiple commands however. Could this likely be fixed in 0.4.0 with the new version of RTMIDI?
Hi Pedro. I've found a way to send my sysex commands via the Terminal using amidi. Happy sticking with 0.3.3 for now, does everything I need :)
ReplyDeleteThis is a fantastic piece of software; thank you for taking the time to write it!
ReplyDeleteDoes anyone know if there is some where we can discuss it...?
Im really keen to find away to add an Auto Accompaniment mode? Be it through a specific soundfont or multi note mappings?
If anyone has any suggestions please let me know.
Thanks
@mtwelve: thanks.
ReplyDeleteVMPK has a mailing list:
https://lists.sourceforge.net/lists/listinfo/vmpk-devel
Web Forums:
https://sourceforge.net/projects/vmpk/forums
And trackers for bugs and feature requests:
https://sourceforge.net/tracker/?group_id=236429
Regards,
Pedro