aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
2018-09-15Fix GCC8 warningsDavid Robillard6-19/+15
2017-12-16Use std::thread in evolution codeDavid Robillard2-11/+40
2017-02-27Update for latest RaulDavid Robillard1-1/+1
2017-02-12Fix warningsDavid Robillard3-4/+3
2017-02-12Update for latest RaulDavid Robillard6-8/+10
2016-09-05Fix thread compilation on some systemsDavid Robillard1-0/+2
2015-10-14Remove glib dependency from engineDavid Robillard4-14/+11
2015-10-14Don't use Glib::ustringDavid Robillard5-33/+21
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2014-12-18Work towards engine/GUI separation.David Robillard7-95/+142
2014-08-08Use Markdown in doc comments for better source readability.David Robillard4-12/+12
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard26-69/+280
2013-02-04Replace Raul::thread with std::thread.David Robillard2-15/+13
2013-02-03Add LV2 to machina library dependencies (fix #883).David Robillard1-1/+1
2013-02-03Fix compilation with Clang 3.1.David Robillard2-4/+4
2013-02-03Fix compilation with GCC 4.6.David Robillard6-28/+25
2013-02-02More generic Atom class.David Robillard3-3/+3
2013-01-20Clean up Machine documentation.David Robillard2-10/+7
2013-01-15Compile against latest Eugene (evolution still doesn't work, though).David Robillard12-96/+155
2013-01-14Fix jack port destruction while running and consequent crash on exit.David Robillard2-13/+11
2013-01-14Fix saving and loading machines.David Robillard16-244/+196
2013-01-14Fix deletion of nodes and edges.David Robillard1-1/+1
2013-01-14Make quantize spinner control step record and new node length.David Robillard5-24/+19
2013-01-13Fix step recording.David Robillard7-45/+77
2013-01-13Lint.David Robillard7-15/+21
2013-01-13Update copyright headers.David Robillard53-761/+715
2013-01-13Fix multiple initial nodes on import.David Robillard2-2/+1
2013-01-13Move merge operation to Machine::merge().David Robillard6-23/+21
2013-01-13Change model to have a single initial node.David Robillard13-291/+279
2013-01-13Fix BPM and quantize spinbuttons.David Robillard1-2/+1
2013-01-13Show nodes after recording.David Robillard2-3/+14
2013-01-13Tidy.David Robillard4-33/+25
2013-01-13Remove unnecessary forward declaration.David Robillard1-1/+0
2013-01-13Use lowercase namespace names.David Robillard52-127/+127
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 Robillard36-487/+501
2013-01-12Break up more code into reasonably sized functions.David Robillard2-129/+134
2013-01-12Fix node times when importing MIDI.David Robillard10-29/+33
2013-01-12Fix MIDI import.David Robillard2-4/+7
2013-01-12Add missing file.David Robillard4-82/+147
2013-01-12Bulk reformat.David Robillard50-665/+889
2013-01-12Make double click show properties window.David Robillard1-3/+3
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard16-70/+48
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 Robillard8-84/+132
2013-01-11Remove pointless Quantizer class.David Robillard5-31/+30
2013-01-11Bring Machina back into the fold (fix #844).David Robillard36-329/+329