aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2007-12-03Fix loading outgoing edges from initial node.David Robillard1-3/+3
2007-12-02Ability to add notes to non-MIDI-note nodes (ie make noise with mouse only).David Robillard4-21/+23
2007-12-01Clean up query code.David Robillard1-48/+37
2007-11-30Various documentation cleanups/fixes.David Robillard1-1/+1
2007-11-30Split redland C++ wrappers out from Raul.David Robillard14-37/+38
2007-11-29Fix serialialization.David Robillard1-4/+4
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard23-61/+61
2007-07-24Removed recursive autohell, except for SLv2.David Robillard2-3/+3
2007-07-22Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin...David Robillard2-5/+5
2007-05-07Fixed assert crash bug.David Robillard2-6/+11
2007-05-06Another one!David Robillard1-0/+10
2007-05-06Yeah, another one.David Robillard1-0/+1
2007-05-06Jack MIDI with-nframes build fix.David Robillard1-1/+1
2007-05-05Added Jack MIDI compatibility filthy annoying kludges.David Robillard2-0/+57
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard14-111/+117
2007-04-17Fix missed events timestamp bug (for real this time).David Robillard1-6/+7
2007-04-17Fixed possibly missed MIDI events.David Robillard1-1/+1
2007-04-07Jack MIDI API fixes.David Robillard1-6/+6
2007-04-06Email address and FSF copyright address updates.David Robillard28-28/+28
2007-04-05Code cleanups.David Robillard23-182/+48
2007-04-05Selector states.David Robillard6-20/+103
2007-04-04Quantization while recording.David Robillard7-104/+168
2007-04-02Edge label toggling.David Robillard7-11/+63
2007-04-01Fixed missed events (off by one bug comparing time stamps with end of cycle).David Robillard2-2/+7
2007-04-01Fixed exception bug.David Robillard1-0/+9
2007-03-31distcheck fixes.David Robillard2-3/+3
2007-03-31Fixed tempo skew (record vs playback).David Robillard4-15/+27
2007-03-31Realtime MIDI recording.David Robillard11-213/+536
2007-03-30Canvas auto-layout uses durations like graphviz diagrams.David Robillard6-38/+35
2007-03-26Deleting selected states with delete key.David Robillard3-4/+13
2007-03-25Fixed construction algorithm bugs.David Robillard3-11/+13
2007-03-25Added node properties window.David Robillard8-39/+151
2007-03-24Added missing files.David Robillard3-1/+84
2007-03-22Fix crash on importing MIDI multiple times.David Robillard1-1/+6
2007-03-22Runtime (RT thread) performance improvements.David Robillard3-8/+60
2007-03-22Serialization fixes for GUI.David Robillard7-17/+34
2007-03-22Cleaned up loading code.David Robillard5-113/+92
2007-03-19Learn quantization.David Robillard2-10/+18
2007-03-18Improved automata diagram drawing (include notes, use standard initial note n...David Robillard10-87/+96
2007-03-17Nicer automata diagrams from machina2dot.py.David Robillard2-8/+4
2007-03-14Serialization bug fixes.David Robillard2-5/+4
2007-03-12Max duration loading optional.David Robillard2-4/+4
2007-03-12Export to DOT file.David Robillard3-15/+67
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard1-4/+4
2007-03-12Fixed edge label size when zooming.David Robillard2-17/+62
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard2-2/+6
2007-03-11MIDI file reading.David Robillard6-15/+97
2007-03-03Added missing files.David Robillard2-0/+102
2007-03-03SMF writing work.David Robillard13-58/+100