Skip to content

Commit 4ffe81d

Browse files
committed
More comments
1 parent b981cf9 commit 4ffe81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/niMidi.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const unsigned char CMD_KNOB_PAN5 = 0x5d;
7575
const unsigned char CMD_KNOB_PAN6 = 0x5e;
7676
const unsigned char CMD_KNOB_PAN7 = 0x5f;
7777
const unsigned char CMD_PLAY_CLIP = 0x60; // Used here to switch Mixer view to the bank containing the currently focused (= selected) track
78-
const unsigned char CMD_STOP_CLIP = 0x61; // ToDo: SHIFT + 4D Encoder Push. Idea: Use this to loop play currently selected item (maybe flip with above functionality then)? Or use to record arm selected track (and use Count in for pre-roll)
78+
const unsigned char CMD_STOP_CLIP = 0x61; // ToDo: SHIFT + 4D Encoder Push. Use this to enter extEditMode. Other Ideas: Use this to loop play currently selected item (maybe flip with above functionality then)? Or use to record arm selected track (and use Count in for pre-roll)
7979
const unsigned char CMD_PLAY_SCENE = 0x62; // not used in NIHIA?
8080
const unsigned char CMD_RECORD_SESSION = 0x63; // not used in NIHIA?
8181
const unsigned char CMD_CHANGE_SEL_TRACK_VOLUME = 0x64;
@@ -875,7 +875,7 @@ class NiMidiSurface: public BaseSurface {
875875
return;
876876
}
877877
CSurf_SetSurfaceVolume(track, CSurf_OnVolumeChange(track, dvalue * 0.007874, true), nullptr);
878-
// ToDo: Consider different scaling than with KnobVolumeChange
878+
// ToDo: Consider different scaling than with KnobVolumeChange. Preferably exactly 1dB step per single click.
879879
// ToDo: non linear behaviour especially in the lower volumes would be preferable.
880880
}
881881

0 commit comments

Comments
 (0)