Talk:Console Commands: Difference between revisions

Jump to navigation Jump to search
 
Line 2: Line 2:


Why is it redundant to add F12 as a way to open the console? [[User:Benvisions|Benvisions]] ([[User talk:Benvisions|talk]]) 16:46, 1 January 2023 (PST)
Why is it redundant to add F12 as a way to open the console? [[User:Benvisions|Benvisions]] ([[User talk: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;
  }
}

Navigation menu