-
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 swooded 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+Xand thenC. (On Windows 7 and earlier, you can pressWin+Rand runcmdinstead.) - Copy the full path of your
swooddirectory (e.g.C:\Users\Milkey\Documents\swood). - Type
cd <path>with<path>being yourswooddirectory (e.g.cd C:\Users\Milkey\Documents\swood) and press Enter. - Run
swoodwithswood <in_wav> <midi> <out_wav>(e.g.swood doot.wav finalfantasy.mid ffdoot.wav). - Your
swooded MIDI is saved as<out_wav>. You can find it in yourswooddirectory.