summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-14Remove voice specific control setting.David Robillard28-352/+13
2010-02-14Correctly initialise object buffers.David Robillard2-2/+10
2010-02-13Fix node creation via HTTP (port parsing from string).David Robillard1-1/+1
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard42-378/+454
2010-02-13Make preset menu work when clicking items (previously only worked when pressi...David Robillard2-11/+27
2010-02-10Don't double-serialise port values.David Robillard1-4/+0
2010-02-09Fix port value broadcasting to work with all types.David Robillard2-4/+4
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 Robillard2-3/+13
2010-02-09Fix bugs with child blocking events.David Robillard3-9/+15
2010-02-07Show type (LV2, LADSPA, etc) label in plugin window rather than URI.David Robillard2-15/+16
2010-02-04Fix a bunch of memory leaks.David Robillard17-31/+60
2010-02-04Tidy up DeprecatedLoader, fix predicates.David Robillard2-13/+4
2010-02-04Consistent name (property_changed) for ObjectModel::signal_property handlers.David Robillard10-19/+19
2010-02-04Follow lv2:name for nodes as well (when human names are visible).David Robillard1-3/+13
2010-02-04Change patch port label when human name changes (e.g. update label when chang...David Robillard3-10/+15
2010-02-04Fix crash on port rename (fix ticket #478).David Robillard1-1/+1
2010-02-04... but not in python :)David Robillard1-1/+1
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard19-44/+43
2010-02-04Use full URIs where necessary (fix lost properties bugs).David Robillard1-4/+4
2010-02-04MIDI feedback.David Robillard8-135/+273
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard54-389/+381
2010-02-03Make human names work with LADSPA plugins as well (fix ticket #477).David Robillard8-87/+81
2010-02-03Fix connecting via HTTP (partially, GUI shows up at least...).David Robillard1-4/+1
2010-02-03Consistent message style.David Robillard1-3/+3
2010-02-03Only bind notes to toggle controls, so it is possible to bind non-toggle cont...David Robillard2-2/+10
2010-02-03Binding of MIDI notes to toggle parameters.David Robillard5-9/+43
2010-02-03Properly detect lv2:portProperty.David Robillard2-6/+6
2010-02-03Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half).David Robillard9-13/+33
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard76-549/+619
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard78-396/+586
2010-02-02Use Glib quarks to implement LV2 URI Map extension.David Robillard2-27/+9
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard36-196/+29
2010-02-01Fix leaks and an iterator error found by cppcheck.David Robillard4-3/+15
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard159-474/+473
2010-01-30Tidy.David Robillard1-2/+2
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard24-75/+204
2010-01-29Remove references to deleted ports with control bindings (fix crash when appl...David Robillard4-19/+58
2010-01-29Send binding information to client.David Robillard17-8/+310
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard47-145/+365
2010-01-28Don't load ingen:node and lv2:port as properties (so they don't show up in pr...David Robillard2-0/+14
2010-01-28Shrink code (generic Control::enable and Control::disable by iterating over b...David Robillard2-63/+20
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard9-38/+38
2010-01-28Trim cruft.David Robillard1-8/+1
2010-01-28Ssshhh.David Robillard1-1/+0
2010-01-28Universal properties window.David Robillard18-746/+553
2010-01-22Use FlowCanvas centering code.David Robillard1-6/+2
2010-01-18Make path and URI selectable in node properties window (fix ticket #473).David Robillard1-0/+6
2010-01-07Add missing base class virtual destructor stubs.David Robillard5-3/+4
2010-01-07Remove cruft.David Robillard1-21/+0