summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events
AgeCommit message (Expand)AuthorFilesLines
2008-08-17Set/send/etc properties through the engine.David Robillard2-11/+27
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard4-9/+24
2008-08-17There!David Robillard1-4/+1
2008-08-17Cloooser...David Robillard5-42/+37
2008-08-16Closer...David Robillard1-1/+1
2008-08-16Add missing Store.cpp.David Robillard23-47/+47
2008-08-16Factor out common store functionality.David Robillard5-8/+8
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard27-33/+33
2008-08-15Push serialiser down into core ('world').David Robillard1-0/+2
2008-08-14Tolerate illegal voice numbers from client for set_port_value.David Robillard2-5/+15
2008-08-14Gracefully handle illegal port paths from client for set_port_value.David Robillard2-8/+21
2008-08-13Fix race condition resulting in duplicate connections if several identical re...David Robillard3-23/+38
2008-08-13More code removal/cleanup.David Robillard1-1/+1
2008-07-30Fix building with language bindings.David Robillard1-0/+1
2008-07-29Fix set_port_value crash when running separate engine w/ OSC.David Robillard1-6/+0
2008-07-29Add converted Smack 909 patches.David Robillard1-2/+2
2008-07-29Fix stateful port value setting stuff (trigger output ports on note/trigger/e...David Robillard2-9/+7
2008-07-29Bump Ingen librdf dependency to 1.0.8.David Robillard1-11/+31
2008-07-28Fix crash on patch loading.David Robillard1-2/+2
2008-07-28Remove near duplicate SetPortValueEvent and SetPortValueQueuedEvent classes.David Robillard5-256/+39
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard5-31/+68
2008-06-23Formatting.David Robillard1-9/+9
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard9-397/+219
2008-06-09Bump liblo dependency to 0.24.David Robillard1-0/+4
2008-05-23Fix false "unable to find object to destroy" error message.David Robillard2-20/+22
2008-05-20Fix direct midi in -> midi out connections in root patch with plugins present.David Robillard1-8/+10
2008-05-14Fix clear patch command (ticket #18).David Robillard4-38/+59
2008-05-01GCC 4.3 fixes.David Robillard1-1/+2
2008-03-14Exit clean on ctrl+c when running engine only.David Robillard1-1/+6
2008-01-21Work on generic LV2 events.David Robillard4-21/+15
2008-01-05Fix connecting mismatched ports bug (closes ticket 129).David Robillard1-3/+3
2007-11-05Add independent building stuff for ingen.David Robillard1-1/+1
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard5-12/+17
2007-10-13Send polyphonic state on object creation.David Robillard2-4/+10
2007-10-13Fix audio->control connections.David Robillard1-1/+3
2007-10-11Fix awful plugin loading situation.David Robillard3-13/+6
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard3-6/+7
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard1-6/+6
2007-10-09Fix OSC patching.David Robillard2-7/+17
2007-10-08s/MetadataMap/Variables/ etc.David Robillard4-7/+7
2007-10-08SharedPtr-ify engine side store.David Robillard29-106/+107
2007-10-08SharedPtr-ize engine-side Connections (towards merge for patch->connections()).David Robillard6-8/+9
2007-10-08Fixed missing symbol in Raul.David Robillard10-37/+34
2007-10-08Shared abstract Connection interface.David Robillard9-25/+23
2007-10-07Added shared abstract interface for ports.David Robillard39-103/+101
2007-10-07Remove DSSI.David Robillard9-520/+0
2007-10-07Added common abstract interface for Plugins.David Robillard14-22/+22
2007-10-07Shared abstract Node interface.David Robillard31-58/+58
2007-10-07Start building a common (client/server) abstract interface for graph objects.David Robillard13-29/+24
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard2-25/+45