Age | Commit message (Expand) | Author | Files | Lines |
2008-08-14 | Gracefully handle illegal port paths from client for set_port_value. | David Robillard | 2 | -8/+21 |
2008-08-13 | Fix crash when dynamically changing polyphony w/ LADSPA plugins. | David Robillard | 2 | -5/+5 |
2008-08-13 | Fix race condition resulting in duplicate connections if several identical re... | David Robillard | 8 | -29/+78 |
2008-08-13 | Fix crash on triggers on the last sample of the cycle. | David Robillard | 1 | -4/+6 |
2008-08-13 | Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t... | David Robillard | 8 | -245/+0 |
2008-08-13 | More code removal/cleanup. | David Robillard | 2 | -17/+4 |
2008-08-13 | Remove essentially pointless BufferFactory namespace/files. | David Robillard | 6 | -49/+10 |
2008-07-30 | Fix building with language bindings. | David Robillard | 2 | -0/+2 |
2008-07-30 | Don't complain loudly when no client exists to hear responses | David Robillard | 2 | -5/+8 |
2008-07-29 | Fix set_port_value crash when running separate engine w/ OSC. | David Robillard | 2 | -6/+3 |
2008-07-29 | Fix connecting via OSC. | David Robillard | 1 | -5/+7 |
2008-07-29 | Add converted Smack 909 patches. | David Robillard | 4 | -11/+9 |
2008-07-29 | Fix stateful port value setting stuff (trigger output ports on note/trigger/e... | David Robillard | 20 | -111/+101 |
2008-07-29 | Bump Ingen librdf dependency to 1.0.8. | David Robillard | 4 | -21/+46 |
2008-07-28 | Compatibility hacks for old Om patchages (many Smack patches now load success... | David Robillard | 1 | -1/+17 |
2008-07-28 | Fix loading patches from command line (partially). | David Robillard | 1 | -15/+4 |
2008-07-28 | Fix crash on patch loading. | David Robillard | 1 | -2/+2 |
2008-07-28 | Remove near duplicate SetPortValueEvent and SetPortValueQueuedEvent classes. | David Robillard | 8 | -263/+43 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 15 | -99/+182 |
2008-07-07 | Update for SLV2 API. | David Robillard | 1 | -1/+1 |
2008-06-23 | Twiddle port layout decision to work better with klaviatur. | David Robillard | 1 | -9/+2 |
2008-06-23 | Turn down event verbosity. | David Robillard | 2 | -7/+1 |
2008-06-23 | Move widget embedding down to FlowCanvas. | David Robillard | 3 | -5/+19 |
2008-06-23 | Formatting. | David Robillard | 1 | -9/+9 |
2008-06-23 | OSC documentation fixes. | David Robillard | 1 | -9/+5 |
2008-06-10 | Fix 'disconnect' operation for all objects (inc. patch ports). | David Robillard | 14 | -410/+234 |
2008-06-09 | Fix more boost::optional stuff. | David Robillard | 1 | -1/+1 |
2008-06-09 | Fix compilation on b0ef's crackheaded computer. | David Robillard | 1 | -2/+2 |
2008-06-09 | Bump liblo dependency to 0.24. | David Robillard | 6 | -85/+117 |
2008-06-09 | Fix SSE detection (for denormal protection). | David Robillard | 1 | -14/+19 |
2008-06-09 | Fix crash on instantiation of Control node. | David Robillard | 1 | -1/+1 |
2008-05-23 | Don't set default value metadata if plugin didn't specify a default value. | David Robillard | 2 | -11/+10 |
2008-05-23 | Fix infinite loops (and jack death) on internal MIDI nodes (note, trigger, co... | David Robillard | 4 | -33/+30 |
2008-05-23 | Fix crash when trying to add multiple objects with the same path. | David Robillard | 6 | -35/+78 |
2008-05-23 | Print which LADSPA plugins have "broken" ranges (not always actually broken t... | David Robillard | 1 | -2/+4 |
2008-05-23 | Don't dump paths to console when deleting objects. | David Robillard | 1 | -3/+2 |
2008-05-23 | Fix false "unable to find object to destroy" error message. | David Robillard | 2 | -20/+22 |
2008-05-20 | Fix Jack MIDI output. | David Robillard | 3 | -10/+17 |
2008-05-20 | Fix direct midi in -> midi out connections in root patch with plugins present. | David Robillard | 8 | -38/+70 |
2008-05-20 | Write individual events from UIs over OSC instead of entire event buffer. | David Robillard | 2 | -6/+8 |
2008-05-20 | Fix LV2 include issues. | David Robillard | 1 | -2/+2 |
2008-05-20 | Fix various problems with control port values. | David Robillard | 2 | -2/+2 |
2008-05-19 | Better global (engine/client) LV2 feature sharing. | David Robillard | 5 | -73/+32 |
2008-05-19 | More (but not yet completely) type safe value_changed notification. | David Robillard | 2 | -2/+2 |
2008-05-19 | Easier to read conflicing LADSPA plugin error messages. | David Robillard | 1 | -2/+3 |
2008-05-19 | Fix crash on broken LV2 plugins with no name. | David Robillard | 1 | -1/+5 |
2008-05-14 | Fix clear patch command (ticket #18). | David Robillard | 10 | -57/+170 |
2008-05-14 | Add flag to force disable assembly (some people get compile errors for unknow... | David Robillard | 3 | -9/+10 |
2008-05-09 | Fix crash when receiving Jack MIDI events. | David Robillard | 1 | -3/+5 |
2008-05-03 | Apply slv2_plugin_get_port_ranges usage Ingen patch from larsl. | David Robillard | 1 | -9/+9 |