summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events
AgeCommit message (Expand)AuthorFilesLines
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard7-14/+304
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard2-10/+23
2007-09-22Type oblivious set_port_value interface.David Robillard4-51/+141
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 Robillard3-2/+3
2007-09-20Strip a bunch of old useless code.David Robillard2-28/+6
2007-09-19Toggling of individual node polyphonic state.David Robillard2-23/+20
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard1-4/+2
2007-09-19Broadcast polyphony changes to clients.David Robillard1-2/+4
2007-09-19Added missing files.David Robillard4-0/+267
2007-09-19More work on dynamic polyphony.David Robillard5-8/+12
2007-09-18Fix destroying connected patch ports, and patch port threading issues.David Robillard3-7/+11
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard13-67/+72
2007-08-01Clean up engine/client interfaces.David Robillard67-188/+170
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard11-27/+27
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard4-4/+4
2007-07-26Fix destruction.David Robillard2-10/+13
2007-07-26Use PathTable for engine side objects.David Robillard11-62/+76
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 Robillard1-3/+5
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard10-26/+22
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard68-421/+421
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-55/+0
2007-07-23Control <-> Audio connections.David Robillard1-8/+0
2007-07-23Fixed OSC printer bugs, instantiates correctly now.David Robillard1-7/+11
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard1-1/+5
2007-07-03Fix crash on MIDI controller receiving.David Robillard2-12/+11
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard68-122/+129
2007-05-02Added svn:ignore property to everything.David Robillard11-13/+13
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard1-1/+0
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard2-8/+7
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-6/+0
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard12-319/+128
2007-02-24Distribution build fixes (pass make distcheck).David Robillard1-2/+0
2007-02-11Moved Maid from Ingen to Raul.David Robillard9-15/+15
2007-02-10Fix previous (broken) commit.David Robillard1-2/+2
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard20-73/+83
2007-02-07Updated Copyright notices.David Robillard68-68/+136
2007-02-07Mad sed-fu for consistent private member naming.David Robillard54-714/+714
2007-01-22Created Raul namespace.David Robillard3-12/+12
2007-01-08Fix destruction of nodes with connections to parent patch ports.David Robillard2-21/+20
2007-01-07Jack MIDI port destruction.David Robillard2-3/+9
2007-01-07Top level port destruction (Jack port removal).David Robillard3-2/+14
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard4-17/+22
2007-01-06Work on Port destruction (still broken).David Robillard6-64/+129
2007-01-02Fix building non-monolithic Ingenuity.David Robillard1-2/+2
2006-12-12Connection loading.David Robillard2-78/+0
2006-12-11Serialization of patch ports.David Robillard1-6/+12
2006-12-08Fixed plugin type issuesDavid Robillard1-1/+1
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard1-7/+0