summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2010-11-26Fix race crash processing event list (Raul::ListImpl seriously needs an audit...David Robillard1-5/+11
2010-11-26Install all ingen modules to ${LIBDIR} instead of ${LIBDIR}/ingen so dynamic ...David Robillard1-6/+6
2010-10-28Fix ingen_http local library name.David Robillard1-1/+2
2010-10-27Update for new Atom extension.David Robillard4-19/+19
2010-10-18Implement URI unmap extension and use it to serialise JSON dictionary keys.David Robillard1-2/+0
2010-10-17Don't log every port resize.David Robillard1-3/+3
2010-10-17Support current versions of LV2 atom, atom-port, and context extensions.David Robillard10-43/+59
2010-10-06Add scheme to LV2 URI-based includes.David Robillard17-20/+20
2010-10-06Use URI-based LV2 header includes.David Robillard17-21/+20
2010-09-30Declare single-argument constructors explicit (except where implicit conversi...David Robillard15-15/+15
2010-09-30Trim include tree.David Robillard4-6/+3
2010-09-22Move http://lv2plug.in/ns/dev extensions to http://lv2plug.in/ns/ext.David Robillard1-3/+3
2010-09-22LV2_MessageContext => LV2_Contexts_MessageContext.David Robillard2-2/+2
2010-09-04My name is David. :)David Robillard143-143/+143
2010-05-04LV2Object => LV2Atom.David Robillard3-6/+6
2010-05-04Rename "object" extension "atom" extension.David Robillard16-62/+62
2010-04-02Fix crashes on exit.David Robillard1-5/+5
2010-03-06Fully load patch in LV2 instantiate method.David Robillard4-22/+39
2010-03-06Sshh.David Robillard1-3/+0
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard64-352/+651
2010-03-05Remove ingen.lv2 subdirectory (isn't a bundle and only had ingen_lv2.cpp in i...David Robillard1-0/+0
2010-03-04Use portable path construction.David Robillard2-2/+3
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard4-4/+4
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-26Update stub support for liblo bundle handlers (for patch lo_bundle_receive_su...David Robillard2-13/+18
2010-02-26Remove unused AllNotesOff event.David Robillard4-128/+0
2010-02-26Remove unused Note event.David Robillard4-180/+0
2010-02-26Remove request_plugins from EngineInterface (and RequestPlugins event from en...David Robillard10-154/+14
2010-02-26Remove request_all_objects from EngineInterface (and RequestAllObjects event ...David Robillard8-130/+1
2010-02-26Add missing file.David Robillard1-0/+281
2010-02-26Tinker subpatch polyphony logic.David Robillard1-1/+1
2010-02-26Arrange at the top left and scroll to top left corner by default.David Robillard1-0/+4
2010-02-26Fix queued connections (e.g. event input => print).David Robillard5-16/+26
2010-02-26Perform all mixing for an audio input in a single mix operation (instead of a...David Robillard15-185/+123
2010-02-25Work on contexts and polymorphic ports.David Robillard16-107/+146
2010-02-25Store patch connections in a map using a lexicographic <Port*,Port*> key forDavid Robillard10-59/+79
2010-02-25Fix (remove) use of PatchImpl::_connections in the audio thread.David Robillard2-17/+23
2010-02-25Fix cross-context (audio -> message) connections.David Robillard1-0/+1
2010-02-24Tidy up Context and ProcessContext interfaces (ProcessContext only lives on a...David Robillard5-33/+43
2010-02-24Merge NodeBase and NodeImpl.David Robillard22-533/+158
2010-02-24Add new Delay internal.David Robillard31-75/+414
2010-02-23Fix various code issues discovered by cppcheck.David Robillard14-12/+25
2010-02-23Working dynamic polyphony in the root patch.David Robillard4-4/+18
2010-02-23Free plugin instances when decreasing polyphony.David Robillard4-48/+62
2010-02-23Tidy.David Robillard1-1/+0
2010-02-22Fix crash when dynamically reducing polyphony.David Robillard1-1/+2
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard20-26/+16
2010-02-22Fail gracefully when LV2 plugins have illegal symbols.David Robillard1-6/+19