aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Node.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-13Change model to have a single initial node.David Robillard1-15/+15
2013-01-13Use lowercase namespace names.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-33/+33
2013-01-12Fix node times when importing MIDI.David Robillard1-3/+2
2013-01-12Bulk reformat.David Robillard1-39/+51
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard1-2/+2
2013-01-11Bring Machina back into the fold (fix #844).David Robillard1-2/+4
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-16/+0
2011-02-16Drop redlandmm for sordmm.David Robillard1-11/+12
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-5/+5
2011-01-10Rewrite with UI/engine split.David Robillard1-19/+32
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-17/+19
2010-12-17Simplify blank node ID stuff (and remove circular dependency of World and Node).David Robillard1-1/+1
2010-12-17Fix serialisation (fix ticket #508).David Robillard1-1/+1
2010-12-17Fix run duration handling and associated constant crashes (assertion failures).David Robillard1-4/+0
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-21Fix Eugene and Machine compilation.David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-17/+17
2009-02-28Make machina work sort of a little bit maybe.David Robillard1-0/+6
2008-11-17Fix mutation.David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-7/+7
2008-02-09Use Raul::TimeStamp (LV2 compatible typed 32:32 fixed timestamp) everywhere.David Robillard1-6/+6
2008-01-06Remove raul dependency on liblo and redlandmm.David Robillard1-4/+7
2007-12-07Vast quantities of filthy, filthy evolution code.David Robillard1-7/+28
2007-12-06Added missing files.David Robillard1-0/+18
2007-12-05Working mutation operators.David Robillard1-2/+13
2007-12-05Add preliminary mutation to machina (only random edge probability mutation so...David Robillard1-7/+29
2007-12-05Preliminary evolutionary stuff in machina.David Robillard1-2/+3
2007-12-02Ability to add notes to non-MIDI-note nodes (ie make noise with mouse only).David Robillard1-15/+7
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-4/+4
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-2/+2
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-18/+19
2007-04-06Email address and FSF copyright address updates.David Robillard1-1/+1
2007-04-05Code cleanups.David Robillard1-8/+0
2007-04-05Selector states.David Robillard1-0/+16
2007-03-30Canvas auto-layout uses durations like graphviz diagrams.David Robillard1-2/+2
2007-03-26Deleting selected states with delete key.David Robillard1-3/+9
2007-03-25Added node properties window.David Robillard1-6/+10
2007-03-11MIDI file reading.David Robillard1-8/+17
2007-03-03SMF writing work.David Robillard1-4/+4
2007-03-02Work towards Action serialization.David Robillard1-0/+7
2007-02-28Added python script to convert RDF files to dot graphs.David Robillard1-2/+2
2007-02-25More serialization work (loading, saving works from GUI).David Robillard1-3/+3
2007-02-24Distribution build fixes (pass make distcheck).David Robillard1-2/+2
2007-02-24Serialization of edges.David Robillard1-2/+4
2007-02-24Serialization work.David Robillard1-2/+7