aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-01-13Change model to have a single initial node.David Robillard25-428/+439
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-13Show selector nodes as dashed.David Robillard2-6/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4950 a436a847-0d15-0410-975c-d299462d15a1
2013-01-13Fix BPM and quantize spinbuttons.David Robillard4-173/+339
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 Robillard5-7/+25
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 Robillard70-243/+243
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 Robillard53-661/+728
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 Robillard11-31/+35
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4934 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Fix selection dash for circles.David Robillard2-10/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4933 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Fix MIDI import.David Robillard3-5/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4932 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Add missing file.David Robillard5-89/+158
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 Robillard68-802/+1083
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4929 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Don't use curved edges.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4928 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Make double click show properties window.David Robillard5-16/+30
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 Robillard17-71/+49
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 Robillard9-85/+133
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 Robillard43-368/+393
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-08-08Clean up wscript files.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4624 a436a847-0d15-0410-975c-d299462d15a1
2012-05-14Trim unnecessary includes.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4413 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 Robillard10-10/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3963 a436a847-0d15-0410-975c-d299462d15a1
2011-12-07Remove cruft from public API.David Robillard2-5/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3828 a436a847-0d15-0410-975c-d299462d15a1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard8-25/+25
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3820 a436a847-0d15-0410-975c-d299462d15a1
2011-12-04Store C items in Canvas.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3792 a436a847-0d15-0410-975c-d299462d15a1
2011-12-04Remove redundant _canvas field from Item.David Robillard2-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3783 a436a847-0d15-0410-975c-d299462d15a1
2011-12-03Don't expose canvas data structures.David Robillard4-32/+44
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3775 a436a847-0d15-0410-975c-d299462d15a1
2011-12-02Node => Circle.David Robillard2-4/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3750 a436a847-0d15-0410-975c-d299462d15a1
2011-12-02Connection => Edge.David Robillard4-6/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3745 a436a847-0d15-0410-975c-d299462d15a1
2011-12-02Remove unused y_radius parameter.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3744 a436a847-0d15-0410-975c-d299462d15a1
2011-12-02Ellipse => Node.David Robillard2-6/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3743 a436a847-0d15-0410-975c-d299462d15a1
2011-12-01Move color stuff down to C level.David Robillard3-11/+18
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3733 a436a847-0d15-0410-975c-d299462d15a1
2011-12-01Wrapper for signals.David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3731 a436a847-0d15-0410-975c-d299462d15a1
2011-12-01Fix compilation.David Robillard2-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3728 a436a847-0d15-0410-975c-d299462d15a1
2011-12-01Remove menu stuff from FlowCanvas.David Robillard4-11/+18
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3717 a436a847-0d15-0410-975c-d299462d15a1
2011-11-30Remove redundant Connection::_source and Connection::_dest.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3708 a436a847-0d15-0410-975c-d299462d15a1
2011-11-30Remove old Connection handle stuff.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3703 a436a847-0d15-0410-975c-d299462d15a1
2011-11-29Remove libgnomecanvasmm dependency.David Robillard5-9/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3685 a436a847-0d15-0410-975c-d299462d15a1
2011-11-28Remove Canvas::select_dash and Connection handle style stuff.David Robillard4-25/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3668 a436a847-0d15-0410-975c-d299462d15a1