Changes

Jump to navigation Jump to search
549 bytes added ,  10:30, 24 October 2022
no edit summary
Line 1: Line 1: −
Zynthian currently includes 2 sampler engines:
+
Zynthian supports soundfonts in various file formats: SF2, SF3, SFZ & GIG
* LinuxSampler => SFZ and GIG soundfont formats
+
There are 3 sampler engines:
* FluidSynth >= SF2 soundfont format
     −
Synth engines in Zynthian support Soundfonts in various file formats.
+
* LinuxSampler => SFZ & GIG soundfont formats
 +
* Sfizz => SFZ & GIG soundfont formats
 +
* FluidSynth >= SF2 & SF3 soundfont format
   −
Zynthian includes the Salamander Piano soundfont in SFZ format. You can use SFZ and GIG fonts with the LinuxSampler engine, which reads the samples directly from the SD card, preloading only a small part of the file using an advanced caching system. That way you can use a soundfont bigger than the available amount of RAM.
+
You can use SFZ and GIG fonts with the '''LinuxSampler''' & '''Sfizz''' engines, which reads the samples directly from the SD card, preloading only a small part of the file using an advanced caching system. That way you can use a soundfont bigger than the available amount of RAM. For loading SF2 & SF3 sounfont files you should use the FluidSynth engine.
    
Soundfont files are typically stored in this directory on your Zynthian:  
 
Soundfont files are typically stored in this directory on your Zynthian:  
  /zynthian/zynthian-my-data
+
  /zynthian/zynthian-my-data/soundfonts
   −
You need to place GIG files into a subfolder in the Soundfont directory
+
You have a subfolder for each soundfont type. Like this:
/zynthian/zynthian-my-data/soundfonts/gig
+
 
 +
* /zynthian/zynthian-my-data/soundfonts/sf2
 +
* /zynthian/zynthian-my-data/soundfonts/sfz
 +
* /zynthian/zynthian-my-data/soundfonts/gig
 +
 
 +
And inside the ''sfz'' & ''gig'' subfolders there are "bank" subfolders, like this:
 +
 
 +
* /zynthian/zynthian-my-data/soundfonts/sfz/bass
 +
* /zynthian/zynthian-my-data/soundfonts/sfz/keys
 +
* /zynthian/zynthian-my-data/soundfonts/sfz/pads
 +
* /zynthian/zynthian-my-data/soundfonts/sfz/strings
 +
* etc.
 +
 
 +
Note that inside ''sf2'' subfolder there is no banks because every "sf2" file is considered a bank on its own.
    
===Soundfont Editors===
 
===Soundfont Editors===

Navigation menu