summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCEngineReceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-884/+0
2008-09-29More context extension work.David Robillard1-1/+1
2008-09-29 * Context extension work.David Robillard1-0/+6
2008-09-28Merge weird split set_port_value / set_port_value_immediately API (whether a ...David Robillard1-81/+6
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard1-1/+1
2008-08-19Kill more API/code - replace enable_port_broadcast and disable_port_broadcast...David Robillard1-30/+0
2008-08-18More copy/paste and serialisation work.David Robillard1-1/+1
2008-08-17Select pasted objects.David Robillard1-1/+1
2008-08-17Set/send/etc properties through the engine.David Robillard1-1/+1
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard1-12/+8
2008-08-17There!David Robillard1-36/+29
2008-08-17Cloooser...David Robillard1-8/+15
2008-08-16Clooser...David Robillard1-1/+1
2008-08-16Closer...David Robillard1-14/+14
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard1-4/+4
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