summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard62-5286/+0
2008-09-30More waf.David Robillard1-1/+0
2008-09-29More context extension work.David Robillard1-1/+11
2008-09-29 * Context extension work.David Robillard1-15/+30
2008-09-28Remove header namespace pollution (particularly from libs/gui/App.hpp).David Robillard1-2/+1
2008-08-19Gracefully handle full event queue on the engine side (fix loading massive pa...David Robillard1-2/+0
2008-08-19Factor out destroy (and object_destroyed) to common interface.David Robillard2-3/+2
2008-08-19Kill more API/code - replace enable_port_broadcast and disable_port_broadcast...David Robillard5-138/+14
2008-08-18Fix loading patches and importing patches inside nested patches.David Robillard1-2/+3
2008-08-18Fix double destruction notification (annoying message popup on delete).David Robillard1-3/+1
2008-08-18Fix copy/paste of internal nodes.David Robillard1-4/+5
2008-08-18Tolerate attempts to create patches with illegal paths.David Robillard2-11/+23
2008-08-18More copy/paste and serialisation work.David Robillard2-1/+13
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