summaryrefslogtreecommitdiffstats
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard8-57/+112
2010-02-02Use Glib quarks to implement LV2 URI Map extension.David Robillard2-27/+9
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard2-11/+0
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard10-30/+30
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard2-3/+3
2010-01-28Universal properties window.David Robillard2-0/+14
2010-01-07Better log output.David Robillard1-1/+1
2010-01-07Consistent debug output for LV2URIMap.David Robillard1-2/+4
2010-01-07Fix compilation with --log-debug.David Robillard1-0/+5
2010-01-06Do all logging output via Raul streams.David Robillard6-31/+35
2010-01-04Fix LV2Object::from_atom to match prototype.David Robillard3-3/+3
2010-01-03Remove patch clear command (fix ticket #375).David Robillard2-9/+0
2009-12-30Fix renaming (fix ticket #458).David Robillard2-2/+11
2009-12-18Only load network engine interface modules when needed.David Robillard1-3/+3
2009-12-18Install headers.David Robillard1-0/+3
2009-11-22Partial support for message/value ports and the message context.David Robillard2-4/+8
2009-11-18Rename DataType to PortType (since that's what it really means).David Robillard2-8/+8
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard2-0/+2
2009-11-15Better Parse plugin, working Print plugin.David Robillard2-2/+5
2009-11-14Object extension.David Robillard8-37/+220
2009-11-12String port support.David Robillard1-0/+3
2009-10-19Fix set/PUT with multiple properties of the same predicate.David Robillard1-3/+1
2009-07-07Fix compilation issues.David Robillard2-3/+5
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-1/+1
2009-06-03Clean up input port mixdown code.David Robillard1-1/+0
2009-06-02Fix crash on copy/paste.David Robillard1-0/+1
2009-05-28Generic plugin property mechanism.David Robillard2-5/+15
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard2-4/+16