]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/commit
Avoid name clash for "state"
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 11 Aug 2016 16:22:19 +0000 (18:22 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 11 Aug 2016 16:22:19 +0000 (18:22 +0200)
commitba21932596c3b6d1a2ce1e1a22b6417e1c509865
treec96bfc67e48e1e9693c8061f06584466d25e3f9f
parentb3e624bb95f21a70e9b76f2eb19f82d984f9e032
Avoid name clash for "state"

There is a clash of variable between ButtonBehavior and HierarchicalMachine, we
create a new class KeyMachine to avoid that.

This should fix issue https://git.immae.eu/mantisbt/view.php?id=15
music_sampler/key.py