summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2007-09-19Note node dynamic poly.David Robillard2-25/+57
2007-09-19Fix LV2 dynamic poly crash.David Robillard5-2/+18
2007-09-19Broadcast polyphony changes to clients.David Robillard8-6/+35
2007-09-19Added missing files.David Robillard4-0/+267
2007-09-19More work on dynamic polyphony.David Robillard22-86/+214
2007-09-18Work on dynamic polyphony.David Robillard9-34/+138
2007-09-18Fix possibility of partially compiled patches.David Robillard1-0/+7
2007-09-18Fix destroying connected patch ports, and patch port threading issues.David Robillard4-20/+20
2007-09-18Fix MIDI buffer reading error, fixes reading of multiple MIDI events per cycl...David Robillard4-25/+32
2007-09-09Possible fix for crash on weird MIDI note input.David Robillard1-8/+13
2007-08-10Fix loading control values from deprecated Om patches.David Robillard3-15/+35
2007-08-09Added missing file.David Robillard2-5/+90
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard27-172/+531
2007-08-08Update ingen for SLV2 changes.David Robillard1-7/+7
2007-08-05Remove obnoxious/expensive MIDI event count debugging print statement.David Robillard2-3/+8
2007-08-02Fix MIDI patching.David Robillard8-52/+154
2007-08-02Implement MIDI copying, fixes MIDI patching from patch input -> patch output ...David Robillard8-21/+65
2007-08-01Clean up engine/client interfaces.David Robillard80-583/+374
2007-08-01Remove PostProcessor thread, post-process in main thread instead (solves scri...David Robillard6-23/+36
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard20-72/+73
2007-07-30Shutdown cleanly (fix ticket 53).David Robillard5-56/+76
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard14-15/+14
2007-07-28Remove (now) generated LV2 stuff Makefiles from repo.David Robillard1-5/+5
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard39-110/+111
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard1-1/+1
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 Robillard20-109/+189
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard2-0/+2
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard5-8/+20
2007-07-25Distcheck fixes.David Robillard1-1/+1
2007-07-25Fix running with ingen -eg.David Robillard7-35/+35
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 Robillard3-1/+17
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard18-137/+95
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard162-1030/+1010
2007-07-24Fix building Ingen w/ Jack MIDI.David Robillard1-7/+3
2007-07-24Removed recursive autohell, except for SLv2.David Robillard11-93/+124
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-23Fixed OSC printer bugs, instantiates correctly now.David Robillard4-23/+54
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard10-10/+195
2007-07-13Yet another potential fix.David Robillard1-1/+0
2007-07-13Added yet another assertion in search of the heisenbug.David Robillard1-2/+3
2007-07-13Added harsher assertion in hopes of catching bug earlier.David Robillard1-3/+1
2007-07-04Added metadata (ie integer, toggle) to builtin node control ports.David Robillard5-33/+32
2007-07-04Remove MIDI event debug messages (from MIDI control node).David Robillard1-7/+0
2007-07-04Fix MIDI control and trigger nodes.David Robillard4-4/+17