aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/MachineBuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
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