summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2009-05-27Documentation.David Robillard1-3/+22
2009-05-27Documentation.David Robillard3-6/+33
2009-05-27Add methods documentation page.David Robillard8-151/+224
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard16-80/+91
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard20-280/+177
2009-05-13Support re-attaching to Jack.David Robillard3-5/+0
2009-05-13Fix Jack port names.David Robillard2-2/+2
2009-05-13Clean up Jack shutdown semantics.David Robillard2-2/+4
2009-05-13Fix crash on patch load.David Robillard2-5/+1
2009-05-13Remove old/unused DSSI program API.David Robillard8-83/+0
2009-05-13Update copyright dates.David Robillard155-155/+155
2009-05-13Strip trailing whitespace.David Robillard155-1248/+1248
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard2-4/+4
2009-05-13Generic simple query system for both objects and plugins.David Robillard14-65/+95
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard10-164/+39
2009-05-13Remove 'using' declarations from headers.David Robillard81-230/+311
2009-05-13The great ID refactoring of 2009.David Robillard65-658/+526
2009-05-12Remove deprecated new_node interface in favour of URI hackery.David Robillard6-77/+10
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard12-60/+53
2009-05-12Fix lv2.h include problem.David Robillard4-7/+9
2009-05-12Fix internal node names.David Robillard5-9/+5
2009-05-12Detach/Reattach from/to Jack from UI (ticket #180).David Robillard20-185/+214
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard11-36/+24
2009-05-11Fix subpatch MIDI IO.David Robillard7-30/+36
2009-05-11* New ontology.David Robillard19-531/+114
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-4/+4
2009-05-03Keep correct timers even when event write fails.David Robillard2-11/+9
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard16-230/+340
2009-02-20Fix crash when connecting ports with mismatched poly where the destination po...David Robillard2-7/+7
2009-02-12Fix mandatory check for boost headers.David Robillard1-1/+2
2009-01-15Add -Woverloaded-virtual to --strict flags and fix associated problems (notab...David Robillard4-5/+5
2008-12-22Fix crash when deleting ports that send lots of broadcast events (e.g. a cont...David Robillard1-17/+16
2008-12-22Fix ingen -l (fix ticket #314).David Robillard1-2/+1
2008-12-22Fix loading nodes (etc) via OSC.David Robillard1-0/+2
2008-12-22Don't build ingen LV2 wrapper (not working yet).David Robillard1-13/+13
2008-12-22Don't attempt to directly connect buffers with mismatches sizes on disconnect...David Robillard1-1/+1
2008-12-21Fix mixdown of several connections with varying sizes (i.e. control and audio...David Robillard2-8/+7
2008-12-21Change configuration header name to something less likely to conflict.David Robillard12-12/+12
2008-12-21Fix crash on exit when Jack ports be hangin' 'round (fix ticket #307).David Robillard1-0/+2
2008-12-20Fix clear patch when patch contains driver ports (fix ticket #288).David Robillard2-14/+36
2008-12-20Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f...David Robillard14-72/+106
2008-12-20Fix race condition on clear patch.David Robillard4-7/+7
2008-12-20Update lv2_contexts.h:David Robillard2-3/+3
2008-12-16Trim include dependency tree.David Robillard69-167/+127
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-0/+5
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard2-5/+16
2008-11-29Fix local includes to use quotes (to always build against local version).David Robillard1-2/+2
2008-11-29Upgrade to waf 1.5.0.David Robillard3-27/+25
2008-11-29Prefixes with underscores look weird.David Robillard1-1/+1
2008-11-29Set properties (not variables) on internal nodes so serialisations match LV2 ...David Robillard3-11/+15