diff options
author | Silas Bartha <[email protected]> | 2024-09-09 19:10:03 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-09-09 19:10:03 -0400 |
commit | 644732b04d873a96dfe9e778febdd5fd5f56ebc2 (patch) | |
tree | 68b566abe4e6616df6b97333879b54bd4356ff53 /README.md | |
parent | 1e80d0684ddbcd3d995a05e572fafb181263758c (diff) |
Add default soundfontv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |