summaryrefslogtreecommitdiffstats
path: root/src/libs/client/OSCClientReceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-394/+0
2008-08-19Remove weird virtual inheritance interface overlay thing from client in favou...David Robillard1-22/+23
2008-08-19Factor out destroy (and object_destroyed) to common interface.David Robillard1-1/+1
2008-08-19Remove more API/code: num_plugins (unused legacy of the really crap OSC days).David Robillard1-13/+0
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-29/+2
2008-08-17There!David Robillard1-19/+21
2008-08-17Cloooser...David Robillard1-5/+18
2008-08-16Clooser...David Robillard1-4/+3
2008-08-16Closer...David Robillard1-3/+3
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard1-2/+2
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-1/+1
2008-06-23Move widget embedding down to FlowCanvas.David Robillard1-1/+1
2008-06-09Bump liblo dependency to 0.24.David Robillard1-3/+3
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-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-6/+7
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard1-3/+3
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 OSC patching.David Robillard1-1/+1
2007-10-08OSC Blinkenports(TM).David Robillard1-1/+1
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-4/+4
2007-10-08SharedPtr-ify engine side store.David Robillard1-1/+1
2007-10-05Don't use lazy binding for loading plugin libraries.David Robillard1-1/+1
2007-10-05Fix ridiculous CPU chewing on embedded LV2 GUIs.David Robillard1-1/+1
2007-10-01Blink MIDI ports on message transmission.David Robillard1-5/+13
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-1/+1
2007-09-22Type oblivious set_port_value interface.David Robillard1-1/+1
2007-09-22LV2 UI extension updates.David Robillard1-1/+1
2007-09-20Fix voice-specific polyphony controls.David Robillard1-0/+9
2007-09-20Strip a bunch of old useless code.David Robillard1-58/+1
2007-09-19Toggling of individual node polyphonic state.David Robillard1-0/+16
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard1-3/+4
2007-09-19Broadcast polyphony changes to clients.David Robillard1-1/+1
2007-09-19More work on dynamic polyphony.David Robillard1-0/+1
2007-08-01Clean up engine/client interfaces.David Robillard1-15/+25
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-3/+3
2007-05-02Added svn:ignore property to everything.David Robillard1-1/+1
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard1-22/+22
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-02-07Mad sed-fu for consistent private member naming.David Robillard1-26/+26
2007-01-22Created Raul namespace.David Robillard1-0/+2
2007-01-12Control value persistence/serialization.David Robillard1-4/+8
2006-12-08Fixed plugin type issuesDavid Robillard1-3/+3
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard1-1/+1
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-2/+2
2006-09-18Work on loading old (deprecated) patches.David Robillard1-11/+10
2006-09-14Cleaned up client-side model code significantly (made everything privateDavid Robillard1-5/+0