diff --git a/XoneK2/xone.py b/XoneK2/xone.py index 9ad5ade..522d89a 100644 --- a/XoneK2/xone.py +++ b/XoneK2/xone.py @@ -36,7 +36,9 @@ def log(msg): } } -CHANNEL = 0 +# Channels are counted from 0. This is what people would normally call +# channel 15. +CHANNEL = 14 NUM_TRACKS = 4 NUM_SCENES = 4