summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2008-08-14Shave some more time off startup (send commands off before updating GUI thing...David Robillard1-3/+3
2008-08-14Remove polyphony debugging stuff.David Robillard1-13/+0
2008-08-14Lock RDF world mutex in all places slv2 or redland is accessed (fix random se...David Robillard8-19/+59
2008-08-14Tolerate illegal voice numbers from client for set_port_value.David Robillard2-5/+15
2008-08-14Gracefully handle illegal port paths from client for set_port_value.David Robillard2-8/+21
2008-08-13Fix crash when dynamically changing polyphony w/ LADSPA plugins.David Robillard2-5/+5
2008-08-13Fix race condition resulting in duplicate connections if several identical re...David Robillard8-29/+78
2008-08-13Fix crash on triggers on the last sample of the cycle.David Robillard1-4/+6
2008-08-13Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t...David Robillard8-245/+0
2008-08-13More code removal/cleanup.David Robillard2-17/+4
2008-08-13Remove essentially pointless BufferFactory namespace/files.David Robillard6-49/+10
2008-07-30Fix building with language bindings.David Robillard2-0/+2
2008-07-30Don't complain loudly when no client exists to hear responsesDavid Robillard2-5/+8
2008-07-29Fix set_port_value crash when running separate engine w/ OSC.David Robillard2-6/+3
2008-07-29Fix connecting via OSC.David Robillard1-5/+7
2008-07-29Add converted Smack 909 patches.David Robillard4-11/+9
2008-07-29Fix stateful port value setting stuff (trigger output ports on note/trigger/e...David Robillard20-111/+101
2008-07-29Bump Ingen librdf dependency to 1.0.8.David Robillard4-21/+46
2008-07-28Compatibility hacks for old Om patchages (many Smack patches now load success...David Robillard1-1/+17
2008-07-28Fix loading patches from command line (partially).David Robillard1-15/+4
2008-07-28Fix crash on patch loading.David Robillard1-2/+2
2008-07-28Remove near duplicate SetPortValueEvent and SetPortValueQueuedEvent classes.David Robillard8-263/+43
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard15-99/+182
2008-07-07Update for SLV2 API.David Robillard1-1/+1
2008-06-23Twiddle port layout decision to work better with klaviatur.David Robillard1-9/+2
2008-06-23Turn down event verbosity.David Robillard2-7/+1
2008-06-23Move widget embedding down to FlowCanvas.David Robillard3-5/+19
2008-06-23Formatting.David Robillard1-9/+9
2008-06-23OSC documentation fixes.David Robillard1-9/+5
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard14-410/+234
2008-06-09Fix more boost::optional stuff.David Robillard1-1/+1
2008-06-09Fix compilation on b0ef's crackheaded computer.David Robillard1-2/+2
2008-06-09Bump liblo dependency to 0.24.David Robillard6-85/+117
2008-06-09Fix SSE detection (for denormal protection).David Robillard1-14/+19
2008-06-09Fix crash on instantiation of Control node.David Robillard1-1/+1
2008-05-23Don't set default value metadata if plugin didn't specify a default value.David Robillard2-11/+10
2008-05-23Fix infinite loops (and jack death) on internal MIDI nodes (note, trigger, co...David Robillard4-33/+30
2008-05-23Fix crash when trying to add multiple objects with the same path.David Robillard6-35/+78
2008-05-23Print which LADSPA plugins have "broken" ranges (not always actually broken t...David Robillard1-2/+4
2008-05-23Don't dump paths to console when deleting objects.David Robillard1-3/+2
2008-05-23Fix false "unable to find object to destroy" error message.David Robillard2-20/+22
2008-05-20Fix Jack MIDI output.David Robillard3-10/+17
2008-05-20Fix direct midi in -> midi out connections in root patch with plugins present.David Robillard8-38/+70
2008-05-20Write individual events from UIs over OSC instead of entire event buffer.David Robillard2-6/+8
2008-05-20Fix LV2 include issues.David Robillard1-2/+2
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