Console Commands: Difference between revisions

Update fade notes section to mention fadeNotesIn and fadeNotesOut
(Added a couple of images, and a tip about silence log spam)
(Update fade notes section to mention fadeNotesIn and fadeNotesOut)
Line 54: Line 54:


=== Fade notes ===
=== Fade notes ===
  fadeNotes(fadeIn = false)
  fadeNotesIn()
  fadeNotes()     // Fade out
  fadeNotesOut()
fadeNotes(true)  // Fade in
Fades the selected notes in or out. FadeNotesIn fades in the segment from 0 volume to the original volume, and fadeNotesOut fades the notes from their original volume to 0.
Fades the selected notes in or out (that is, it sets the volumes of the notes based on their position in the segment). The function takes a single parameter, "fadeIn" which defaults to false. In other words, it fades the notes from their original volume to 0 by default, or if you pass "true" it fades in the segment from 0 volume to the original volume.


Includes undo/redo support.
Includes undo/redo support.