|
234 | 234 | "default": false, |
235 | 235 | "enable-if": "!randomizeWhenExitingEditor" |
236 | 236 | }, |
| 237 | + "useMiniaudioForLength": { |
| 238 | + "name": "Use Miniaudio to Find Song Length", |
| 239 | + "description": "<c-ff0000>***__IF THE \"BETTER TOUCH PRIO\" MOD BY UNDEFINED0 + ALK1M123 IS NOT INSTALLED, THIS OPTION DOES NOTHING.__***</c>\n\nChoose if you prefer Miniaudio over FMOD for finding the length of a song. If this option is disabled, FMOD will find the lengths of all of your songs instead. This means song length calculations are more precise, but take slightly longer to complete.\n\n<c-aaaaaa>*(Note that in some cases, FMOD may still be used to find the length of a song if Miniaudio fails to do so.)*</c>", |
| 240 | + "type": "bool", |
| 241 | + "default": true, |
| 242 | + "enable-if": "loaded:alk.better-touch-prio", |
| 243 | + "platforms": ["win", "mac", "android"] |
| 244 | + }, |
237 | 245 | "showScrollingShortcuts": { |
238 | 246 | "name": "Song List: Show Scrolling Shortcuts", |
239 | 247 | "description": "Choose if you want scrolling shortcuts in the Song List menu.", |
|
286 | 294 | "default": true, |
287 | 295 | "enable-if": "loaded:alk.better-touch-prio" |
288 | 296 | }, |
289 | | - "useMiniaudioForLength": { |
290 | | - "name": "Song List: Use Miniaudio to Find Song Length", |
291 | | - "description": "<c-ff0000>***__IF THE \"BETTER TOUCH PRIO\" MOD BY UNDEFINED0 + ALK1M123 IS NOT INSTALLED, THIS OPTION DOES NOTHING.__***</c>\n\nChoose if you prefer Miniaudio over FMOD for finding the length of a song. If this option is disabled, FMOD will find the lengths of all of your songs instead. This means song length calculations are more precise, but take slightly longer to complete.\n\n<c-aaaaaa>*(Note that in some cases, FMOD may still be used to find the length of a song if Miniaudio fails to do so.)*</c>", |
| 297 | + "showPlaybackProgressAndControls": { |
| 298 | + "name": "Control Panel: Show Playback Progress and Controls", |
| 299 | + "description": "<c-ff0000>***__IF THE \"BETTER TOUCH PRIO\" MOD BY UNDEFINED0 + ALK1M123 IS NOT INSTALLED, NO CONTROLS OR PROGRESS BAR WILL APPEAR.__***</c>\n\nChoose if you want to show playback controls and playback progress about the currently playing song in the Control Panel menu.", |
292 | 300 | "type": "bool", |
293 | 301 | "default": true, |
294 | | - "enable-if": "loaded:alk.better-touch-prio", |
295 | | - "platforms": ["win", "mac", "android"] |
| 302 | + "enable-if": "loaded:alk.better-touch-prio" |
296 | 303 | }, |
297 | 304 | "specificSongOverride": { |
298 | 305 | "name": "Specific Menu Loop File Override", |
|
0 commit comments