-
Notifications
You must be signed in to change notification settings - Fork 3
How to Use swood
Milkey Mouse edited this page Nov 18, 2016
·
2 revisions
Make sure you've installed swood
before continuing!
Create a folder for your swood
ed MIDIs. (I'd suggest somewhere like Documents\swood
on Windows.)
Try downloading doot.wav
and finalfantasy.mid
to your swood
folder. If you want to make your own samples, see Making Samples with Audacity. To make your own MIDIs, try MidiEditor.
- Open Command Prompt (or Powershell) by pressing
Win+X
and thenC
. (On Windows 7 and earlier, you can pressWin+R
and runcmd
instead.) - Copy the full path of your
swood
directory (e.g.C:\Users\Milkey\Documents\swood
). - Type
cd <path>
with<path>
being yourswood
directory (e.g.cd C:\Users\Milkey\Documents\swood
) and press Enter. - Run
swood
withswood <in_wav> <midi> <out_wav>
(e.g.swood doot.wav finalfantasy.mid ffdoot.wav
). - Your
swood
ed MIDI is saved as<out_wav>
. You can find it in yourswood
directory.