fix ruby build path
This commit is contained in:
parent
492819fc5f
commit
5bfa3739fb
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ require 'fileutils'
|
|||
require 'midilib'
|
||||
include FileUtils
|
||||
|
||||
BUILD_DIR = "../soundfont" # Output path
|
||||
BUILD_DIR = "../../soundfont" # Output path
|
||||
SOUNDFONT = "./FluidR3_GM.sf2" # Soundfont file path
|
||||
|
||||
# This script will generate MIDI.js-compatible instrument JS files for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue