summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2007-07-25Fix running with ingen -eg.David Robillard7-35/+35
2007-07-25Fix crash on Jack frame counter overrun.David Robillard1-2/+0
2007-07-25Removed outdated comment.David Robillard1-2/+1
2007-07-24Work around broken LADSPA plugins with screwy range/default (fix ticket 59).David Robillard3-1/+17
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard18-137/+95
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard162-1030/+1010
2007-07-24Fix building Ingen w/ Jack MIDI.David Robillard1-7/+3
2007-07-24Removed recursive autohell, except for SLv2.David Robillard11-93/+124
2007-07-24Working OSC patching.David Robillard4-8/+15
2007-07-24Match LV2 specification instantiate prototype.David Robillard1-1/+1
2007-07-23Control <-> Audio connections.David Robillard3-15/+27
2007-07-23Fixed OSC printer bugs, instantiates correctly now.David Robillard4-23/+54
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard10-10/+195
2007-07-13Yet another potential fix.David Robillard1-1/+0
2007-07-13Added yet another assertion in search of the heisenbug.David Robillard1-2/+3
2007-07-13Added harsher assertion in hopes of catching bug earlier.David Robillard1-3/+1
2007-07-04Added metadata (ie integer, toggle) to builtin node control ports.David Robillard5-33/+32
2007-07-04Remove MIDI event debug messages (from MIDI control node).David Robillard1-7/+0
2007-07-04Fix MIDI control and trigger nodes.David Robillard4-4/+17
2007-07-04Allow setting control values out of range.David Robillard1-0/+5
2007-07-04Fix crash on Ingen patch save (mismatched RDF type enums).David Robillard2-4/+7
2007-07-03Fix crash on MIDI controller receiving.David Robillard7-41/+47
2007-06-24Fix running GUI with internal engine and direct interface (i.e. no OSC) with ...David Robillard5-38/+12
2007-06-23Possible fix for serialisation in locales with , as decimal point.David Robillard1-9/+3
2007-06-15Just use automake instead of automake-1.9, etc.David Robillard2-24/+16
2007-06-08Remove PluginLibrary, use Glib::Module instead.David Robillard5-155/+43
2007-06-08Remove ingen_dev script (obsoleted by src/setup_dev_environment.sh).David Robillard3-41/+3
2007-06-07Don't install unit test binaries.David Robillard1-1/+1
2007-05-08Removed Alsa MIDI driver.David Robillard4-497/+0
2007-05-04Double Jack initialisation and other cmdline fixes.David Robillard1-0/+6
2007-05-04Work on internal engine + GUI (still some problems).David Robillard2-0/+13
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard86-261/+255
2007-05-02Added svn:ignore property to everything.David Robillard31-97/+206
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-2/+2
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard1-1/+0
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 Robillard2-8/+24
2007-04-20Update for SLV2 API changes.David Robillard2-12/+4
2007-04-19Renamed SLV2Model SLV2World.David Robillard3-5/+10
2007-04-19Applied patch from larsl to fix DSSI MIDI.David Robillard3-18/+49
2007-04-11Updated/cleaned up OSC namespace (/om/synth -> /ingen etc).David Robillard4-176/+153
2007-04-11Minor code cleanups/cruft removal.David Robillard6-44/+13
2007-04-11Serialization (both saving and restoring) of nested patches.David Robillard2-8/+7
2007-04-09Bugfixes.David Robillard1-1/+5
2007-04-09MIDI patching. wooo!David Robillard3-23/+33
2007-04-08Fixed audio output.David Robillard3-103/+22
2007-04-08Alsa MIDI compile fixes.David Robillard4-25/+23
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-08Jack MIDI API compatibility kluges.David Robillard2-1/+45