summaryrefslogtreecommitdiffstats
path: root/src/libs/client
AgeCommit message (Expand)AuthorFilesLines
2007-11-13Fix build w/o installing raul.David Robillard1-0/+1
2007-11-05Add independent building stuff for ingen.David Robillard2-5/+2
2007-10-22LV2 icons in plugin menu.David Robillard3-2/+32
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard7-33/+34
2007-10-21Fix various client-side variable state problems.David Robillard2-1/+3
2007-10-21Fix crash on OSC connection.David Robillard2-6/+1
2007-10-21Fix control port value broadcasting.David Robillard1-1/+1
2007-10-13Dynamic polyphony fixes.David Robillard1-10/+4
2007-10-11Fix initial state of radio buttons in connect window when running ingen -eg.David Robillard2-34/+33
2007-10-11Fix Gtk rendering corruption problems when running monolithic (internal engine).David Robillard1-3/+1
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard2-6/+12
2007-10-09Fix port type URIs mismatching, fixes Jack ports not showing up.David Robillard1-2/+2
2007-10-09Fix OSC patching.David Robillard3-4/+23
2007-10-08OSC Blinkenports(TM).David Robillard1-1/+1
2007-10-08s/MetadataMap/Variables/ etc.David Robillard15-99/+99
2007-10-08Move Serializer from client lib to serialisation lib (engine or client side s...David Robillard3-532/+0
2007-10-08SharedPtr-ify engine side store.David Robillard12-75/+76
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard11-928/+77
2007-10-08Shared abstract Connection interface.David Robillard9-134/+56
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard5-52/+34
2007-10-07Added shared abstract interface for ports.David Robillard8-38/+57
2007-10-07Remove DSSI.David Robillard4-74/+0
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