File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1- ## Nestdrop Visuals Controlpanel
1+ # NEST CTRL
2+
3+ > Nestdrop Control Panel
24
35# Download
46
@@ -24,6 +26,13 @@ tested with `V2.x.0.23`
2426
2527# Nestdrop setup
2628
29+ # # sprites
30+
31+ Nestdrop tends to do random stuff if any image is laying in the sprites root folder ` NestDropProV2\P lugins\M ilkdrop2\S prites`
32+ it is recommended to move the files there to a subfolder
33+
34+ (it makes the IDs assigned to sprites unpredictable and wil lead to the wrong sprites being loaded)
35+
2736# # OSC
2837
2938OSC input and output needs to be enabled
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ object Main {
113113
114114 logger.info { " scanning presets" }
115115 measureTime {
116- scanPresets ()
116+ scanMilkdrop ()
117117 }.also {
118118 logger.info { " scan took $it " }
119119 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import ui.screens.presetsMap
1111import java.io.File
1212import kotlin.time.measureTimedValue
1313
14- suspend fun scanPresets () {
14+ suspend fun scanMilkdrop () {
1515
1616 val categoryTagsSet = mutableSetOf<Tag >()
1717
You can’t perform that action at this time.
0 commit comments