summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard1-2/+2
2008-08-15Push serialiser down into core ('world').David Robillard1-0/+1
2008-08-15Add primitive read-only HTTP interface (point browser to http://localhost:161...David Robillard1-2/+12
2008-08-13Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t...David Robillard1-6/+0
2008-08-13Remove essentially pointless BufferFactory namespace/files.David Robillard1-2/+1
2008-07-28Remove near duplicate SetPortValueEvent and SetPortValueQueuedEvent classes.David Robillard1-2/+0
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard1-4/+2
2008-05-19Better global (engine/client) LV2 feature sharing.David Robillard1-0/+1
2008-01-23Remove unnecessary subst vars.David Robillard1-2/+0
2008-01-23More LV2 extension work.David Robillard1-0/+1
2008-01-21Work on generic LV2 events.David Robillard1-4/+3
2008-01-19LV2 packaging fixes for building from top level.David Robillard1-4/+4
2008-01-07Fix building.David Robillard1-0/+2
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-3/+16
2007-11-05make distcheck fixesDavid Robillard1-1/+1
2007-11-05Add independent building stuff for ingen.David Robillard1-7/+3
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard1-4/+11
2007-10-09Fix OSC patching.David Robillard1-0/+1
2007-10-08SharedPtr-ify engine side store.David Robillard1-2/+2
2007-10-08Shared abstract Connection interface.David Robillard1-2/+2
2007-10-07Added shared abstract interface for ports.David Robillard1-3/+2
2007-10-07Remove DSSI.David Robillard1-14/+0
2007-10-07Added common abstract interface for Plugins.David Robillard1-2/+2
2007-10-07Start building a common (client/server) abstract interface for graph objects.David Robillard1-6/+3
2007-10-01Blink MIDI ports on message transmission.David Robillard1-0/+2
2007-10-01Merge NoteOnEvent and NoteOffEvent.David Robillard1-8/+6
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard1-4/+4
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-6/+12
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard1-0/+2
2007-09-20Remove useless InternalNode class.David Robillard1-1/+0
2007-09-19More work on dynamic polyphony.David Robillard1-0/+4
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard1-0/+3
2007-08-01Clean up engine/client interfaces.David Robillard1-3/+1
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-2/+1
2007-07-25Distcheck fixes.David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-149/+135
2007-07-24Fix building Ingen w/ Jack MIDI.David Robillard1-7/+3
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-7/+15
2007-07-24Working OSC patching.David Robillard1-0/+1
2007-07-24Match LV2 specification instantiate prototype.David Robillard1-1/+1
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard1-0/+5
2007-06-08Remove PluginLibrary, use Glib::Module instead.David Robillard1-1/+0
2007-05-08Removed Alsa MIDI driver.David Robillard1-6/+0
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-1/+0
2007-05-02Added svn:ignore property to everything.David Robillard1-10/+14
2007-04-08Alsa MIDI compile fixes.David Robillard1-1/+1
2007-04-08More Jack MIDI API compatibility jacks.David Robillard1-1/+1
2007-04-08Jack MIDI API compatibility kluges.David Robillard1-1/+2
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard1-0/+1
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-5/+5