aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2007-03-25Fixed construction algorithm bugs.David Robillard3-11/+13
2007-03-25Added node properties window.David Robillard8-39/+151
2007-03-24Added missing files.David Robillard3-1/+84
2007-03-22Fix crash on importing MIDI multiple times.David Robillard1-1/+6
2007-03-22Runtime (RT thread) performance improvements.David Robillard3-8/+60
2007-03-22Serialization fixes for GUI.David Robillard7-17/+34
2007-03-22Cleaned up loading code.David Robillard5-113/+92
2007-03-19Learn quantization.David Robillard2-10/+18
2007-03-18Improved automata diagram drawing (include notes, use standard initial note n...David Robillard10-87/+96
2007-03-17Nicer automata diagrams from machina2dot.py.David Robillard2-8/+4
2007-03-14Serialization bug fixes.David Robillard2-5/+4
2007-03-12Max duration loading optional.David Robillard2-4/+4
2007-03-12Export to DOT file.David Robillard3-15/+67
2007-03-12Removed name-based interface for FlowCanvas (using the view as a model = evil...David Robillard1-4/+4
2007-03-12Fixed edge label size when zooming.David Robillard2-17/+62
2007-03-12Flowcanvas resizing, auto-arrange resizes if necessary.David Robillard2-2/+6
2007-03-11MIDI file reading.David Robillard6-15/+97
2007-03-03Added missing files.David Robillard2-0/+102
2007-03-03SMF writing work.David Robillard13-58/+100
2007-03-02(So far failed) attemps to get patchage messages pane closed on launch.David Robillard2-0/+15
2007-03-02Work towards Action serialization.David Robillard4-1/+47
2007-02-28Added python script to convert RDF files to dot graphs.David Robillard2-5/+11
2007-02-25Command line app loads again.David Robillard5-14/+28
2007-02-25More serialization work (loading, saving works from GUI).David Robillard9-53/+102
2007-02-24Distribution build fixes (pass make distcheck).David Robillard3-4/+3
2007-02-24Serialization of edges.David Robillard5-6/+84
2007-02-24Serialization work.David Robillard2-3/+8
2007-02-23Removable edges.David Robillard2-0/+16
2007-02-23Functional edge probability.David Robillard1-3/+9
2007-02-22Machina quantization, various timing related fixes.David Robillard7-29/+83
2007-02-21Tempo based time in Machina (and related utilities added to Raul).David Robillard20-238/+147
2007-02-20New double buffer class in Raul (used for realtime-safe thread-safe writes to...David Robillard1-1/+11
2007-02-18RAUL install fixes.David Robillard1-1/+1
2007-02-14Serialization work on Machina.David Robillard5-7/+58
2007-02-12Added missing files.David Robillard2-0/+135
2007-02-11Machina animation.David Robillard1-3/+4
2007-02-11Moved Maid from Ingen to Raul.David Robillard11-147/+186
2007-02-10Finished MIDI genericification.David Robillard11-94/+223
2007-02-10Reorganization to make MIDI generic and abstract away driver functionalityDavid Robillard7-122/+91
2007-02-10Machine GUI talking to Jack engine, running machines made in GUI, etc.David Robillard3-9/+22
2007-02-10Fix previous (broken) commit.David Robillard20-0/+1405