aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Engine.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-14Don't use Glib::ustringDavid Robillard1-7/+5
2014-12-18Work towards engine/GUI separation.David Robillard1-3/+5
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-2/+2
2013-01-14Fix saving and loading machines.David Robillard1-13/+8
2013-01-13Update copyright headers.David Robillard1-16/+15
2013-01-13Move merge operation to Machine::merge().David Robillard1-9/+0
2013-01-13Change model to have a single initial node.David Robillard1-4/+0
2013-01-13Use lowercase namespace names.David Robillard1-4/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-22/+22
2013-01-12Bulk reformat.David Robillard1-10/+13
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard1-3/+1
2013-01-11Bring Machina back into the fold (fix #844).David Robillard1-8/+15
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-4/+0
2011-02-16Drop redlandmm for sordmm.David Robillard1-1/+1
2011-01-10Rewrite with UI/engine split.David Robillard1-32/+54
2010-12-22Update license to GPLv3.David Robillard1-10/+10
2010-12-18Remove more things from public engine interface.David Robillard1-1/+21
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-9/+9
2008-11-17Compile.David Robillard1-1/+1
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-2/+2
2007-12-07It's evolution, baby.David Robillard1-1/+2
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-2/+2
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-04-05Code cleanups.David Robillard1-13/+6
2007-04-02Edge label toggling.David Robillard1-1/+23
2007-03-22Fix crash on importing MIDI multiple times.David Robillard1-1/+6
2007-03-22Runtime (RT thread) performance improvements.David Robillard1-0/+5
2007-03-22Cleaned up loading code.David Robillard1-4/+5
2007-03-12Export to DOT file.David Robillard1-1/+1
2007-03-03SMF writing work.David Robillard1-0/+17
2007-02-25Command line app loads again.David Robillard1-1/+2
2007-02-25More serialization work (loading, saving works from GUI).David Robillard1-0/+14
2007-02-22Machina quantization, various timing related fixes.David Robillard1-1/+2
2007-02-21Tempo based time in Machina (and related utilities added to Raul).David Robillard1-0/+39