summaryrefslogtreecommitdiffstats
path: root/src/engine/events
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Replace load_plugins API with a GET of ingen:plugins.David Robillard2-99/+0
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard38-93/+157
2011-04-16Update copyright headersDavid Robillard38-38/+38
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard38-125/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-04-13Consistent local or installed includes for interface headers.David Robillard8-9/+9
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-2/+2
2011-03-10Use event extension context to map MidiEvent.David Robillard1-1/+2
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard1-2/+4
2011-02-19Save/load patches as nested bundles (fix ticket #520).David Robillard6-28/+28
2011-02-16Drop redlandmm for sordmm.David Robillard1-1/+1
2011-02-11Remove LADSPA support from Ingen (LADSPA can be used via NASPRO).David Robillard2-33/+5
2011-01-08Support "request run" feature from contexts extension.David Robillard1-1/+1
2010-12-25Trim raul/Atom.hpp include tree.David Robillard2-2/+0
2010-12-23Fix crash when client attempts to set event port value to non-blob (fix ticke...David Robillard1-1/+1
2010-11-30Consistent naming for URI quarks.David Robillard1-1/+1
2010-11-26Update for latest LV2 #include style.David Robillard1-1/+1
2010-10-06Add scheme to LV2 URI-based includes.David Robillard1-1/+1
2010-10-06Use URI-based LV2 header includes.David Robillard1-1/+1
2010-09-04My name is David. :)David Robillard38-38/+38
2010-05-04LV2Object => LV2Atom.David Robillard2-4/+4
2010-05-04Rename "object" extension "atom" extension.David Robillard2-5/+5
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard10-25/+26
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard2-2/+2
2010-02-28Just always allocate destination port buffers on connect, since being clever ...David Robillard1-6/+7
2010-02-28Automatically assign a port index if one isn't given on port creation.David Robillard1-1/+3
2010-02-28Fix loading LADSPA plugins from .om patches.David Robillard2-6/+18
2010-02-26Remove unused AllNotesOff event.David Robillard2-126/+0
2010-02-26Remove unused Note event.David Robillard2-178/+0
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard4-125/+14
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard3-107/+1
2010-02-26Fix queued connections (e.g. event input => print).David Robillard1-1/+2
2010-02-26Perform all mixing for an audio input in a single mix operation (instead of a...David Robillard2-10/+6
2010-02-25Work on contexts and polymorphic ports.David Robillard6-63/+40
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard5-26/+46
2010-02-24Merge NodeBase and NodeImpl.David Robillard3-4/+4
2010-02-24Add new Delay internal.David Robillard1-1/+3
2010-02-23Fix various code issues discovered by cppcheck.David Robillard5-4/+8
2010-02-23Tidy.David Robillard1-1/+0
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard19-26/+12
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard13-130/+208
2010-02-18Refuse to delete /control_in or /control_out (fix crashes e.g. select-all + d...David Robillard1-11/+12
2010-02-17Fix double error.David Robillard1-0/+1
2010-02-17Fix crash when rapidly decreasing polyphony (make SetMetadataEvent blocking i...David Robillard1-0/+4
2010-02-14Fix loading of subpatches.David Robillard1-0/+2
2010-02-14Preserve patch port indices across saves.David Robillard2-0/+15
2010-02-14Remove voice specific control setting.David Robillard3-60/+8
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard4-206/+96
2010-02-09Make control bindings actually (audibly) take effect.David Robillard1-1/+1
2010-02-09Fix bugs with child blocking events.David Robillard3-9/+15