You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VG Music Studio/Config.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ PanpotIndicators: False # True or False
5
5
PlaylistMode: "Random"# "Random" or "Sequential" # The way the playlist will behave
6
6
PlaylistSongLoops: 0# Loops >= 0 and Loops <= 9223372036854775807 # How many times a song should loop before fading out
7
7
PlaylistFadeOutMilliseconds: 10000# Milliseconds >= 0 and Milliseconds <= 9223372036854775807 # How many milliseconds it should take to fade out of a song
8
+
MiddleCOctave: 5# Octave >= --128 and Octave <= 127 # The octave that holds middle C. Used in the visual and track viewer
8
9
Colors:
9
10
0: {H: 185, S: 240, L: 180}
10
11
1: {H: 183, S: 240, L: 170}
Collapse file: VG Music Studio/Core/GlobalConfig.cs
0 commit comments