summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Tidy configure output.David Robillard1-2/+2
2012-07-29Remove unused ObjectModel::_meta.David Robillard2-3/+0
2012-07-29Add UI for adding arbitrary object properties to properties dialog.David Robillard3-27/+342
2012-07-27Sshh.David Robillard1-2/+0
2012-07-27Silence invalid control binding error message.David Robillard1-1/+1
2012-07-26Process notifications when no events are pending (prevent overflow).David Robillard2-1/+5
2012-07-26Fix post processor ordering to be correctly monotonic between both pre-proces...David Robillard3-19/+22
2012-07-26Increase notification ring size.David Robillard2-10/+12
2012-07-26Fix creation of polyphonic nodes from plugin dialog.David Robillard1-4/+3
2012-07-26Gracefully handle notification ring overflow.David Robillard1-2/+9
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard29-112/+116
2012-07-26Better error message for unknown port types.David Robillard1-1/+2
2012-07-25Make compile_recursive private to PatchImpl.cpp.David Robillard2-19/+17
2012-07-25Remove unnecessary NodeImpl::_srate field.David Robillard5-15/+22
2012-07-25Fix control bindings for logarithmic and sample rate control ports.David Robillard9-34/+78
2012-07-24Fix configuration output alignment.David Robillard1-1/+0
2012-07-18Working bi-directional UI <=> plugin messaging.David Robillard17-196/+147
2012-07-18Factor out 'inherit plugin port properties' pattern.David Robillard1-19/+11
2012-07-17Wrap notification stuff behind simple API and hide details in Context.David Robillard7-37/+84
2012-07-17Implement worker extension correctly (for one voice only).David Robillard19-114/+301
2012-07-17Tidy.David Robillard1-1/+1
2012-07-16Preliminary somewhat kludgey support for UIs sending messages to Sequence inp...David Robillard2-32/+25
2012-07-16Tidy.David Robillard1-1/+1
2012-07-15Bump sord dependency.David Robillard1-1/+1
2012-07-14Remove old host-info description.David Robillard1-11/+1
2012-07-09Update to r72/autowaf (don't run ldconfig when destdir is given as an option).David Robillard1-0/+0
2012-07-09Improve documentation style.David Robillard1-0/+0
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard1-0/+0
2012-07-09Improve INSTALL file.David Robillard1-17/+41
2012-07-08Update to r69/autowaf (fix Python3 compatibility).David Robillard1-0/+0
2012-07-06Fix crash when instantiating plugins with worker interface.David Robillard1-1/+1
2012-06-30Fix occasional crashes after node deletion (fix #843).David Robillard1-0/+4
2012-06-29Fix crashes caused by events attempting to respond to deleted clients (fix #8...David Robillard25-114/+114
2012-06-13Fix control binding loading.David Robillard2-11/+16
2012-06-13Fix saving of control bindings.David Robillard5-33/+60
2012-06-12Correctly handle termination with GUI running (fix #833).David Robillard1-6/+4
2012-06-12Tidy.David Robillard1-14/+11
2012-06-12Add "expose" (to parent) operation for ports.David Robillard7-42/+98
2012-06-10Working control ports when running under LV2.David Robillard1-1/+5
2012-06-05Use LV2 buf-size extension.David Robillard4-16/+50
2012-06-02Use URI constants.David Robillard1-2/+2
2012-06-01Functioning MIDI input and internals when running as an LV2.David Robillard4-3/+19
2012-05-31Fix returned reference to temporary.David Robillard1-1/+1
2012-05-31Fix glitchy audio.David Robillard1-11/+3
2012-05-31Implement Control/CV morph ports.David Robillard7-98/+196
2012-05-29Use appropriate type for port count.David Robillard1-4/+4
2012-05-28... missed one.David Robillard3-6/+4
2012-05-28Remove accidentally added include.David Robillard1-1/+0
2012-05-28Cache lilv nodes used for instantiation in LV2Info.David Robillard3-50/+46
2012-05-27Tidy up SSE detection code.David Robillard1-6/+4