X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_Presets.pde;h=91598ac2078e04dff0f2805575ddd77bd96bfee2;hb=36e19b7b5b923666a56fd4a941fb0f1ada725093;hp=9d5c305f3f33949d9e9d4b2c81980e97577cc5e9;hpb=2b068dd5d83e070da10318a9ab4017a7ce86d2ca;p=SugarCubes.git diff --git a/_Presets.pde b/_Presets.pde index 9d5c305..91598ac 100644 --- a/_Presets.pde +++ b/_Presets.pde @@ -10,7 +10,7 @@ class PresetManager { public static final String FILENAME = "data/presets.txt"; public static final String DELIMITER = "\t"; - class DeckState implements LXParameter.Listener { + class DeckState implements LXParameterListener { final LXDeck deck; LXPattern selectedPattern = null;