Jump to content

SFZ (file format): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Feisworld (talk | contribs)
m updating xrefs to existing wikipedia pages
Added SFZ to "Software synthesizers" category, added "See also" references to other relevant formats in the same category.
Line 36: Line 36:


Applications exist that provide a point-and-click [[Graphical user interface|GUI]] for creating SFZ files, as an alternative to editing the text directly.
Applications exist that provide a point-and-click [[Graphical user interface|GUI]] for creating SFZ files, as an alternative to editing the text directly.

== See also ==

* [[DLS format]]
* [[SoundFont]]


==References==
==References==
Line 46: Line 51:


[[Category:Computer file formats]]
[[Category:Computer file formats]]
[[Category:Software synthesizers]]

Revision as of 23:13, 22 January 2024

SFZ file format
Filename extension
.sfz
Developed byRené Ceballos
Type of formatMarkup language

SFZ is a plain text file format that stores instrument data for software synthesizers. The SFZ format was developed by René Ceballos (founder of rgc:audio software)[1] and continues to be used by companies such as Cakewalk, Plogue and Garritan. SFZ is a royalty-free format and can be used by software developers for both free and commercial purposes. The SFZ Format is widely accepted as an open standard to define the behavior of a musical instrument from a bare set of sound recordings.

Similar file formats are the open Decent Sampler format.dspreset and the proprietary format of Native Instruments Kontakt .nki, .nkm.

A simple example of an SFZ file:

<group>
lovel=0
hivel=127

<region> trigger=attack  pitch_keycenter=60 lokey=30 hikey=61 sample=SubDir/01C4.wav
<region> trigger=attack  pitch_keycenter=62 lokey=62 hikey=63 sample=SubDir/02D4.wav
<region> trigger=attack  pitch_keycenter=64 lokey=64 hikey=64 sample=SubDir/03E4.wav
<region> trigger=attack  pitch_keycenter=65 lokey=65 hikey=66 sample=SubDir/04F4.wav
<region> trigger=attack  pitch_keycenter=67 lokey=67 hikey=68 sample=SubDir/05G4.wav
<region> trigger=attack  pitch_keycenter=69 lokey=69 hikey=70 sample=SubDir/06A4.wav
<region> trigger=attack  pitch_keycenter=71 lokey=71 hikey=71 sample=SubDir/07B4.wav
<region> trigger=attack  pitch_keycenter=72 lokey=72 hikey=73 sample=SubDir/08C5.wav
<region> trigger=attack  pitch_keycenter=74 lokey=74 hikey=75 sample=SubDir/09D5.wav
<region> trigger=attack  pitch_keycenter=76 lokey=76 hikey=108 sample=SubDir/10E5.wav

The SFZ format isn't maintained by a single company or group, and supported features can vary between individual synthesizers. The official page at the Cakewalk web-site is no longer available, however descriptions of the SFZ opcodes can be found on various websites.

Applications exist that provide a point-and-click GUI for creating SFZ files, as an alternative to editing the text directly.

See also

References

  1. ^ "The SFZ Format".