Skip to content

modify the used storage bank (9) and MIDI-channel (10) #47

Answered by raphaelquast
Zedrock asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,
no there is no particular reason for using storage-bank 9. You can change it to any of the 16 slots available.
(The same is true for the MIDI-channel... it can be changed to any channel you like.)
I simply tried to pick a channel and a slot that is not used by most users.

To change the used memory-slot, simply change line 24 of BeatStep_Q.py to the slot-number you want:
NOTICE: python starts indexing at 0 so the number 8 corresponds to memory-slot 9 ! (same for the MIDI channel)

21    # the midi-channel to use for buttons and encoders
22    CHANNEL = 9
23    # the used memory-slot to store the configurations
24    MEMORY_SLOT = 8

Cheers, Raphael

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by raphaelquast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants