summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-07Fix compilation with ancient boost intrusive_ptr (fix ticket #467).David Robillard2-2/+4
2010-01-07Virtual destructor for EventSource.David Robillard1-1/+1
2010-01-07Better log output.David Robillard7-25/+26
2010-01-07Remove excessive debug output of compiled patch order.David Robillard1-12/+0
2010-01-07Fix HTTP and OSC (make EventSource::activate_source virtual again).David Robillard1-2/+2
2010-01-07Consistent debug output for LV2URIMap.David Robillard1-2/+4
2010-01-07Quit cleanly from connect dialog when not connected to engine.David Robillard6-72/+50
2010-01-07Fix compilation with --log-debug.David Robillard6-8/+19
2010-01-07Add option to build without HTTP support.David Robillard1-3/+6
2010-01-07Shrink ClientBroadcaster code via macro.David Robillard3-149/+47
2010-01-07Make ClientBroadcaster itself a ClientInterface.David Robillard10-39/+94
2010-01-07Merge QueuedEventSource and EventSource.David Robillard18-132/+69
2010-01-07Tidy.David Robillard23-171/+30
2010-01-06Fix warnings about ScrolledWindow / ViewPort.David Robillard1-11/+3
2010-01-06Do all logging output via Raul streams.David Robillard108-628/+460
2010-01-06Fix error message.David Robillard3-2/+3
2010-01-05JackAudio* -> Jack*David Robillard3-69/+68
2010-01-05JackAudioDriver.[ch]pp -> JackDriver.[ch]ppDavid Robillard4-3/+3
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard29-830/+200
2010-01-05Remove no longer used jack_compat.hDavid Robillard2-57/+0
2010-01-05Realtime safe buffer reference handling.David Robillard20-54/+86
2010-01-05Remove unused Buffer.cpp (Buffer::create).David Robillard1-46/+0
2010-01-05Remove unused Buffer::_local.David Robillard2-2/+1
2010-01-05Event mixing.David Robillard5-12/+99
2010-01-04Remove prototypes for nonexistent EventBuffer methods.David Robillard1-3/+0
2010-01-04Remove unused EventBuffer::append method.David Robillard2-42/+0
2010-01-04Fix LV2Object::from_atom to match prototype.David Robillard3-3/+3
2010-01-04Remove redundant LV2EventBuffer class and merge with EventBuffer.David Robillard11-446/+240
2010-01-03Remove patch clear command (fix ticket #375).David Robillard37-449/+1
2010-01-03Follow renames in patch tree window (fix ticket #409).David Robillard2-21/+32
2010-01-02Don't show control window controls for audio inputs (fix ticket #464).David Robillard1-11/+16
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard18-173/+190
2009-12-30Turn off debugging.David Robillard2-4/+4
2009-12-30Fix renaming (fix ticket #458).David Robillard10-55/+127
2009-12-30Better error reporting for bad PUT.David Robillard2-8/+23
2009-12-30Fix serialisation of subpatches.David Robillard1-6/+6