Skip to content

Instantly share code, notes, and snippets.

@kddlb
Created June 17, 2016 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kddlb/713e51fb0348f8426cc1823207a7cf19 to your computer and use it in GitHub Desktop.
Save kddlb/713e51fb0348f8426cc1823207a7cf19 to your computer and use it in GitHub Desktop.
SoundFont List, as JSON
patchMappings:
[0 ,2]
^-Bank, ^-Program
{
soundFonts: [
{fileName: "/Simple/SoundFont File.sf2"},
{
fileName: "/Advanced/SoundFont With Mappings.sf2",
patchMappings: [
{source: [0,1], destination: [0,20]},
{source: [20,5], destination: [0,5]}
]
},
{fileName: "/Another Simple/SoundFont File.sf2"}
]
}
@TheUser1992
Copy link

TheUser1992 commented Dec 10, 2020

How do I remove the reverberation from playback?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment