summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard8-52/+112
2007-09-22Type oblivious set_port_value interface.David Robillard10-81/+232
2007-09-21Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse...David Robillard2-4/+2
2007-09-21Somewhat functional dynamic polyphony (LV2 and internal nodes only).David Robillard12-93/+92
2007-09-20Fix deletion of multiple nodes instead of just one (basically fix everything ...David Robillard2-12/+4
2007-09-20Remove useless InternalNode class.David Robillard23-131/+97
2007-09-20Fix serialization of node polyphonic value.David Robillard1-3/+7
2007-09-20Fix voice-specific polyphony controls.David Robillard3-10/+18
2007-09-20Cut down superfluous console output.David Robillard2-4/+3
2007-09-20Strip a bunch of old useless code.David Robillard11-393/+10
2007-09-19Toggling of individual node polyphonic state.David Robillard13-45/+92
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard15-93/+101
2007-09-19Fix various serialization problems.David Robillard2-1/+3
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