summaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2008-06-10Fix 'disconnect' operation for all objects (inc. patch ports).David Robillard1-1/+2
2008-05-19Better global (engine/client) LV2 feature sharing.David Robillard1-0/+1
2008-02-09Add symlinks to LV2 event stuff.David Robillard3-1/+3
2008-02-09Remove duplicated header.David Robillard1-178/+0
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard2-3/+5
2008-01-23Working Jack MIDI -> generic event port input.David Robillard1-1/+6
2008-01-21Work on generic LV2 events.David Robillard7-191/+264
2008-01-01RAUL code cleanup.David Robillard1-1/+1
2007-11-05make distcheck fixesDavid Robillard1-0/+1
2007-11-05Add independent building stuff for ingen.David Robillard1-0/+1
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard2-1/+1
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-1/+5
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard1-1/+1
2007-10-08Added missing interface/Patch.hpp.David Robillard1-0/+50
2007-10-08s/MetadataMap/Variables/ etc.David Robillard3-5/+5
2007-10-08SharedPtr-ify engine side store.David Robillard2-1/+11
2007-10-08Shared abstract Connection interface.David Robillard2-3/+46
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-0/+8
2007-10-07Move DataType into Shared namespace.David Robillard1-11/+18
2007-10-07Added shared abstract interface for ports.David Robillard4-6/+144
2007-10-07Remove DSSI.David Robillard1-1/+1
2007-10-07Added common abstract interface for Plugins.David Robillard2-0/+91
2007-10-07Begin using shared virtual Node interface client side.David Robillard1-1/+1
2007-10-07Shared abstract Node interface.David Robillard1-0/+2
2007-10-07Start building a common (client/server) abstract interface for graph objects.David Robillard2-0/+54
2007-10-01Blink MIDI ports on message transmission.David Robillard1-0/+2
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard1-0/+4
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-0/+4
2007-09-22Type oblivious set_port_value interface.David Robillard1-5/+13
2007-09-19Toggling of individual node polyphonic state.David Robillard1-0/+3
2007-09-19Broadcast polyphony changes to clients.David Robillard1-0/+3
2007-09-19More work on dynamic polyphony.David Robillard1-0/+4
2007-08-02Fix MIDI patching.David Robillard2-169/+1
2007-08-01Fix autohell for last commit.David Robillard2-6/+3
2007-08-01Clean up engine/client interfaces.David Robillard3-118/+53
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard3-3/+8
2007-07-31First steps towards Ingen SWIG bindings.David Robillard1-0/+1
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard4-98/+9
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard5-49/+47
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard3-0/+78
2007-05-02Added svn:ignore property to everything.David Robillard3-2/+3
2007-04-09MIDI patching. wooo!David Robillard1-1/+1
2007-04-08Added missing lv2-midiport.hDavid Robillard1-0/+179
2007-04-08LV2 MIDI fixes.David Robillard3-202/+37
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard3-25/+189
2007-02-07Updated Copyright notices.David Robillard3-3/+6
2007-01-22Created Raul namespace.David Robillard2-4/+4
2006-12-08Fixed plugin type issuesDavid Robillard1-0/+1
2006-12-01Serialization workDavid Robillard1-1/+1
2006-10-24Superficial (completely non-functional!) LV2 MIDI support.David Robillard3-1/+171