summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2007-11-05Add independent building stuff for ingen.David Robillard2-8/+4
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard29-376/+697
2007-10-21Fix crash on OSC connection.David Robillard2-5/+2
2007-10-21Fix control port value broadcasting.David Robillard5-11/+33
2007-10-13Fix crash on destroying LADSPA nodes.David Robillard3-19/+24
2007-10-13Dynamic polyphony fixes.David Robillard5-40/+86
2007-10-13Fix sub-patch MIDI I/O.David Robillard17-101/+130
2007-10-13Send polyphonic state on object creation.David Robillard7-7/+28
2007-10-13Fix audio->control connections.David Robillard2-2/+6
2007-10-12Fix broken compilation w/o --enable-debugDavid Robillard1-1/+2
2007-10-11Fix awful plugin loading situation.David Robillard18-274/+209
2007-10-11Fix initial state of radio buttons in connect window when running ingen -eg.David Robillard2-4/+2
2007-10-11Fix Gtk rendering corruption problems when running monolithic (internal engine).David Robillard5-21/+19
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard8-28/+18
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard3-8/+8
2007-10-09Fix OSC patching.David Robillard6-14/+30
2007-10-08OSC Blinkenports(TM).David Robillard3-3/+9
2007-10-08Added missing interface/Patch.hpp.David Robillard1-1/+1
2007-10-08s/MetadataMap/Variables/ etc.David Robillard19-163/+80
2007-10-08Reorganize modules module (heh) to make a bit more sense. But not much.David Robillard3-3/+4
2007-10-08SharedPtr-ify engine side store.David Robillard68-232/+264
2007-10-08SharedPtr-ize engine-side Connections (towards merge for patch->connections()).David Robillard10-24/+26
2007-10-08Fixed missing symbol in Raul.David Robillard21-100/+105
2007-10-08Shared abstract Connection interface.David Robillard21-80/+82
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard4-4/+6
2007-10-07Move DataType into Shared namespace.David Robillard2-8/+8
2007-10-07Added shared abstract interface for ports.David Robillard82-385/+327
2007-10-07URI-ify DataType and match LV2 port type semantics.David Robillard1-13/+24
2007-10-07Remove DSSI.David Robillard21-1251/+12
2007-10-07Added common abstract interface for Plugins.David Robillard39-197/+153
2007-10-07Begin using shared virtual Node interface client side.David Robillard1-1/+1
2007-10-07Shared abstract Node interface.David Robillard62-194/+194
2007-10-07Start building a common (client/server) abstract interface for graph objects.David Robillard28-828/+77
2007-10-05Fix more OSC thread thingies.David Robillard1-2/+3
2007-10-05Make receiving OSC FIFO, preparing events not.David Robillard1-1/+1
2007-10-05Fix OSC receiving thread chewing CPU (xrun problem on single core systems).David Robillard4-14/+26
2007-10-05Don't use lazy binding for loading plugin libraries.David Robillard1-1/+1
2007-10-04Fixed port menu (load fancy dynamic menu from Glade).David Robillard7-40/+93
2007-10-02Graceful shutdown on Ctrl+C (hopefully?).David Robillard1-7/+6
2007-10-01Added missing files.David Robillard2-0/+101
2007-10-01Blink MIDI ports on message transmission.David Robillard15-89/+123
2007-10-01Generic audio thread generated Event sending system.David Robillard7-17/+62
2007-10-01Merge NoteOnEvent and NoteOffEvent.David Robillard12-222/+102
2007-09-30Added missing files.David Robillard2-0/+94
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard13-171/+101
2007-09-30Port "monitoring" -> Port "broadcasting" to avoid confusion with the usual us...David Robillard3-18/+18
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard115-421/+485
2007-09-30Better driver interface for input/output.David Robillard25-65/+194
2007-09-29Added port monitoring disable event.David Robillard6-28/+173
2007-09-29Work towards port monitoring and better (higher utilization) parallel execution.David Robillard45-100/+575