summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCEngineReceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-08-15Turn off OSC printing.David Robillard1-1/+1
2008-08-14Don't present (or even load widgets from XML) connection window until some ti...David Robillard1-1/+3
2008-07-30Don't complain loudly when no client exists to hear responsesDavid Robillard1-4/+8
2008-07-29Fix set_port_value crash when running separate engine w/ OSC.David Robillard1-0/+3
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-56/+38
2008-06-23OSC documentation fixes.David Robillard1-9/+5
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard1-5/+7
2008-05-20Fix various problems with control port values.David Robillard1-1/+1
2008-05-19More (but not yet completely) type safe value_changed notification.David Robillard1-1/+1
2008-03-14Exit clean on ctrl+c when running engine only.David Robillard1-0/+1
2007-11-29Add (ifdef'd out) support for liblo avahi patch.David Robillard1-0/+7
2007-10-21Fix crash on OSC connection.David Robillard1-1/+1
2007-10-21Fix control port value broadcasting.David Robillard1-1/+1
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard1-1/+1
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-13/+13
2007-10-07Remove DSSI.David Robillard1-44/+0
2007-10-05Fix more OSC thread thingies.David Robillard1-2/+3
2007-10-05Make receiving OSC FIFO, preparing events not.David Robillard1-1/+1
2007-10-05Fix OSC receiving thread chewing CPU (xrun problem on single core systems).David Robillard1-11/+12
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard1-5/+35
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