aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Machine.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-15/+0
2011-02-16Drop redlandmm for sordmm.David Robillard1-8/+8
2011-01-10Rewrite with UI/engine split.David Robillard1-13/+24
2010-12-22Update license to GPLv3.David Robillard1-10/+10
2010-12-22Expose numeric ID.David Robillard1-3/+3
2010-12-22Assign all objects a numeric ID at creation time.David Robillard1-3/+3
2010-12-18Remove Raul::Stateful (which never really belonged in Raul anyway).David Robillard1-1/+1
2010-12-18Remove LearnRequest from public engine API.David Robillard1-4/+6
2010-12-17Fix run duration handling and associated constant crashes (assertion failures).David Robillard1-15/+8
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-28/+28
2009-02-28Make machina work sort of a little bit maybe.David Robillard1-4/+4
2008-11-17Run. Sorta.David Robillard1-9/+9
2008-11-17Run... almostDavid Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-3/+3
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-15/+13
2007-12-07Possible bug fix maybe possibly but probably not.David Robillard1-3/+3
2007-12-07It's evolution, baby.David Robillard1-26/+62
2007-12-06Added missing files.David Robillard1-0/+19
2007-12-05Working mutation operators.David Robillard1-1/+4
2007-12-05Add preliminary mutation to machina (only random edge probability mutation so...David Robillard1-7/+35
2007-12-05Remove misguided gene stuff (Machine is the gene..).David Robillard1-31/+0
2007-12-05Preliminary evolutionary stuff in machina.David Robillard1-4/+35
2007-12-04Fix stuck notes on stop.David Robillard1-5/+3
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-6/+6
2007-11-29Fix serialialization.David Robillard1-4/+4
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-3/+3
2007-05-07Fixed assert crash bug.David Robillard1-5/+10
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-15/+17
2007-04-17Fix missed events timestamp bug (for real this time).David Robillard1-6/+7
2007-04-17Fixed possibly missed MIDI events.David Robillard1-1/+1
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-04-05Code cleanups.David Robillard1-23/+0
2007-04-05Selector states.David Robillard1-10/+36
2007-04-01Fixed missed events (off by one bug comparing time stamps with end of cycle).David Robillard1-1/+1
2007-03-31Fixed tempo skew (record vs playback).David Robillard1-0/+4
2007-03-30Canvas auto-layout uses durations like graphviz diagrams.David Robillard1-9/+10
2007-03-25Fixed construction algorithm bugs.David Robillard1-5/+5
2007-03-25Added node properties window.David Robillard1-0/+8
2007-03-22Runtime (RT thread) performance improvements.David Robillard1-6/+50
2007-03-18Improved automata diagram drawing (include notes, use standard initial note n...David Robillard1-1/+15
2007-03-14Serialization bug fixes.David Robillard1-0/+3
2007-03-03SMF writing work.David Robillard1-6/+20
2007-02-28Added python script to convert RDF files to dot graphs.David Robillard1-3/+9
2007-02-25More serialization work (loading, saving works from GUI).David Robillard1-3/+3
2007-02-24Serialization of edges.David Robillard1-3/+12
2007-02-24Serialization work.David Robillard1-1/+1
2007-02-23Functional edge probability.David Robillard1-3/+9