summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCEngineReceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-37/+73
2007-09-22Type oblivious set_port_value interface.David Robillard1-15/+48
2007-09-20Cut down superfluous console output.David Robillard1-3/+2
2007-09-19Toggling of individual node polyphonic state.David Robillard1-6/+19
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard1-16/+17
2007-09-19Broadcast polyphony changes to clients.David Robillard1-2/+2
2007-09-19More work on dynamic polyphony.David Robillard1-17/+35
2007-08-01Clean up engine/client interfaces.David Robillard1-49/+14
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard1-2/+2
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard1-19/+8
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-10/+10
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard1-1/+1
2007-07-13Added yet another assertion in search of the heisenbug.David Robillard1-2/+3
2007-07-03Fix crash on MIDI controller receiving.David Robillard1-0/+6
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-5/+6
2007-05-02Added svn:ignore property to everything.David Robillard1-8/+8
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard1-117/+92
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-36/+36
2007-01-22Created Raul namespace.David Robillard1-1/+1
2007-01-22Added atomic int/pointer classes to Raul.David Robillard1-1/+0
2007-01-06Added ability to get Raul Thread for current calling context.David Robillard1-2/+1
2006-12-11Serialization of patch ports.David Robillard1-1/+1
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard1-4/+11
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-9/+9
2006-09-18Work on loading old (deprecated) patches.David Robillard1-9/+48
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard1-7/+5
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-2/+7
2006-09-11Switched homebrew CountedPtr to boost::shared_ptr.David Robillard1-1/+1
2006-09-10Zoom Full feature in FlowCanvas/Ingenuity.David Robillard1-2/+5
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-6/+11
2006-09-08Renamed communications classes for consistency.David Robillard1-0/+909