summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/QueuedEngineInterface.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-10-01Merge NoteOnEvent and NoteOffEvent.David Robillard1-3/+3
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard1-2/+16
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-0/+4
2007-09-22Type oblivious set_port_value interface.David Robillard1-7/+20
2007-09-19More work on dynamic polyphony.David Robillard1-0/+14
2007-08-01Clean up engine/client interfaces.David Robillard1-18/+15
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard1-1/+1
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-25Fix running with ingen -eg.David Robillard1-0/+1
2007-07-24Work around broken LADSPA plugins with screwy range/default (fix ticket 59).David Robillard1-0/+5
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard1-7/+7
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-6/+6
2007-07-03Fix crash on MIDI controller receiving.David Robillard1-1/+1
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-4/+3
2007-05-02Added svn:ignore property to everything.David Robillard1-33/+33
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-01-22Added atomic int/pointer classes to Raul.David Robillard1-1/+0
2006-12-12Connection loading.David Robillard1-2/+2
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-6/+6
2006-09-18Work on loading old (deprecated) patches.David Robillard1-14/+19
2006-09-16Fixes for building w/o DSSI.David Robillard1-0/+3
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard1-8/+5
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-1/+1
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard1-1/+1
2006-09-09Canvas cleanups, bugfixes, more robustness, etc.David Robillard1-1/+4
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-30/+42
2006-09-08De-singleton-ified EngineDavid Robillard1-30/+31
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard1-3/+3
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-2/+2
2006-07-18Removed globals (Om.h)David Robillard1-57/+35
2006-07-14Updated name in comment headers and copyright dateDavid Robillard1-2/+2
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard1-56/+57
2006-07-04Partial support for loading old patchesDavid Robillard1-2/+19
2006-06-21Reorganized directory tree/namesDavid Robillard1-2/+2
2006-06-18More work on new ports implementation;David Robillard1-0/+9
2006-06-12Fixed engine-side node destruction bugDavid Robillard1-1/+1
2006-06-10More jugglingDavid Robillard1-0/+299