Age | Commit message (Expand) | Author | Files | Lines |
2007-12-19 | Fix LV2 GUI embedding. | David Robillard | 1 | -1/+1 |
2007-12-15 | Updated LV2 GUI extension. | David Robillard | 1 | -8/+2 |
2007-12-05 | Preliminary evolutionary stuff in machina. | David Robillard | 1 | -3/+3 |
2007-11-30 | Split redland C++ wrappers out from Raul. | David Robillard | 3 | -10/+22 |
2007-11-13 | Fix build w/o installing raul. | David Robillard | 1 | -0/+1 |
2007-11-05 | Add independent building stuff for ingen. | David Robillard | 2 | -5/+2 |
2007-10-22 | LV2 icons in plugin menu. | David Robillard | 3 | -2/+32 |
2007-10-22 | Rework plugin design (engine side) to be less crap. | David Robillard | 7 | -33/+34 |
2007-10-21 | Fix various client-side variable state problems. | David Robillard | 2 | -1/+3 |
2007-10-21 | Fix crash on OSC connection. | David Robillard | 2 | -6/+1 |
2007-10-21 | Fix control port value broadcasting. | David Robillard | 1 | -1/+1 |
2007-10-13 | Dynamic polyphony fixes. | David Robillard | 1 | -10/+4 |
2007-10-11 | Fix initial state of radio buttons in connect window when running ingen -eg. | David Robillard | 2 | -34/+33 |
2007-10-11 | Fix Gtk rendering corruption problems when running monolithic (internal engine). | David Robillard | 1 | -3/+1 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 2 | -6/+12 |
2007-10-09 | Fix port type URIs mismatching, fixes Jack ports not showing up. | David Robillard | 1 | -2/+2 |
2007-10-09 | Fix OSC patching. | David Robillard | 3 | -4/+23 |
2007-10-08 | OSC Blinkenports(TM). | David Robillard | 1 | -1/+1 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 15 | -99/+99 |
2007-10-08 | Move Serializer from client lib to serialisation lib (engine or client side s... | David Robillard | 3 | -532/+0 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 12 | -75/+76 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 11 | -928/+77 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 9 | -134/+56 |
2007-10-08 | Fix serialization/connection bugs resulting from refactoring. | David Robillard | 5 | -52/+34 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 8 | -38/+57 |
2007-10-07 | Remove DSSI. | David Robillard | 4 | -74/+0 |
2007-10-07 | Added common abstract interface for Plugins. | David Robillard | 1 | -3/+2 |
2007-10-07 | Begin using shared virtual Node interface client side. | David Robillard | 7 | -59/+67 |
2007-10-05 | Don't use lazy binding for loading plugin libraries. | David Robillard | 1 | -1/+1 |
2007-10-05 | Fix ridiculous CPU chewing on embedded LV2 GUIs. | David Robillard | 1 | -1/+1 |
2007-10-05 | Fix connection serialisation. | David Robillard | 1 | -20/+18 |
2007-10-03 | Set initial values for embedded LV2 GUIs. | David Robillard | 1 | -0/+2 |
2007-10-03 | Fix (recursive) destruction of objects on client side (fixes bug where creati... | David Robillard | 1 | -2/+8 |
2007-10-02 | Fix deadlock on patch save. | David Robillard | 2 | -17/+5 |
2007-10-01 | Blink MIDI ports on message transmission. | David Robillard | 7 | -10/+38 |
2007-09-30 | Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). | David Robillard | 2 | -0/+22 |
2007-09-30 | Better design for process() signature (pass everything needed in a single obj... | David Robillard | 1 | -1/+1 |
2007-09-24 | LV2 UI interface cleanups. | David Robillard | 1 | -8/+8 |
2007-09-23 | Update for SLV2 UI interface. | David Robillard | 1 | -19/+20 |
2007-09-23 | Fix liblo thing for real this time. | David Robillard | 1 | -3/+3 |
2007-09-23 | Fix some weird liblo problem, probably in a breakey and/or leakey way. | David Robillard | 1 | -1/+1 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 8 | -48/+113 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 5 | -21/+58 |
2007-09-22 | LV2 UI extension updates. | David Robillard | 3 | -21/+71 |
2007-09-21 | Show context menu for patch ports when clicking on anonymous module, as well ... | David Robillard | 1 | -1/+1 |
2007-09-20 | Fix RDF threading problems (random messy crashes on patch loading). | David Robillard | 3 | -0/+15 |
2007-09-20 | Fix serialization of node polyphonic value. | David Robillard | 2 | -9/+5 |
2007-09-20 | Fix voice-specific polyphony controls. | David Robillard | 3 | -1/+12 |
2007-09-20 | Strip a bunch of old useless code. | David Robillard | 2 | -110/+1 |
2007-09-20 | Rename C++ signals to cleaner Gtkmm convention. | David Robillard | 11 | -120/+120 |