summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2008-05-20Fix various problems with control port values.David Robillard2-2/+2
2008-05-19Better global (engine/client) LV2 feature sharing.David Robillard5-73/+32
2008-05-19More (but not yet completely) type safe value_changed notification.David Robillard2-2/+2
2008-05-19Easier to read conflicing LADSPA plugin error messages.David Robillard1-2/+3
2008-05-19Fix crash on broken LV2 plugins with no name.David Robillard1-1/+5
2008-05-14Fix clear patch command (ticket #18).David Robillard10-57/+170
2008-05-14Add flag to force disable assembly (some people get compile errors for unknow...David Robillard3-9/+10
2008-05-09Fix crash when receiving Jack MIDI events.David Robillard1-3/+5
2008-05-03Apply slv2_plugin_get_port_ranges usage Ingen patch from larsl.David Robillard1-9/+9
2008-05-01GCC 4.3 fixes.David Robillard4-6/+8
2008-05-01Apply Ingen LV2 event referencing (stubs) patch from larsl.David Robillard2-2/+24
2008-04-12LV2 event/MIDI fixed for Ingen from larsl.David Robillard3-5/+11
2008-03-14Exit clean on ctrl+c when running engine only.David Robillard2-1/+7
2008-03-11Fix building w/o LADSPA.David Robillard1-0/+2
2008-02-16Work towards generic event stuff.David Robillard3-166/+0
2008-02-10Update LV2 event stuff.David Robillard2-65/+40
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard20-88/+93
2008-01-23Remove unnecessary subst vars.David Robillard1-2/+0
2008-01-23Added missing file.David Robillard1-0/+83
2008-01-23Working Jack MIDI -> generic event port input.David Robillard1-0/+2
2008-01-23More LV2 extension work.David Robillard3-17/+23
2008-01-21Work on generic LV2 events.David Robillard29-449/+550
2008-01-19LV2 packaging fixes for building from top level.David Robillard2-5/+5
2008-01-07Fix building.David Robillard1-0/+2
2008-01-05Fix connecting mismatched ports bug (closes ticket 129).David Robillard1-3/+3
2008-01-01Fix compilation.David Robillard1-1/+1
2008-01-01RAUL code cleanup.David Robillard2-15/+15
2007-12-14Fix compile oops with --enable-debug.David Robillard1-3/+5
2007-12-12Fix initialisation order warnings.David Robillard1-1/+1
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-3/+16
2007-11-29Add (ifdef'd out) support for liblo avahi patch.David Robillard1-0/+7
2007-11-05make distcheck fixesDavid Robillard1-1/+1
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