aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-13Fix multiple initial nodes on import.David Robillard2-2/+1
2013-01-13Move merge operation to Machine::merge().David Robillard7-23/+22
2013-01-13Change model to have a single initial node.David Robillard25-428/+439
2013-01-13Show selector nodes as dashed.David Robillard2-6/+9
2013-01-13Fix BPM and quantize spinbuttons.David Robillard4-173/+339
2013-01-13Show nodes after recording.David Robillard5-7/+25
2013-01-13Tidy.David Robillard4-33/+25
2013-01-13Remove unnecessary forward declaration.David Robillard1-1/+0
2013-01-13Use lowercase namespace names.David Robillard70-243/+243
2013-01-13Remove pointless typedef.David Robillard9-40/+38
2013-01-13Fix deadlock on stop while recording.David Robillard1-0/+1
2013-01-13Remove unnecessary linear searches.David Robillard2-15/+3
2013-01-12Tidy.David Robillard1-2/+0
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard53-661/+728
2013-01-12Break up more code into reasonably sized functions.David Robillard2-129/+134
2013-01-12Fix node times when importing MIDI.David Robillard11-31/+35
2013-01-12Fix selection dash for circles.David Robillard2-10/+0
2013-01-12Fix MIDI import.David Robillard3-5/+8
2013-01-12Add missing file.David Robillard5-89/+158
2013-01-12Bulk reformat.David Robillard68-802/+1083
2013-01-12Don't use curved edges.David Robillard1-1/+1
2013-01-12Make double click show properties window.David Robillard5-16/+30
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard17-71/+49
2013-01-11Shrink Machine via better alignment.David Robillard2-5/+4
2013-01-11Move run context information to Context object and remove Machine::_forge.David Robillard9-85/+133
2013-01-11Remove pointless Quantizer class.David Robillard5-31/+30
2013-01-11Bring Machina back into the fold (fix #844).David Robillard44-368/+399
2013-01-11Use C++11 atomics.David Robillard3-9/+12
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard1-0/+0
2012-09-13Update to r87/autowaf (Build debuggable library with PDB file under MSVC with...David Robillard1-0/+0
2012-09-13Update to r86/autowaf (Fix pkg-config checking with --pardebug).David Robillard1-0/+0
2012-09-11Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug).David Robillard1-0/+0
2012-09-10Update to r83/autowaf (Fix mandatory pkg-config checks).David Robillard1-0/+0
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard1-0/+0
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard1-0/+39
2012-08-14Move Quantizer to Machina.David Robillard2-0/+87
2012-08-13Move SMF stuff from Raul to Machina.David Robillard5-0/+778
2012-08-13Don't use GCC only warnings flags on clang.David Robillard1-0/+0
2012-08-10Upgrade to r75/autowaf (enable stricter compiler flags).David Robillard1-0/+0
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard2-2/+2
2012-08-08Clean up wscript files.David Robillard2-2/+2
2012-08-06Update to r73/autowaf (Windows path fixes).David Robillard1-0/+0
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
2012-08-04Update to waf 1.7.1.David Robillard1-0/+0
2012-07-09Update to r72/autowaf (don't run ldconfig when destdir is given as an option).David Robillard1-0/+0
2012-07-09Improve documentation style.David Robillard1-0/+0
2012-07-09Factor out documentation fixup stuff to autowaf.David Robillard1-0/+0
2012-07-09Improve INSTALL file.David Robillard1-17/+41