aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/MachineBuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-14Make quantize spinner control step record and new node length.David Robillard1-1/+1
2013-01-13Fix step recording.David Robillard1-28/+44
2013-01-13Update copyright headers.David Robillard1-16/+15
2013-01-13Fix multiple initial nodes on import.David Robillard1-1/+1
2013-01-13Move merge operation to Machine::merge().David Robillard1-1/+0
2013-01-13Change model to have a single initial node.David Robillard1-5/+6
2013-01-13Tidy.David Robillard1-1/+1
2013-01-13Use lowercase namespace names.David Robillard1-2/+2
2013-01-13Remove unnecessary linear searches.David Robillard1-13/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-33/+31
2013-01-12Break up more code into reasonably sized functions.David Robillard1-129/+125
2013-01-12Fix node times when importing MIDI.David Robillard1-6/+6
2013-01-12Add missing file.David Robillard1-1/+1
2013-01-12Bulk reformat.David Robillard1-54/+88
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard1-3/+3
2013-01-11Remove pointless Quantizer class.David Robillard1-2/+2
2013-01-11Bring Machina back into the fold (fix #844).David Robillard1-14/+17
2012-05-13Fix silly emptiness check.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-10/+1
2011-01-10Rewrite with UI/engine split.David Robillard1-3/+3
2010-12-22Update license to GPLv3.David Robillard1-10/+10
2010-12-18Remove more things from public engine interface.David Robillard1-1/+2
2010-12-18Remove LearnRequest from public engine API.David Robillard1-2/+6
2010-12-17Fix node duration when step recording.David Robillard1-4/+6
2010-12-17Step recording.David Robillard1-7/+8
2010-12-17Fix recording.David Robillard1-2/+1
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-11/+11
2008-11-17Run... almostDavid Robillard1-3/+1
2008-11-17Compile.David Robillard1-2/+4
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-24/+22
2007-12-07Fix loading selector nodes.David Robillard1-3/+3
2007-12-05Working mutation operators.David Robillard1-4/+4
2007-12-05Add preliminary mutation to machina (only random edge probability mutation so...David Robillard1-7/+7
2007-12-02Ability to add notes to non-MIDI-note nodes (ie make noise with mouse only).David Robillard1-2/+2
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-1/+1
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-04-05Code cleanups.David Robillard1-70/+3
2007-04-05Selector states.David Robillard1-7/+48
2007-04-04Quantization while recording.David Robillard1-91/+152
2007-04-02Edge label toggling.David Robillard1-9/+15
2007-03-31Fixed tempo skew (record vs playback).David Robillard1-11/+18
2007-03-31Realtime MIDI recording.David Robillard1-0/+246