Talk:Console Commands

From Online Sequencer Wiki
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;
 }

}