forked from x37v/evolver-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
An editor for the Dave Smith Insturment's Evolver [table top].
License
ascallonisi/evolver-editor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a graphical editor for the Dave Smith Instrument's Evolver synthesizer. It was developed for the tabletop version, but I figure it should work for the keyboard version as well. It has been tested on Linux and I'm pretty sure it also works on OSx. Author/contact: By Alex Norman (http://x37v.info) If you have bug reports/fixes, improvements, comments please contact me via my webpage. Licence: This software is licenced GPL v3, see the file "COPYING" for more information. Requirements: This software depends on libportmidi/libporttime, QT4 and libboost_program_options. on ubuntu: libportmidi-dev libboost-program-options-dev libqt4-dev Building/Installing: If you want to install somewhere other than /usr/local/bin then edit: evolver_editor.pro Then, you generate the makefile using 'qmake', build the binary using 'make' and then install it [if you want] using 'make install'. qmake && make sudo make install Running: Use the -h switch to find out the command line options. To get data from the evolver you have to connect the MIDI out of the evolver to the software, use the -i command line switch to specify the device to use for that or use the GUI tab to select your MIDI in device. To send data to the evolver you have to connect the MIDI out from this software to your evolver, use the -o command line switch to do that or use the GUI tab to select your MIDI out device. Example: I will use evolver_editor -l to list the MIDI i/o devices and then when I've found the ones I want to connect to, lets say input index 3 and output index 2, I run the software using the following command: ./evolver_editor -i 3 -o 2
About
An editor for the Dave Smith Insturment's Evolver [table top].
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 99.2%
- QMake 0.8%