Talk:Console Commands

From Online Sequencer Wiki
Revision as of 18:33, 20 November 2024 by GreenCauldron08 (talk | contribs) (→‎Changing detune markers to 2 octaves up)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Ways to open console

Why is it redundant to add F12 as a way to open the console? Benvisions (talk) 16:46, 1 January 2023 (PST)

Changing detune markers to 2 octaves up

The code snippet given does not work:

for (const marker of selection.markers) {
  if (marker.setting == kMarkerSettingInstrumentDetune) {
    marker.value = 2400;
  }
}