summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-08-01Remove PostProcessor thread, post-process in main thread instead (solves scri...David Robillard12-43/+69
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard33-90/+228
2007-07-31Functional engine Python bindings (e.g. ingen -e -r patchomatic.py).David Robillard13-39/+139
2007-07-31SWIG building fixes.David Robillard10-25/+43
2007-07-31First steps towards Ingen SWIG bindings.David Robillard8-6/+88
2007-07-30Shutdown cleanly (fix ticket 53).David Robillard8-60/+92
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard31-35/+31
2007-07-28Remove (now) generated LV2 stuff Makefiles from repo.David Robillard7-43/+59
2007-07-27Prevent teeny controllers from showing up in inappropriate ports (e.g. in pat...David Robillard1-1/+4
2007-07-27Track control values for port 'sliders' (module sliders move in sync with nod...David Robillard7-73/+67
2007-07-27Control port slider functionality (when not in edit more, or holding down con...David Robillard2-0/+24
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard53-127/+129
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard7-35/+68
2007-07-26Make canvas grab events.David Robillard8-105/+92
2007-07-26Trim the fat.David Robillard7-207/+9
2007-07-26Fix destruction.David Robillard2-10/+13
2007-07-26Use PathTable for engine side objects.David Robillard21-119/+200
2007-07-26Maybe fix undefined reference.David Robillard1-0/+1
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard11-22/+66
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard28-179/+257
2007-07-25Build against local SLV2 too.David Robillard4-459/+528
2007-07-25Distcheck fixes.David Robillard10-43/+65
2007-07-25Set signal emission timeout frequencer to a saner value.David Robillard1-4/+4
2007-07-25Fix running with ingen -eg.David Robillard25-110/+252
2007-07-25Fix crash on Jack frame counter overrun.David Robillard1-2/+0
2007-07-25Removed outdated comment.David Robillard1-2/+1
2007-07-24Work around broken LADSPA plugins with screwy range/default (fix ticket 59).David Robillard4-5/+22
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard25-243/+121
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard279-1593/+1573
2007-07-24Fix building Ingen w/ Jack MIDI.David Robillard1-7/+3
2007-07-24Removed recursive autohell, except for SLv2.David Robillard19-116/+151
2007-07-24Fix crash triggered by closing controls window (twice, sometimes).David Robillard2-2/+11
2007-07-24Don't show empty plugin category menus.David Robillard2-10/+20
2007-07-24Working OSC patching.David Robillard4-8/+15
2007-07-24Match LV2 specification instantiate prototype.David Robillard1-1/+1
2007-07-23Control <-> Audio connections.David Robillard3-15/+27
2007-07-23Updated LV2 spec.David Robillard2-2/+2
2007-07-23Fixed OSC printer bugs, instantiates correctly now.David Robillard4-23/+54
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard16-477/+698
2007-07-15Gracefully handle inability to load window icon (SVG).David Robillard1-2/+7
2007-07-13Yet another potential fix.David Robillard1-1/+0
2007-07-13Yet another potential fix.David Robillard1-2/+1
2007-07-13Added yet another assertion in search of the heisenbug.David Robillard1-2/+3
2007-07-13Possible fix for race condition crash.David Robillard1-1/+4
2007-07-13Added harsher assertion in hopes of catching bug earlier.David Robillard1-3/+1
2007-07-07Added missing file.David Robillard1-0/+50
2007-07-05Completely irrelevant code tidying.David Robillard1-12/+12
2007-07-04Don't look for ~/.omgtkrcDavid Robillard1-1/+4
2007-07-04Fix serialization of Patch type.David Robillard1-1/+1
2007-07-04Added metadata (ie integer, toggle) to builtin node control ports.David Robillard11-65/+69