summaryrefslogtreecommitdiffstats
path: root/src/libs/engine
AgeCommit message (Expand)AuthorFilesLines
2007-07-30Shutdown cleanly (fix ticket 53).David Robillard5-56/+76
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard14-15/+14
2007-07-28Remove (now) generated LV2 stuff Makefiles from repo.David Robillard1-5/+5
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard39-110/+111
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard1-1/+1
2007-07-26Trim the fat.David Robillard7-207/+9
2007-07-26Fix destruction.David Robillard2-10/+13
2007-07-26Use PathTable for engine side objects.David Robillard20-109/+189
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard2-0/+2
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard5-8/+20
2007-07-25Distcheck fixes.David Robillard1-1/+1
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