From 273517a83b9e04e15b07fa1f64c76b10af7c3091 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Dec 2007 14:31:10 +0000 Subject: Vast quantities of filthy, filthy evolution code. Also, bugs and crashes. git-svn-id: http://svn.drobilla.net/lad/machina@961 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/MachinaGUI.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui') diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp index 025cd8b..0e872fd 100644 --- a/src/gui/MachinaGUI.cpp +++ b/src/gui/MachinaGUI.cpp @@ -258,6 +258,7 @@ MachinaGUI::evolve_toggled() _evolver = SharedPtr(new Evolver("target.mid", _engine->machine())); _evolve = true; stop_clicked(); + _engine->driver()->set_machine(SharedPtr()); _evolver->start(); } else { _evolver->stop(); -- cgit v1.2.1