Age | Commit message (Expand) | Author | Files | Lines |
2011-03-07 | Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes. | David Robillard | 2 | -0/+26 |
2011-02-19 | Partially working copy/paste. | David Robillard | 1 | -2/+4 |
2011-02-19 | Save/load patches as nested bundles (fix ticket #520). | David Robillard | 5 | -22/+26 |
2011-02-18 | Trim more cruft. | David Robillard | 2 | -2/+0 |
2011-02-17 | Jack session support for ingen. | David Robillard | 1 | -1/+5 |
2011-02-17 | Fix "Ingen as an LV2", i.e. make Ingen bundles working LV2 plugins. | David Robillard | 1 | -6/+8 |
2011-02-17 | Connect to JACK_DEFAULT_SERVER by default. | David Robillard | 1 | -1/+1 |
2011-02-16 | Use simpler, single, file extensions. | David Robillard | 1 | -2/+2 |
2011-02-16 | Drop redlandmm for sordmm. | David Robillard | 1 | -1/+1 |
2011-01-10 | Fix module loading on OSX (this revision of Ingen confirmed working on Mac OS... | David Robillard | 2 | -4/+9 |
2011-01-10 | Remove shared/engine dependency on sigc++. | David Robillard | 3 | -4/+1 |
2011-01-08 | Fix configuration header define names to not stomp on global namespace. | David Robillard | 1 | -1/+1 |
2011-01-08 | Support "request run" feature from contexts extension. | David Robillard | 3 | -6/+8 |
2011-01-06 | Link against -ldl when necessary. | David Robillard | 1 | -0/+1 |
2010-12-16 | Updates for waf 1.6. | David Robillard | 1 | -8/+8 |
2010-11-30 | Gracefully handle out of range event URI mappings. | David Robillard | 2 | -0/+9 |
2010-11-30 | Actually implement event context URI mapping (translate to/from global URI ID... | David Robillard | 2 | -71/+90 |
2010-11-30 | Consistent naming for URI quarks. | David Robillard | 4 | -78/+78 |
2010-11-26 | Update for latest LV2 #include style. | David Robillard | 4 | -6/+6 |
2010-10-27 | Update for new Atom extension. | David Robillard | 3 | -8/+8 |
2010-10-18 | Implement URI unmap extension and use it to serialise JSON dictionary keys. | David Robillard | 2 | -3/+61 |
2010-10-17 | Fix raul include to use quotes. | David Robillard | 1 | -1/+1 |
2010-10-17 | Support current versions of LV2 atom, atom-port, and context extensions. | David Robillard | 3 | -10/+8 |
2010-10-06 | Add scheme to LV2 URI-based includes. | David Robillard | 4 | -5/+5 |
2010-10-06 | Use URI-based LV2 header includes. | David Robillard | 4 | -5/+5 |
2010-09-30 | Declare single-argument constructors explicit (except where implicit conversi... | David Robillard | 1 | -1/+1 |
2010-09-22 | Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext. | David Robillard | 1 | -7/+7 |
2010-09-04 | My name is David. :) | David Robillard | 22 | -22/+22 |
2010-06-04 | Fix module loading on non-Apple (oops). | David Robillard | 1 | -1/+1 |
2010-06-04 | Run unit tests even if lcov is unavailable. | David Robillard | 1 | -2/+9 |
2010-05-04 | LV2Object => LV2Atom. | David Robillard | 3 | -6/+6 |
2010-05-04 | Rename "object" extension "atom" extension. | David Robillard | 3 | -13/+13 |
2010-03-07 | Fix possible premature LV2 features array termination (patch from larsl, fix ... | David Robillard | 1 | -2/+5 |
2010-03-06 | Save Ingen patches as working standard LV2 plugin bundles. | David Robillard | 12 | -47/+64 |
2010-03-06 | Add missing files. | David Robillard | 2 | -0/+90 |
2010-03-04 | Use portable path construction. | David Robillard | 1 | -5/+6 |
2010-03-04 | Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi... | David Robillard | 1 | -1/+1 |
2010-02-25 | Work on contexts and polymorphic ports. | David Robillard | 3 | -2/+4 |
2010-02-25 | Store patch connections in a map using a lexicographic <Port*,Port*> key for | David Robillard | 1 | -1/+1 |
2010-02-25 | Use put instead of looped indidivual property sets. | David Robillard | 1 | -5/+2 |
2010-02-23 | Fix various code issues discovered by cppcheck. | David Robillard | 1 | -1/+2 |
2010-02-20 | Heavy overhaul of buffer management and polyphony. | David Robillard | 2 | -2/+1 |
2010-02-14 | Remove voice specific control setting. | David Robillard | 2 | -13/+0 |
2010-02-13 | Learn and remove bindings exclusively through property interface. | David Robillard | 6 | -0/+71 |
2010-02-04 | Fix a bunch of memory leaks. | David Robillard | 1 | -2/+8 |
2010-02-04 | Use std::string::empty where possible (faster, and less prone to C string err... | David Robillard | 1 | -1/+1 |
2010-02-03 | Binding of MIDI notes to toggle parameters. | David Robillard | 2 | -0/+4 |
2010-02-03 | Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= half). | David Robillard | 2 | -0/+2 |
2010-02-03 | Comprehensive use of cached URIs and more advanced Value (Atom) system. | David Robillard | 5 | -80/+133 |
2010-02-02 | Use Glib string interning (quarks) to make Path/URI operator== very fast. | David Robillard | 8 | -57/+112 |