summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-27Add real-time annotations for sfpv.David Robillard2-1/+7
2012-05-24Delete trailing whitespace.David Robillard2-2/+2
2012-05-23Trim unnecessary includes.David Robillard42-153/+35
2012-05-23Implement event mixing.David Robillard1-25/+41
2012-05-23Move mixing stuff to mix.cpp.David Robillard4-90/+126
2012-05-23Fix creation of event ports via GUI.David Robillard1-0/+4
2012-05-23Clean up CreatePatch polyphony stuff.David Robillard5-29/+25
2012-05-23Tidy.David Robillard5-36/+1
2012-05-23SetMetadata => Delta.David Robillard5-37/+37
2012-05-23Fix creation of several ports in rapid succession (e.g. on patch load).David Robillard6-60/+57
2012-05-23Don't save ingen:activity as a persistent property.David Robillard1-0/+1
2012-05-23Fix copying of audio buffers and polyphonic audio output.David Robillard3-5/+10
2012-05-23Fix more debug logging stuff.David Robillard2-2/+2
2012-05-23Update status bar only for control ports with the pointer over them.David Robillard2-7/+11
2012-05-23Fix crash when loading polyphonic patches.David Robillard4-15/+23
2012-05-23Fix voice debugging stuff.David Robillard1-19/+21
2012-05-22Remove redundant method.David Robillard2-9/+0
2012-05-22Fix crash when connecting control port to audio output on the root patch.David Robillard1-0/+1
2012-05-22Fix crash when setting nodes polyphonic.David Robillard6-21/+38
2012-05-22More work on test suite.David Robillard62-375/+823
2012-05-20Remove Deactivate event.David Robillard2-52/+0
2012-05-20Update to r68/autowaf.David Robillard1-0/+0
2012-05-18Beginnings of a test framework.David Robillard14-137/+475
2012-05-17Remove pointless state and constructor from Parser.David Robillard3-10/+2
2012-05-17Eliminate static variable.David Robillard1-1/+1
2012-05-17Eliminate static variable.David Robillard3-17/+36
2012-05-15Remove unused PluginImpl stuff.David Robillard5-95/+11
2012-05-15Remove ClientSender and move code to Get.cpp (the only place it was used).David Robillard5-223/+82