X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=_Presets.pde;h=91598ac2078e04dff0f2805575ddd77bd96bfee2;hp=9d5c305f3f33949d9e9d4b2c81980e97577cc5e9;hb=b8bb27489db7dc687bf150576e9d9439f1fa17a6;hpb=0b8db891d1df53c6ac814986ed184e8c794b6169 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;