summaryrefslogtreecommitdiffstats
path: root/src/engine/events/CreateNode.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-4/+0
2011-02-16Drop redlandmm for sordmm.David Robillard1-1/+1
2011-02-11Remove LADSPA support from Ingen (LADSPA can be used via NASPRO).David Robillard1-28/+3
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-2/+2
2010-02-28Fix loading LADSPA plugins from .om patches.David Robillard1-5/+16
2010-02-23Tidy.David Robillard1-1/+0
2010-02-22Don't respond with PUT (creating empty nodes) when plugin instantiation fails.David Robillard1-0/+4
2010-02-20Heavy overhaul of buffer management and polyphony.David Robillard1-6/+11
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-1/+1
2010-02-03Responder => Request, and handle EventSource unblocking from Request (simplif...David Robillard1-9/+9
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-1/+0
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-1/+1
2010-01-05Merge JackMidiDriver and JackAudioDriver.David Robillard1-1/+1
2009-11-16Rework objects extension to have "value ports" and "message ports".David Robillard1-1/+1
2009-10-31Don't double-send creation events when they are a result of a PUT.David Robillard1-0/+3
2009-10-21Fix crash when plugins fail to instantiate.David Robillard1-5/+9
2009-06-03Rename event classes to match new pretty file names.David Robillard1-4/+4
2009-06-03Move events to their own namespace.David Robillard1-0/+2
2009-06-03Chop "Event" from event source file names.David Robillard1-0/+148