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