summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events
AgeCommit message (Expand)AuthorFilesLines
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard2-25/+45
2007-10-01Added missing files.David Robillard2-0/+101
2007-10-01Blink MIDI ports on message transmission.David Robillard4-13/+8
2007-10-01Merge NoteOnEvent and NoteOffEvent.David Robillard9-207/+90
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard7-155/+35
2007-09-30Port "monitoring" -> Port "broadcasting" to avoid confusion with the usual us...David Robillard3-18/+18
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard65-133/+127
2007-09-30Better driver interface for input/output.David Robillard1-7/+5
2007-09-29Added port monitoring disable event.David Robillard6-28/+173
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