Age | Commit message (Expand) | Author | Files | Lines |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -0/+1 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -0/+1 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -7/+7 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -2/+2 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -1/+1 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -15/+15 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -4/+4 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -8/+8 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -28/+28 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -1/+1 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -12/+6 |
2012-08-14 | Use new LV2 MIDI API. | David Robillard | 1 | -13/+14 |
2012-08-11 | Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block(). | David Robillard | 1 | -1/+2 |
2012-08-10 | Fix various const violations. | David Robillard | 1 | -2/+3 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 1 | -1/+0 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 1 | -7/+2 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -12/+12 |
2012-07-27 | Silence invalid control binding error message. | David Robillard | 1 | -1/+1 |
2012-07-25 | Fix control bindings for logarithmic and sample rate control ports. | David Robillard | 1 | -24/+40 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -6/+42 |
2012-07-17 | Wrap notification stuff behind simple API and hide details in Context. | David Robillard | 1 | -7/+6 |
2012-06-13 | Fix control binding loading. | David Robillard | 1 | -9/+11 |
2012-06-13 | Fix saving of control bindings. | David Robillard | 1 | -15/+28 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -2/+0 |
2012-05-14 | Tidy. | David Robillard | 1 | -2/+2 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+2 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -6/+6 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -7/+6 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-04-12 | Update for latest atom extension. | David Robillard | 1 | -2/+1 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+16 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -69/+41 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -2/+3 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move URIs.hpp to public shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -7/+13 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 |
2011-09-15 | Fix control bindings (MIDI learn). | David Robillard | 1 | -33/+52 |
2011-08-20 | Fix crash when sending port notifications (fix #741). | David Robillard | 1 | -6/+8 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -0/+384 |