aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Recorder.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Fix warningsDavid Robillard1-2/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-5/+5
2013-01-13Fix step recording.David Robillard1-2/+1
2013-01-13Update copyright headers.David Robillard1-16/+15
2013-01-13Use lowercase namespace names.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-4/+3
2013-01-12Bulk reformat.David Robillard1-4/+2
2013-01-11Move run context information to Context object and remove Machine::_forge.David Robillard1-1/+1
2013-01-11Bring Machina back into the fold (fix #844).David Robillard1-3/+9
2011-04-28Improve RingBuffer implementation.David Robillard1-3/+14
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-4/+0
2010-12-22Update license to GPLv3.David Robillard1-10/+10
2010-12-18Remove more things from public engine interface.David Robillard1-3/+4
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-4/+4
2008-11-17Compile.David Robillard1-1/+1
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-6/+6
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-04-05Code cleanups.David Robillard1-7/+1
2007-04-04Quantization while recording.David Robillard1-2/+3
2007-03-31Realtime MIDI recording.David Robillard1-0/+66