aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/SMFDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-14Remove glib dependency from engineDavid Robillard1-2/+0
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-1/+1
2013-01-13Fix step recording.David Robillard1-4/+2
2013-01-13Update copyright headers.David Robillard1-16/+15
2013-01-13Fix multiple initial nodes on import.David Robillard1-1/+0
2013-01-13Use lowercase namespace names.David Robillard1-2/+2
2013-01-13Remove pointless typedef.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-23/+24
2013-01-12Fix node times when importing MIDI.David Robillard1-9/+15
2013-01-12Bulk reformat.David Robillard1-19/+30
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard1-3/+3
2013-01-11Move run context information to Context object and remove Machine::_forge.David Robillard1-5/+6
2013-01-11Remove pointless Quantizer class.David Robillard1-2/+2
2013-01-11Bring Machina back into the fold (fix #844).David Robillard1-12/+12
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-6/+0
2011-01-10Rewrite with UI/engine split.David Robillard1-7/+11
2010-12-22Update license to GPLv3.David Robillard1-10/+10
2010-12-17Step recording.David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-7/+7
2008-11-17Run. Sorta.David Robillard1-1/+1
2008-11-17Run... almostDavid Robillard1-11/+8
2008-11-17Compile.David Robillard1-11/+16
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-4/+4
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-17/+19
2007-12-04Fix stuck notes on stop.David Robillard1-2/+2
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-4/+4
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-04-05Code cleanups.David Robillard1-1/+1
2007-04-04Quantization while recording.David Robillard1-2/+2
2007-03-31Realtime MIDI recording.David Robillard1-192/+16
2007-03-30Canvas auto-layout uses durations like graphviz diagrams.David Robillard1-6/+7
2007-03-25Fixed construction algorithm bugs.David Robillard1-5/+7
2007-03-25Added node properties window.David Robillard1-22/+114
2007-03-24Added missing files.David Robillard1-1/+1
2007-03-19Learn quantization.David Robillard1-8/+15
2007-03-18Improved automata diagram drawing (include notes, use standard initial note n...David Robillard1-5/+21
2007-03-17Nicer automata diagrams from machina2dot.py.David Robillard1-6/+2
2007-03-12Max duration loading optional.David Robillard1-1/+1
2007-03-12Export to DOT file.David Robillard1-11/+62
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 Robillard1-16/+54
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard1-1/+5
2007-03-11MIDI file reading.David Robillard1-0/+60
2007-03-03Added missing files.David Robillard1-0/+56