Age | Commit message (Expand) | Author | Files | Lines |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 1 | -12/+8 |
2008-08-17 | There! | David Robillard | 1 | -36/+29 |
2008-08-17 | Cloooser... | David Robillard | 1 | -8/+15 |
2008-08-16 | Clooser... | David Robillard | 1 | -1/+1 |
2008-08-16 | Closer... | David Robillard | 1 | -14/+14 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 1 | -4/+4 |
2008-08-15 | Turn off OSC printing. | David Robillard | 1 | -1/+1 |
2008-08-14 | Don't present (or even load widgets from XML) connection window until some ti... | David Robillard | 1 | -1/+3 |
2008-07-30 | Don't complain loudly when no client exists to hear responses | David Robillard | 1 | -4/+8 |
2008-07-29 | Fix set_port_value crash when running separate engine w/ OSC. | David Robillard | 1 | -0/+3 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 1 | -56/+38 |
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 | 1 | -5/+7 |
2008-05-20 | Fix various problems with control port values. | David Robillard | 1 | -1/+1 |
2008-05-19 | More (but not yet completely) type safe value_changed notification. | David Robillard | 1 | -1/+1 |
2008-03-14 | Exit clean on ctrl+c when running engine only. | David Robillard | 1 | -0/+1 |
2007-11-29 | Add (ifdef'd out) support for liblo avahi patch. | David Robillard | 1 | -0/+7 |
2007-10-21 | Fix crash on OSC connection. | David Robillard | 1 | -1/+1 |
2007-10-21 | Fix control port value broadcasting. | David Robillard | 1 | -1/+1 |
2007-10-09 | Fix port type URIs mismatching, fixes Jack ports not showing up. | David Robillard | 1 | -1/+1 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 1 | -13/+13 |
2007-10-07 | Remove DSSI. | David Robillard | 1 | -44/+0 |
2007-10-05 | Fix more OSC thread thingies. | David Robillard | 1 | -2/+3 |
2007-10-05 | Make receiving OSC FIFO, preparing events not. | David Robillard | 1 | -1/+1 |
2007-10-05 | Fix OSC receiving thread chewing CPU (xrun problem on single core systems). | David Robillard | 1 | -11/+12 |
2007-09-30 | Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). | David Robillard | 1 | -5/+35 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 1 | -37/+73 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 1 | -15/+48 |
2007-09-20 | Cut down superfluous console output. | David Robillard | 1 | -3/+2 |
2007-09-19 | Toggling of individual node polyphonic state. | David Robillard | 1 | -6/+19 |
2007-09-19 | Tidy up OSC namespace to use OSC true/false instead of C style boolean integers. | David Robillard | 1 | -16/+17 |
2007-09-19 | Broadcast polyphony changes to clients. | David Robillard | 1 | -2/+2 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 1 | -17/+35 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 1 | -49/+14 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 1 | -2/+2 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 1 | -19/+8 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -10/+10 |
2007-07-23 | Removed glib dependency from LV2 OSC code. | David Robillard | 1 | -1/+1 |
2007-07-13 | Added yet another assertion in search of the heisenbug. | David Robillard | 1 | -2/+3 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 1 | -0/+6 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 1 | -5/+6 |
2007-05-02 | Added svn:ignore property to everything. | David Robillard | 1 | -8/+8 |
2007-04-11 | Updated/cleaned up OSC namespace (/om/synth -> /ingen etc). | David Robillard | 1 | -117/+92 |
2007-02-07 | Updated Copyright notices. | David Robillard | 1 | -1/+2 |
2007-02-07 | Mad sed-fu for consistent private member naming. | David Robillard | 1 | -36/+36 |
2007-01-22 | Created Raul namespace. | David Robillard | 1 | -1/+1 |
2007-01-22 | Added atomic int/pointer classes to Raul. | David Robillard | 1 | -1/+0 |
2007-01-06 | Added ability to get Raul Thread for current calling context. | David Robillard | 1 | -2/+1 |
2006-12-11 | Serialization of patch ports. | David Robillard | 1 | -1/+1 |
2006-10-15 | Fixed feedback problems (CPU chewing) with port controls. | David Robillard | 1 | -4/+11 |