Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-10-04 | Moved generic utility stuff to new library "raul". | David Robillard | 1 | -9/+9 |
2006-09-18 | Work on loading old (deprecated) patches. | David Robillard | 1 | -9/+48 |
2006-09-14 | Cleaned up client-side model code significantly (made everything private | David Robillard | 1 | -7/+5 |
2006-09-13 | Heavy-duty redesign of client library and GUI (now fully signal driven with c... | David Robillard | 1 | -2/+7 |
2006-09-11 | Switched homebrew CountedPtr to boost::shared_ptr. | David Robillard | 1 | -1/+1 |
2006-09-10 | Zoom Full feature in FlowCanvas/Ingenuity. | David Robillard | 1 | -2/+5 |
2006-09-09 | Drove 'er home! Working monolothic Ingenuity (ie. in-process engine). | David Robillard | 1 | -6/+11 |
2006-09-08 | Renamed communications classes for consistency. | David Robillard | 1 | -0/+909 |