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: changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
*<c-aaaaaa>Friendly reminder that</c> <cl>some</c> <cj>features</c> <c-aaaaaa>of this mod (including features from this update and features related to bugfixes in this update) require [Better Touch Prio](mod:alk.better-touch-prio) to be installed. These decisions are still here to stay.</c>*
- You can toggle this option off in the mod settings.
6
+
- You can also adjust how many milliseconds to increment/decrement by in the mod settings.
6
7
-[Better Touch Prio](mod:alk.better-touch-prio) is <cl>requ</c><cj>ired</c> for this feature.
7
8
- <co>Fixed</c> an issue where menu loop positions wouldn't be restored when leaving a level whose most recently played song was also the most recently selected menu loop.
"description": "<c-ff0000>***__IF THE \"BETTER TOUCH PRIO\" MOD BY UNDEFINED0 + ALK1M123 IS NOT INSTALLED, THIS SETTING IS IGNORED.__***</c>\n\nChoose how many milliseconds to go forward/backward in when using the playback progress controls in the Control Panel.\n\n<cy>If</c> <cl>Constant Shuffle Mode</c> <c-aaaaaa>(formerly known as Playlist Mode)</c> <cy>is enabled, going past the end of the current song will shuffle a new song, and going backwards will be capped to the very start of the song.</c>\n\nOtherwise, going too far past the end or the beginning of the current song will wrap around from the opposite end of the song.",
307
+
"type": "int",
308
+
"default": 5000,
309
+
"min": 100,
310
+
"max": 30000,
311
+
"control": {
312
+
"input": true,
313
+
"slider": true,
314
+
"arrows": true,
315
+
"big-arrows": true,
316
+
"arrow-step": 500,
317
+
"big-arrow-step": 1000,
318
+
"slider-step": 100
319
+
},
320
+
"enable-if": "loaded:alk.better-touch-prio"
321
+
},
304
322
"specificSongOverride": {
305
323
"name": "Specific Menu Loop File Override",
306
324
"description": "In case you *hate* the randomizer elements from this mod.\n\n<cy>Leave this as blank to disable this option.</c>",
if (!std::filesystem::exists(configDir / "playlistOne.txt")) Utils::writeToFile("# This file was generated automatically as it hadn't existed previously.", configDir / "playlistOne.txt");
Copy file name to clipboardExpand all lines: src/ui/SongControlMenu.cpp
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
#defineREST_OF_THE_OWLthis->m_songControlsMenu, this
8
8
#defineDEFAULT_FOOTER_TEXTfmt::format("Hi! Menu Loop Randomizer will never resemble Spotify or its distant cousin EditorMusic. Please respect that. :) [Platform: {}]", Utils::getPlatform())
0 commit comments