aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-12-06Trivial fitness measurement.David Robillard3-11/+21
2007-12-06Rename uselessley verbose MachineMutation.[ch]ppDavid Robillard6-6/+6
2007-12-05Working mutation operators.David Robillard12-102/+322
2007-12-05Add preliminary mutation to machina (only random edge probability mutation so...David Robillard16-219/+512
2007-12-05Remove misguided gene stuff (Machine is the gene..).David Robillard3-40/+0
2007-12-05Preliminary evolutionary stuff in machina.David Robillard9-31/+70
2007-12-04Fix stuck notes on stop.David Robillard9-36/+47
2007-12-03Use dashed outline for selector nodes.David Robillard4-10/+34
2007-12-03Several machina-style canvas improvements (colour edges, edge handles, better...David Robillard4-9/+58
2007-12-03Fix loading outgoing edges from initial node.David Robillard1-3/+3
2007-12-02Make duration relative edge lengths optional (lays out bigger machines much m...David Robillard3-895/+661
2007-12-02Ability to add notes to non-MIDI-note nodes (ie make noise with mouse only).David Robillard8-33/+57
2007-12-01Clean up query code.David Robillard1-48/+37
2007-11-30Various documentation cleanups/fixes.David Robillard1-1/+1
2007-11-30Split redland C++ wrappers out from Raul.David Robillard20-57/+75
2007-11-29Fix serialialization.David Robillard2-16/+15
2007-10-21Fix (most of the) basic machina functionality.David Robillard3-4/+3
2007-10-20Fix thread error message/death on launching machina_guiDavid Robillard2-1/+4
2007-10-08Update.. stuff... I hate SVN...David Robillard2-3/+3
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard2-2/+2
2007-07-26Make canvas grab events.David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard33-74/+74
2007-07-24Removed recursive autohell, except for SLv2.David Robillard5-9/+10
2007-07-22Renamed MIDIRingBuffer StampedChunkRingBuffer (what it really is), which coin...David Robillard2-5/+5
2007-06-06Nicer Flowcanvas naming.David Robillard6-29/+29
2007-05-07Fixed assert crash bug.David Robillard2-6/+11
2007-05-06Another one!David Robillard1-0/+10
2007-05-06Yeah, another one.David Robillard1-0/+1
2007-05-06Jack MIDI with-nframes build fix.David Robillard1-1/+1
2007-05-05Added Jack MIDI compatibility filthy annoying kludges.David Robillard2-0/+57
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard18-129/+136
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-17Event handling fixes.David Robillard3-16/+21
2007-04-17Fixed toolbar initial state.David Robillard1-0/+1
2007-04-07Jack MIDI API fixes.David Robillard1-6/+6
2007-04-06Email address and FSF copyright address updates.David Robillard40-40/+40
2007-04-06Icon fixes.David Robillard9-79/+7
2007-04-05Code cleanups.David Robillard27-510/+59
2007-04-05Selector states.David Robillard11-77/+162
2007-04-04Quantization while recording.David Robillard8-104/+170
2007-04-02Edge label toggling.David Robillard15-31/+156
2007-04-01Fixed missed events (off by one bug comparing time stamps with end of cycle).David Robillard3-9/+103
2007-04-01Fixed exception bug.David Robillard2-14/+15
2007-03-31distcheck fixes.David Robillard3-8/+9
2007-03-31Fixed tempo skew (record vs playback).David Robillard7-50/+86
2007-03-31Realtime MIDI recording.David Robillard15-242/+668
2007-03-30Canvas auto-layout uses durations like graphviz diagrams.David Robillard10-50/+72
2007-03-26Deleting selected states with delete key.David Robillard8-10/+53
2007-03-25Fixed construction algorithm bugs.David Robillard3-11/+13