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: MANUAL.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,8 @@ In the system menu, you can also access and change CS-16 settings, such as dark
154
154
-`general/`
155
155
- `author` (text value, default anonymous)
156
156
- `output` (audio output. can be auto, speaker, headset, or speaker and headset)
157
-
- `crank speed`
157
+
- `crank speed` (crank sensitivity)
158
+
- `folders > files` (folders should precede files in the file explorer)
158
159
- `credits`
159
160
-`behavior/`
160
161
- `play on load` (play pattern immediately on song load)
@@ -227,4 +228,4 @@ All of these are things you can do to improve CS-16's performance and reduce fra
227
228
228
229
I have a few custom visualizers in this repository under `visualizers` (and maybe you'll find another one on the internet somewhere??? idk haha). To import these into CS-16, check out the visualizer `building / importing` section in the [DEV document](DEV.md).
229
230
230
-
> note: by default, imported visualizers are disabled. head to `settings / ui / visualizers` to enable them.
231
+
> note: by default, imported visualizers are disabled. head to `settings / ui / visualizers` to enable them.
@@ -188,7 +188,7 @@ function settingsScreen.AButtonDown()
188
188
elseifrow==10then
189
189
ifsettings["50fps"] ==falsethen
190
190
messageBox.open(
191
-
"\n\nwarning!\n\nrunning cs-16 at 50fps will reduce your battery life, but improve performance.\n\nare you sure you want to enable this?\n\na = yes, b = no",
191
+
"warning!\n\nrunning cs-16 at 50fps will reduce your battery life, but improve performance.\n\nare you sure you want to enable this?\n\na = yes, b = no",
192
192
function(ans)
193
193
ifans=="yes" then
194
194
settings["50fps"] =notsettings["50fps"]
@@ -219,8 +219,6 @@ function settingsScreen.AButtonDown()
0 commit comments