From 165e8388deca6933d9e59993d0e528c197aad825 Mon Sep 17 00:00:00 2001 From: Alex Birch Date: Fri, 11 May 2018 18:26:03 +0100 Subject: [PATCH] more usage instructions --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8670f1..fcb163f 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,32 @@ juicysfplugin.vst -> ~/Library/Audio/Plug-Ins/VST/juicysfplugin.vst juicysfplugin.vst3 -> ~/Library/Audio/Plug-Ins/VST3/juicysfplugin.vst3 ``` +**Load a soundfont** + +You can drag-and-drop a soundfont into the file picker. + +![image](https://user-images.githubusercontent.com/6141784/37062424-500bc91e-218e-11e8-9916-eae6d82ca566.png) + Here's some soundfonts to get you started: - FlameStudios' GPL-licensed [guitar soundfonts](http://www.flamestudios.org/free/Soundfonts) -I'll refrain from recommending specific General MIDI or videogame soundfonts, since the licensing is often unclear. +I'll refrain from recommending specific General MIDI or videogame soundfonts, since the licensing and provenance are often unclear. + +## How do I setup the standalone .app + +**Options > Audio/MIDI settings** + +image + +**Set Output to Built-In Output** + +Or any output device that you can hear audio through. + +Input audio device doesn't matter. We only use MIDI as input. +Ignore the warning about feedback. There is no feedback loop (no audio is input). + +image # Building from source