summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OSCClientSender.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-08-17Fix OSC.David Robillard1-4/+4
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard1-47/+2
2008-08-17There!David Robillard1-35/+19
2008-08-17Cloooser...David Robillard1-88/+23
2008-08-16Clooser...David Robillard1-10/+8
2008-08-16Closer...David Robillard1-4/+4
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard1-2/+2
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard1-1/+1
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-1/+1
2008-06-09Bump liblo dependency to 0.24.David Robillard1-74/+74
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-1/+3
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard1-4/+9
2007-10-13Send polyphonic state on object creation.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-8/+8
2007-10-08SharedPtr-ify engine side store.David Robillard1-1/+1
2007-10-08Shared abstract Connection interface.David Robillard1-1/+1
2007-10-07Added shared abstract interface for ports.David Robillard1-1/+1
2007-10-07Remove DSSI.David Robillard1-5/+5
2007-10-07Added common abstract interface for Plugins.David Robillard1-1/+1
2007-10-07Shared abstract Node interface.David Robillard1-1/+1
2007-10-01Blink MIDI ports on message transmission.David Robillard1-34/+45
2007-09-20Strip a bunch of old useless code.David Robillard1-89/+2
2007-09-19Toggling of individual node polyphonic state.David Robillard1-0/+24
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard1-3/+7
2007-09-19Broadcast polyphony changes to clients.David Robillard1-0/+15
2007-08-01Clean up engine/client interfaces.David Robillard1-63/+79
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-13/+13
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard1-1/+1
2007-07-04Added metadata (ie integer, toggle) to builtin node control ports.David Robillard1-9/+2
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-2/+2
2007-05-02Added svn:ignore property to everything.David Robillard1-1/+1
2007-04-29Set maximum bundle size to ideal UDP value.David Robillard1-2/+2
2007-04-29Fixed incomplete transfer of loaded plugins to client, bundle transfer.David Robillard1-8/+22
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard1-54/+59
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard1-1/+1
2007-02-09Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul.David Robillard1-1/+1
2007-02-07Updated Copyright notices.David Robillard1-1/+2
2007-01-22Created Raul namespace.David Robillard1-1/+1
2006-12-11Serialization of patch ports.David Robillard1-1/+1
2006-12-08Fixed plugin type issuesDavid Robillard1-1/+2
2006-10-15Fixed feedback problems (CPU chewing) with port controls.David Robillard1-0/+54
2006-10-04Moved generic utility stuff to new library "raul".David Robillard1-2/+2
2006-09-18Work on loading old (deprecated) patches.David Robillard1-8/+8
2006-09-13Heavy-duty redesign of client library and GUI (now fully signal driven with c...David Robillard1-3/+7
2006-09-09Drove 'er home! Working monolothic Ingenuity (ie. in-process engine).David Robillard1-38/+61
2006-09-08More cleanupsDavid Robillard1-0/+9
2006-09-08Renamed communications classes for consistency.David Robillard1-0/+487