summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-05-04Set Loader thread name (GUI) for decent console output.David Robillard1-0/+2
2007-05-04Double Jack initialisation and other cmdline fixes.David Robillard2-4/+8
2007-05-04Added more missing files.David Robillard2-0/+585
2007-05-04Added missing files.David Robillard2-0/+99
2007-05-04Work on internal engine + GUI (still some problems).David Robillard7-42/+94
2007-05-04Patch loading from the command line with absolute paths, relative paths, or l...David Robillard2-14/+18
2007-05-04Fix boost::bad_weak_ptr crash when clicking a patch port module.David Robillard1-2/+1
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard199-1920/+1261
2007-05-03Fixed LV2-less build.David Robillard1-0/+2
2007-05-02Added svn:ignore property to everything.David Robillard133-701/+870
2007-05-01Moved loading out to it's own namespace.David Robillard7-74/+62
2007-05-01Morph disconnect button into cancel while attempting a connectionDavid Robillard1-2/+5
2007-05-01GUI cleanups.David Robillard4-59/+83
2007-05-01Fixed remote patch loading.David Robillard1-2/+3
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard19-278/+306
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard6-4689/+3065
2007-04-29Replace URIs in load plugin dialog with user friendly strings.David Robillard3-6/+36
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 Robillard3-8/+25
2007-04-23Moved range controls from node controls window to popup dialog to declutter.David Robillard7-138/+548
2007-04-21Loading plugins via class-based menu heirarchy in patch context menu.David Robillard8-16/+153
2007-04-20Update for SLV2 API changes.David Robillard2-12/+4
2007-04-19Renamed SLV2Model SLV2World.David Robillard7-22/+22
2007-04-19Applied patch from larsl to fix DSSI MIDI.David Robillard3-18/+49
2007-04-18Added cURL compiler flags.David Robillard1-2/+2
2007-04-17Fix missed events timestamp bug (for real this time).David Robillard1-2/+2
2007-04-17Added missing files.David Robillard2-0/+384
2007-04-16Updated Jack version checked by configure.David Robillard11-33/+380
2007-04-12Remote patch indexing, loading from online patch repository.David Robillard3-34/+169
2007-04-12Updated Raptor dependency to 1.4.14 (for Turtle serialization).David Robillard12-21/+343
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard11-418/+212
2007-04-11Minor code cleanups/cruft removal.David Robillard6-44/+13
2007-04-11Fix control range restoring when reattaching to the engine (properly store po...David Robillard1-14/+8
2007-04-11Crank up control slider precision.David Robillard1-26/+74
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard7-79/+198
2007-04-10Fixed feedback connections.David Robillard1-4/+6
2007-04-09Fix crash on saving recursive patches (don't load yet though).David Robillard1-1/+5
2007-04-09Internal subpatch connection bugfix.David Robillard1-8/+15
2007-04-09Bugfixes.David Robillard2-2/+6
2007-04-09MIDI patching. wooo!David Robillard4-24/+34
2007-04-08Fix connections directly between subpatch input/output ports.David Robillard5-37/+23
2007-04-08Fixed audio output.David Robillard3-103/+22
2007-04-08Alsa MIDI compile fixes.David Robillard5-26/+24
2007-04-08Yet. More. Jack. MIDI. API. Hacks.David Robillard1-7/+15
2007-04-08More Jack MIDI API compatibility jacks.David Robillard3-3/+9
2007-04-08Added missing lv2-midiport.hDavid Robillard1-0/+179
2007-04-08Jack MIDI API compatibility kluges.David Robillard2-1/+45
2007-04-08LV2 MIDI fixes.David Robillard6-226/+60
2007-04-08MIDI patching fixes (clean disconnecting).David Robillard29-82/+182
2007-04-08De-template-ification of port types (req. for LV2 MIDI, but nice code size re...David Robillard70-1376/+1273