Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Feb 4, 2024
1 parent 7e9abd8 commit 18e8199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Korg-KAOSS-DJ-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ KAOSSDJ.toggleLoop = function(channel, _control, value, _status, _group) {


// <LOAD A/B> : load track
// <SHIFT> + <LOAD A/B> : open/close folder in file-browser
// <SHIFT> + <LOAD A/B> : Move library left/right
KAOSSDJ.loadCallback = function(channel, _control, value, _status, _group) {
const deck = KAOSSDJ.getDeckByChannel(channel);
if (value === MIDI_ON) {
Expand Down

0 comments on commit 18e8199

Please sign in to comment.