summaryrefslogtreecommitdiffstats
path: root/src/engine/ControlBindings.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-10/+14
2010-02-24Add new Delay internal.David Robillard1-1/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-0/+23
2010-02-09Non-fatal warning when control is out of range (needs to be sorted out...).David Robillard1-1/+12
2010-02-09Make control bindings actually (audibly) take effect.David Robillard1-2/+12
2010-02-04MIDI feedback.David Robillard1-101/+205
2010-02-03Only bind notes to toggle controls, so it is possible to bind non-toggle cont...David Robillard1-1/+9
2010-02-03Binding of MIDI notes to toggle parameters.David Robillard1-8/+34
2010-02-03Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).David Robillard1-3/+9
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-20/+86
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-2/+2
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-2/+1
2010-01-29Remove references to deleted ports with control bindings (fix crash when appl...David Robillard1-4/+30
2010-01-29Send binding information to client.David Robillard1-6/+20
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-0/+96