aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-09-09 19:10:03 -0400
committerLibravatar Silas Bartha <[email protected]>2024-09-09 19:10:03 -0400
commit644732b04d873a96dfe9e778febdd5fd5f56ebc2 (patch)
tree68b566abe4e6616df6b97333879b54bd4356ff53 /README.md
parent1e80d0684ddbcd3d995a05e572fafb181263758c (diff)
Add default soundfontv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e4e88b0..3ddd2e6 100644
--- a/README.md
+++ b/README.md
@@ -38,8 +38,8 @@ fn main() {
App::new()
.add_plugins((
DefaultPlugins,
- RustysynthPlugin {
- soundfont: // Bring your own soundfont
+ RustySynthPlugin {
+ soundfont: // Bring your own soundfont or enable the "hl4mgm" feature to use a terrible 4MB default
}
))
.run();