summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard7-34/+35
2012-11-18Simple keyboard navigation for plugin menu.David Robillard1-6/+7
2012-11-18Don't broadcast CV inputs connected to audio outputs.David Robillard1-2/+4
2012-11-18Set atom:supports properties for patch event inputs.David Robillard1-1/+8
2012-11-18Don't do top level Glib things if Glib is already initialized.David Robillard1-4/+6
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard9-11/+27
2012-11-17Gracefully handle failure to send notifications due to buffer overrun.David Robillard3-12/+20
2012-11-17Gracefully ignore plugins with invalid ports.David Robillard1-2/+7
2012-11-17Generate sensible default symbols for plugins with URIs where the last path c...David Robillard1-22/+32
2012-11-17LV2 time support when running as a plugin.David Robillard1-1/+13
2012-11-17Set plugin<=>UI queue size based on LV2 options.David Robillard5-9/+10
2012-11-17Don't complain about ingen:activity property for unknown object since it's tr...David Robillard1-2/+3
2012-11-16Remove unnecessary include.David Robillard1-1/+0
2012-11-16Add time internal that sends Jack transport updates as LV2 time positions.David Robillard12-0/+248
2012-11-12Fix edge restoration in subgraphs (fix #864).David Robillard1-4/+5
2012-11-12Fix typo.David Robillard1-1/+1
2012-10-27Replace octaves port with note number port.David Robillard2-12/+9
2012-10-27Remove unused colour.David Robillard2-2/+0
2012-09-16Support latest options and morph extensions.David Robillard5-24/+44
2012-09-13Update to r87/autowaf (Build debuggable library with PDB file under MSVC with...David Robillard1-0/+0
2012-09-13Update to r86/autowaf (Fix pkg-config checking with --pardebug).David Robillard1-0/+0
2012-09-12Clean up wscripts.David Robillard1-28/+24
2012-09-11Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug).David Robillard1-0/+0
2012-09-10Update to r83/autowaf (Fix mandatory pkg-config checks).David Robillard1-0/+0
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-0/+0
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard1-1/+1
2012-08-31Implement host side of buf-size via options.David Robillard5-13/+110
2012-08-29Update for latest options extension.David Robillard1-4/+4
2012-08-29Implement buf-size via options.David Robillard2-34/+45
2012-08-22Fix warning.David Robillard1-1/+1
2012-08-22Fix event list bugs. Maybe.David Robillard1-25/+21
2012-08-22Fix occasional crash in event handling.David Robillard1-1/+1
2012-08-20Replace several assertions with graceful error handling.David Robillard14-48/+34
2012-08-20Fix crash (bad assertion) on high event rates (notably fast GUI parameter twi...David Robillard2-4/+5
2012-08-20Add AMS style octaves output to note block.David Robillard2-12/+25
2012-08-19Draw CV ports as a distinct colour.David Robillard2-0/+6
2012-08-19GraphObject => NodeDavid Robillard72-330/+336
2012-08-19Patch => GraphDavid Robillard146-1937/+1942
2012-08-18Node => BlockDavid Robillard106-861/+864
2012-08-18Fix running as an LV2 plugin.David Robillard4-15/+32
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard78-557/+544
2012-08-16Remove all 'using namespace Raul'.David Robillard23-184/+159
2012-08-16Update ontology.David Robillard2-37/+62
2012-08-16Set initial ingen:value property for ports with a value.David Robillard1-1/+6
2012-08-16Don't save the transient ingen:activity property in the model or on disk.David Robillard1-1/+7
2012-08-16Fix broken lv2:default saving and save current value as the lv2:default for c...David Robillard1-3/+11
2012-08-16Remove verbose logging stuff from Thread.David Robillard6-6/+6
2012-08-16Remove Raul::Slave class.David Robillard10-37/+72
2012-08-15Clean up includes.David Robillard38-53/+25
2012-08-15Remove unnecessary Jack thread bookkeeping stuff.David Robillard2-19/+11