File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ also allowing to use it offline!
9292** Local Edition requires Node.js**
9393
9494#### Windows
95- 1 . Download the code as a ZIP file and extract, or use ` git clone https://github.com/spessasus /SpessaSynth` .
95+ 1 . [ Download the program ] ( https://spessasus. github.io/SpessaSynth /SpessaSynth-LocalEdition.zip ) .
96962 . Put your SoundFonts into the ` soundfonts ` folder (you can select SoundFonts in the program).
97973 . Double-click ` Open SpessaSynth.bat ` .
98984 . Enjoy!
Original file line number Diff line number Diff line change @@ -165,9 +165,7 @@ class Manager
165165 {
166166 console . warn ( "DEBUG ENABLED! DEBUGGING ENABLED!!" ) ;
167167 }
168- const WORKLET_PATH = "./worklet_processor.min.js" ;
169- const prePath = window . isLocalEdition ? "../../" : "../../" ;
170- this . workletPath = prePath + WORKLET_PATH ;
168+ this . workletPath = "./worklet_processor.min.js" ;
171169 if ( context . audioWorklet )
172170 {
173171 await context . audioWorklet . addModule ( new URL ( this . workletPath , import . meta. url ) ) ;
You can’t perform that action at this time.
0 commit comments