summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-07Removed duplicate midi.h and referred to Raul version.David Robillard1-1/+0
2007-02-11Moved Maid from Ingen to Raul.David Robillard1-2/+0
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard1-3/+0
2007-01-08Fix for building against local raul.David Robillard1-4/+3
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard1-0/+1
2007-01-06Work on Port destruction (still broken).David Robillard1-0/+1
2006-12-12Connection loading.David Robillard1-2/+0
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-2/+2
2006-10-04Global build system, build system bugfixes.David Robillard1-12/+4
2006-09-30Work on RDF serialization (only (partial) saving so far).David Robillard1-0/+2
2006-09-18Work on loading old (deprecated) patches.David Robillard1-3/+4
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-1/+1
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-0/+1
2006-09-08Renamed communications classes for consistency.David Robillard1-4/+4
2006-09-07Patch port fixes.David Robillard1-0/+1
2006-07-20Renamed Engine class to "Engine" (from "Ingen") to avoid confusion with names...David Robillard1-2/+2
2006-07-19Changed namespace names, removed almost all references to "Om"David Robillard1-1/+0
2006-07-18Removed globals (Om.h)David Robillard1-3/+2
2006-07-14Enforced OSC path restrictions on Path for spec conformance (since GraphObjectDavid Robillard1-1/+0
2006-07-12Factored out Thread (and Slave, an explicitly signal-driven thread)David Robillard1-0/+3
2006-06-22LADSPA port default value loading (engine side)David Robillard1-1/+0
2006-06-21More renaming, fixed bugs with disconnecting patch ports internallyDavid Robillard1-14/+14
2006-06-20Renamed OmObject GraphObject;David Robillard1-1/+1