aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Collapse)AuthorFilesLines
2013-01-13Lint.David Robillard7-15/+21
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4960 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Update copyright headers.David Robillard53-761/+715
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4959 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Fix multiple initial nodes on import.David Robillard2-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4957 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Move merge operation to Machine::merge().David Robillard6-23/+21
Delete unused Engine::import_machine(). git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4956 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Change model to have a single initial node.David Robillard13-291/+279
Merge multiple recording into branches off the same initial node. Make transport state sane with 3 distinct states. Handle announcing objects several times correctly. Don't send useless zero coordinates for new nodes, position in visible area. Rewrite and clean up Machine code. Update help. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4954 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Fix BPM and quantize spinbuttons.David Robillard1-2/+1
Remove pointless clock checkbox. Add tooltips. Update glade file. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4949 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Show nodes after recording.David Robillard2-3/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4948 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Tidy.David Robillard4-33/+25
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4947 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Remove unnecessary forward declaration.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4946 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Use lowercase namespace names.David Robillard52-127/+127
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4945 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Remove pointless typedef.David Robillard9-40/+38
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4944 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Fix deadlock on stop while recording.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4943 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Remove unnecessary linear searches.David Robillard2-15/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4942 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Tidy.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4940 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard36-487/+501
Use project local short type aliases for shared_ptr and friends. Move Raul::Disposable and Raul::Manageable into Raul::Maid. Use sets to store machina nodes and edges to avoid O(n) searches. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4939 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Break up more code into reasonably sized functions.David Robillard2-129/+134
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4935 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Fix node times when importing MIDI.David Robillard10-29/+33
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4934 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Fix MIDI import.David Robillard2-4/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4932 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Add missing file.David Robillard4-82/+147
Break up deeply nested code. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4930 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Bulk reformat.David Robillard50-665/+889
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4929 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Make double click show properties window.David Robillard1-3/+3
Fix crash on bad arc notifications. Show note label on nodes. Fix clash of machina_Edge and machina_MidiAction (duh). git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4927 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Move MIDISink from Machine state to Context parameter.David Robillard16-70/+48
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4925 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Shrink Machine via better alignment.David Robillard2-5/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4924 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Move run context information to Context object and remove Machine::_forge.David Robillard8-84/+132
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4923 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Remove pointless Quantizer class.David Robillard5-31/+30
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4922 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Bring Machina back into the fold (fix #844).David Robillard36-329/+329
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4921 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Use C++11 atomics.David Robillard3-9/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4916 a436a847-0d15-0410-975c-d299462d15a1
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard1-0/+39
Move most Store functionality into Ingen::Store and eliminate EngineStore. Much cleaner delete and move implementations. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4696 a436a847-0d15-0410-975c-d299462d15a1
2012-08-14Move Quantizer to Machina.David Robillard2-0/+87
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4688 a436a847-0d15-0410-975c-d299462d15a1
2012-08-13Move SMF stuff from Raul to Machina.David Robillard5-0/+778
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4683 a436a847-0d15-0410-975c-d299462d15a1
2012-05-13Fix silly emptiness check.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4399 a436a847-0d15-0410-975c-d299462d15a1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard5-5/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3963 a436a847-0d15-0410-975c-d299462d15a1
2011-10-18Clang warning fixes.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3546 a436a847-0d15-0410-975c-d299462d15a1
2011-06-11Remove dead code.David Robillard1-4/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3385 a436a847-0d15-0410-975c-d299462d15a1
2011-05-18Update for new Serd and Sord APIs.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3277 a436a847-0d15-0410-975c-d299462d15a1
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3255 a436a847-0d15-0410-975c-d299462d15a1
2011-04-28Improve RingBuffer implementation.David Robillard3-8/+30
Previous implementation was broken when written to full capacity, and this version is significantly faster as well. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3213 a436a847-0d15-0410-975c-d299462d15a1
2011-04-22Fix Python whitespace (PEP8)David Robillard1-37/+36
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3195 a436a847-0d15-0410-975c-d299462d15a1
2011-04-16Update copyright headersDavid Robillard44-44/+44
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3153 a436a847-0d15-0410-975c-d299462d15a1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard37-154/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3152 a436a847-0d15-0410-975c-d299462d15a1
2011-03-16Update for new waf/autowaf.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3097 a436a847-0d15-0410-975c-d299462d15a1
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3095 a436a847-0d15-0410-975c-d299462d15a1
2011-02-16Sord::Resource => Sord::URI.David Robillard1-11/+11
Tidy up serialisation code. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2964 a436a847-0d15-0410-975c-d299462d15a1
2011-02-16Drop redlandmm for sordmm.David Robillard17-103/+94
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2959 a436a847-0d15-0410-975c-d299462d15a1
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard2-9/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2954 a436a847-0d15-0410-975c-d299462d15a1
2011-02-15Trim more redlandmm API.David Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2952 a436a847-0d15-0410-975c-d299462d15a1
2011-02-15Remove SPARQL query stuff from Redlandmm.David Robillard1-68/+55
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2951 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Add missing files.David Robillard6-0/+554
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2824 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Remove Raul::Command (mostly useless thin wrapper around a semaphore).David Robillard2-6/+9
Remove Semaphore::has_waiter (not portable). git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2822 a436a847-0d15-0410-975c-d299462d15a1
2011-01-10Rewrite with UI/engine split.David Robillard29-146/+280
Note some things aren't quite working right again yet... git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2821 a436a847-0d15-0410-975c-d299462d15a1