summaryrefslogtreecommitdiffstats
path: root/src/libs/client
AgeCommit message (Expand)AuthorFilesLines
2007-10-07Added common abstract interface for Plugins.David Robillard1-3/+2
2007-10-07Begin using shared virtual Node interface client side.David Robillard7-59/+67
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-05Fix connection serialisation.David Robillard1-20/+18
2007-10-03Set initial values for embedded LV2 GUIs.David Robillard1-0/+2
2007-10-03Fix (recursive) destruction of objects on client side (fixes bug where creati...David Robillard1-2/+8
2007-10-02Fix deadlock on patch save.David Robillard2-17/+5
2007-10-01Blink MIDI ports on message transmission.David Robillard7-10/+38
2007-09-30Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now).David Robillard2-0/+22
2007-09-30Better design for process() signature (pass everything needed in a single obj...David Robillard1-1/+1
2007-09-24LV2 UI interface cleanups.David Robillard1-8/+8
2007-09-23Update for SLV2 UI interface.David Robillard1-19/+20
2007-09-23Fix liblo thing for real this time.David Robillard1-3/+3
2007-09-23Fix some weird liblo problem, probably in a breakey and/or leakey way.David Robillard1-1/+1
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard8-48/+113
2007-09-22Type oblivious set_port_value interface.David Robillard5-21/+58
2007-09-22LV2 UI extension updates.David Robillard3-21/+71
2007-09-21Show context menu for patch ports when clicking on anonymous module, as well ...David Robillard1-1/+1
2007-09-20Fix RDF threading problems (random messy crashes on patch loading).David Robillard3-0/+15
2007-09-20Fix serialization of node polyphonic value.David Robillard2-9/+5
2007-09-20Fix voice-specific polyphony controls.David Robillard3-1/+12
2007-09-20Strip a bunch of old useless code.David Robillard2-110/+1
2007-09-20Rename C++ signals to cleaner Gtkmm convention.David Robillard11-120/+120
2007-09-19Toggling of individual node polyphonic state.David Robillard12-16/+65
2007-09-19Tidy up OSC namespace to use OSC true/false instead of C style boolean integers.David Robillard2-15/+29
2007-09-19Fix various serialization problems.David Robillard1-3/+10
2007-09-19Fix LV2 dynamic poly crash.David Robillard2-0/+11
2007-09-19Broadcast polyphony changes to clients.David Robillard3-1/+10
2007-09-19More work on dynamic polyphony.David Robillard3-0/+32
2007-09-18Fix destroying connected patch ports, and patch port threading issues.David Robillard1-6/+8
2007-09-12Fix manually specifying polyphony in load patch dialog.David Robillard2-8/+11
2007-09-08Serialisation of patch enabled status.David Robillard1-3/+6
2007-09-07Fix RDF URIs for subpatches (first letter was chopped).David Robillard1-2/+4
2007-08-10Fix loading control values from deprecated Om patches.David Robillard3-18/+27
2007-08-01Clean up engine/client interfaces.David Robillard6-62/+80
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard3-2/+4
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard2-2/+2
2007-07-28Remove (now) generated LV2 stuff Makefiles from repo.David Robillard2-12/+22
2007-07-27Track control values for port 'sliders' (module sliders move in sync with nod...David Robillard3-2/+32
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard2-2/+2
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard2-17/+53
2007-07-26Make canvas grab events.David Robillard4-101/+13
2007-07-26Use PathTable for engine side objects.David Robillard1-10/+11
2007-07-26Maybe fix undefined reference.David Robillard1-0/+1
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard5-21/+50
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard12-137/+184
2007-07-25Distcheck fixes.David Robillard1-0/+2
2007-07-25Fix running with ingen -eg.David Robillard2-2/+1
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard2-6/+16