Age | Commit message (Expand) | Author | Files | Lines |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 7 | -41/+47 |
2007-06-24 | Fix running GUI with internal engine and direct interface (i.e. no OSC) with ... | David Robillard | 5 | -38/+12 |
2007-06-23 | Possible fix for serialisation in locales with , as decimal point. | David Robillard | 1 | -9/+3 |
2007-06-15 | Just use automake instead of automake-1.9, etc. | David Robillard | 2 | -24/+16 |
2007-06-08 | Remove PluginLibrary, use Glib::Module instead. | David Robillard | 5 | -155/+43 |
2007-06-08 | Remove ingen_dev script (obsoleted by src/setup_dev_environment.sh). | David Robillard | 3 | -41/+3 |
2007-06-07 | Don't install unit test binaries. | David Robillard | 1 | -1/+1 |
2007-05-08 | Removed Alsa MIDI driver. | David Robillard | 4 | -497/+0 |
2007-05-04 | Double Jack initialisation and other cmdline fixes. | David Robillard | 1 | -0/+6 |
2007-05-04 | Work on internal engine + GUI (still some problems). | David Robillard | 2 | -0/+13 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 86 | -261/+255 |
2007-05-02 | Added svn:ignore property to everything. | David Robillard | 31 | -97/+206 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 1 | -2/+2 |
2007-04-29 | Cleaner control panel layout, with value spinner/entry. | David Robillard | 1 | -1/+0 |
2007-04-29 | Set maximum bundle size to ideal UDP value. | David Robillard | 1 | -2/+2 |
2007-04-29 | Fixed incomplete transfer of loaded plugins to client, bundle transfer. | David Robillard | 2 | -8/+24 |
2007-04-20 | Update for SLV2 API changes. | David Robillard | 2 | -12/+4 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 3 | -5/+10 |
2007-04-19 | Applied patch from larsl to fix DSSI MIDI. | David Robillard | 3 | -18/+49 |
2007-04-11 | Updated/cleaned up OSC namespace (/om/synth -> /ingen etc). | David Robillard | 4 | -176/+153 |
2007-04-11 | Minor code cleanups/cruft removal. | David Robillard | 6 | -44/+13 |
2007-04-11 | Serialization (both saving and restoring) of nested patches. | David Robillard | 2 | -8/+7 |
2007-04-09 | Bugfixes. | David Robillard | 1 | -1/+5 |
2007-04-09 | MIDI patching. wooo! | David Robillard | 3 | -23/+33 |
2007-04-08 | Fixed audio output. | David Robillard | 3 | -103/+22 |
2007-04-08 | Alsa MIDI compile fixes. | David Robillard | 4 | -25/+23 |
2007-04-08 | Yet. More. Jack. MIDI. API. Hacks. | David Robillard | 1 | -7/+15 |
2007-04-08 | More Jack MIDI API compatibility jacks. | David Robillard | 3 | -3/+9 |
2007-04-08 | Jack MIDI API compatibility kluges. | David Robillard | 2 | -1/+45 |
2007-04-08 | LV2 MIDI fixes. | David Robillard | 3 | -24/+23 |
2007-04-08 | MIDI patching fixes (clean disconnecting). | David Robillard | 29 | -82/+182 |
2007-04-08 | De-template-ification of port types (req. for LV2 MIDI, but nice code size re... | David Robillard | 65 | -1349/+1081 |
2007-04-07 | Removed duplicate midi.h and referred to Raul version. | David Robillard | 6 | -141/+5 |
2007-04-07 | Fixed connection to patch MIDI ports when loading deprecated patches. | David Robillard | 4 | -8/+8 |
2007-04-07 | Jack MIDI API fixes. | David Robillard | 1 | -2/+2 |
2007-02-24 | Distribution build fixes (pass make distcheck). | David Robillard | 1 | -2/+0 |
2007-02-20 | Updated Ingen for most recent SLV2 API. | David Robillard | 4 | -18/+30 |
2007-02-11 | Moved Maid from Ingen to Raul. | David Robillard | 18 | -144/+31 |
2007-02-10 | Alsa compile fixes. | David Robillard | 2 | -6/+2 |
2007-02-10 | Fix previous (broken) commit. | David Robillard | 5 | -12/+12 |
2007-02-09 | Moved Deletable (formerly MaidObject), List, and Array from Ingen to Raul. | David Robillard | 59 | -891/+252 |
2007-02-09 | Removed data type stuff from SLV2. | David Robillard | 1 | -26/+15 |
2007-02-07 | Updated Copyright notices. | David Robillard | 162 | -162/+324 |
2007-02-07 | Abstracted out "Connectable" concept in FlowCanvas (towards connecting things... | David Robillard | 1 | -0/+4 |
2007-02-07 | Mad sed-fu for consistent private member naming. | David Robillard | 78 | -1240/+1242 |
2007-01-23 | Alsa MIDI compilation fixes. | David Robillard | 2 | -7/+7 |
2007-01-23 | Jack MIDI fixes, "fixed" (increased) ranges on control dialog range spinners. | David Robillard | 5 | -19/+20 |
2007-01-22 | Alsa MIDI compile fix. Maybe. | David Robillard | 1 | -6/+6 |
2007-01-22 | Created Raul namespace. | David Robillard | 21 | -44/+52 |
2007-01-22 | Added atomic int/pointer classes to Raul. | David Robillard | 10 | -24/+26 |