Opcodes
All opcode versions, including extensions, starting in alphabetical order. Note that modulations such as (on)ccN and vel2* are included in the pages describing the parameters they modulate.
Opcode links in red color represent obsolete opcodes which should not be used in new instruments.
| Opcode | Description | Type | Default | Range | Version | |
|---|---|---|---|---|---|---|
| script | Allows to load real-time instrument scripts for SFZ instruments. | string | N/A | LinuxSampler | ||
| count | The number of times the sample will be played. | integer | 0 | 0 to 4294967296 | SFZ v1 | |
| delay | Region delay time. | float | 0 | 0 to 100 | SFZ v1 | |
| delay_ccN | Region delay time after MIDI continuous controller N messages are received. If the region receives a note-off message before delay time, the region won't play. | float | 0 | -100 to 100 | ||
| delay_onccN | delay_ccN alias. | N/A | N/A | SFZ v2 | ||
| delay_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate delay. | integer | 0 | 0 to 255 | ARIA | |
| delay_random | Region random delay time. | float | 0 | 0 to 100 | SFZ v1 | |
| delay_samples | Allows the region playback to be postponed for the specified time, measured in samples (and therefore dependent on current sample rate). | integer | N/A | SFZ v2 | ||
| delay_samples_onccN | integer | N/A | ||||
| end | The endpoint of the sample. If unspecified, the entire sample will play. | integer | unspecified | 0 to 4294967296 | SFZ v1 | |
| loop_count | The number of times a loop will repeat. | integer | N/A | SFZ v2 | ||
| loopcount | loop_count alias. | N/A | N/A | ARIA | ||
| loop_crossfade | Loop cross fade. | float | N/A | SFZ v2 | ||
| loop_end | The loop end point, in samples. | integer | 0 | 0 to 4294967296 | SFZ v1 | |
| loopend | loop_end alias. | N/A | N/A | |||
| loop_lengthccN | Change of loop end point. | N/A | N/A | SFZ v2 | ||
| loop_length_onccN | loop_lengthccN alias. | N/A | N/A | |||
| loop_mode | Allows playing samples with loops defined in the unlooped mode. | string | no_loop for samples without a loop defined, loop_continuous for samples with defined loop(s). |
SFZ v1 | ||
| loopmode | loop_mode alias. | N/A | N/A | |||
| loop_start | The loop start point, in samples. | integer | 0 | 0 to 4294967296 | SFZ v1 | |
| loopstart | loop_start alias. | N/A | N/A | |||
| loop_startccN | Change of loop start point. | N/A | N/A | SFZ v2 | ||
| loop_start_onccN | loop_startccN alias. | N/A | N/A | |||
| loop_tune | Tuning for only the loop segment. | float | 0 | SFZ v2 | ||
| looptune | loop_tune alias. | N/A | N/A | ARIA | ||
| loop_type | Defines the looping mode. | string | forward | SFZ v2 | ||
| looptype | loop_type alias. | N/A | N/A | ARIA | ||
| offset | The offset used to play the sample. | integer | 0 | 0 to 4294967296 | SFZ v1 | |
| offset_ccN | The offset used to play the sample according to last position of MIDI continuous controller N. | integer | 0 | 0 to 4294967296 | ||
| offset_onccN | offset_ccN alias. | N/A | N/A | SFZ v2 | ||
| offset_random | Random offset added to the region offset. | integer | 0 | 0 to 4294967296 | SFZ v1 | |
| offset_mode | Defines whether offset is measured in samples or percentage of sample length. | string | samples | ARIA | ||
| sample | Defines which sample file the region will play. | string | N/A | SFZ v1 | ||
| sample_fadeout | Number of seconds before the end of sample playback that the player should begin a realtime fadeout. | float | N/A | SFZ v2 | ||
| sample_dyn_paramN | ARIA-specific nameless destination for plugin modulations. | float | N/A | ARIA | ||
| sample_dyn_paramN_onccX | float | N/A | ||||
| sync_beats | Region playing synchronization to host position. | float | 0 | 0 to 32 | SFZ v1 | |
| sync_offset | Region playing synchronization to host position offset. | float | 0 | 0 to 32 | SFZ v1 | |
| delay_beats | Delays the start of the region until a certain amount of musical beats are passed. | float | N/A | SFZ v2 | ||
| delay_beats_onccN | N/A | N/A | ARIA | |||
| delay_beats_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate delay_beats. | integer | 0 | 0 to 255 | ARIA | |
| delay_beats_random | Delays the start of the region after a random amount of musical beats. | float | N/A | ARIA | ||
| stop_beats | Stops a region after a certain amount of beats have played. | float | N/A | SFZ v2 | ||
| direction | The direction in which the sample is to be played. | string | forward | SFZ v2 | ||
| md5 | Calculates the MD5 digital fingerprint hash of a sample file, represented as a sequence of 32 hexadecimal digits. | string | null | SFZ v2 | ||
| reverse_loccN | If MIDI CC N is between reverse_loccN and reverse_hiccN, the region plays reversed. |
integer | N/A | 0 to 127 | SFZ v2 | |
| reverse_hiccN | If MIDI CC N is between reverse_loccN and reverse_hiccN, the region plays reversed. |
integer | N/A | 0 to 127 | SFZ v2 | |
| waveguide | Enables waveguide synthesis for the region. | string | N/A | SFZ v2 | ||
| define | Creates a variable and gives it a value. | string | N/A | SFZ v2 | ||
| default_path | Default file path. | string | N/A | SFZ v2 | ||
| note_offset | MIDI note transpose; tells the SFZ player to offset all incoming MIDI notes by the specified number of semitones. | integer | 0 | -127 to 127 | SFZ v2 | |
| octave_offset | MIDI octave transpose; tells the SFZ player to offset all incoming MIDI notes by the specified number of octaves. | integer | 0 | -10 to 10 | SFZ v2 | |
| label_ccN | Creates a label for the MIDI CC. | string | N/A | ARIA | ||
| label_keyN | Creates a label for a key. | string | N/A | sfizz | ||
| label_outputN | Creates a label for the output N. | string | N/A | Calfbox | ||
| set_ccN | Sets a default initial value for MIDI CC number N, when the instrument is initially loaded. | integer | N/A | 0 to 127 | SFZ v2 | |
| include | A special directive, which allows using SFZ files as building blocks for creating larger, more complex SFZ files. | string | N/A | ARIA | ||
| hint_ | Its a 'hint' to the ARIA engine, others implementations don't have to follow. | N/A | N/A | ARIA | ||
| _mod | Determines whether a parameter is modulated by addition or multiplication. | string | N/A | ARIA | ||
| set_hdccN | Like set_ccN but with floating point MIDI CCs. | float | N/A | 0 to 1 | ARIA | |
| set_realccN | set_hdccN alias. | N/A | N/A | |||
| sw_note_offset | Follows the same logic as SFZ 2.0’s note_offset but for key switches. | integer | N/A | ARIA | ||
| sw_octave_offset | Follows the same logic as SFZ 2.0’s octave_offset but for key switches. | integer | N/A | ARIA | ||
| loop_end_offset | Subtracts 1 from sample numbers in file metadata, as a workaround for incorrectly generated loop points. | integer | 0 | -1 to 0 | ARIA | |
| global_label | An ARIA extension which sets what is displayed in the default info tab of Sforzando. | string | N/A | ARIA | ||
| master_label | An ARIA extension which sets what is displayed in the default info tab of Sforzando. | string | N/A | ARIA | ||
| group_label | An ARIA extension which sets what is displayed in the default info tab of Sforzando. | string | N/A | ARIA | ||
| region_label | An ARIA extension which sets what is displayed in the default info tab of Sforzando. | string | N/A | ARIA | ||
| group | Exclusive group number for this region. | integer | 0 | -2147483648 to 2147483647 | SFZ v1 | |
| polyphony_group | group alias. | N/A | N/A | ARIA | ||
| off_by | Region off group. | integer | 0 | -2147483648 to 2147483647 | SFZ v1 | |
| offby | off_by alias. | N/A | N/A | |||
| off_mode | Region off mode. | string | fast | SFZ v1 | ||
| output | The stereo output number for this region. | integer | 0 | 0 to 1024 | SFZ v1 | |
| polyphony | Polyphony voice limit. | integer | N/A | SFZ v2 | ||
| note_polyphony | Polyphony limit for playing the same note repeatedly. | integer | N/A | SFZ v2 | ||
| polyphony_stealing | integer | N/A | ARIA | |||
| note_selfmask | Controls note-stealing behavior for a single pitch, when using note_polyphony. | string | on | SFZ v2 | ||
| rt_dead | Controls whether a release sample should play if its sustain sample has ended, or not. | string | off | SFZ v2 | ||
| off_curve | When off_mode is set to time, this specifies the math to be used to fade out the regions being muted by voice-stealing. | integer | 10 | -2 to 10 | ARIA | |
| off_shape | The coefficient used by off_curve. | float | -10.3616 | ARIA | ||
| off_time | When off_mode is set to time, this specifies the fadeout time for regions being muted by voice-stealing. | float | 0.006 | ARIA | ||
| key | Equivalent to using lokey, hikey and pitch_keycenter and setting them all to the same note value. | integer | N/A | 0 to 127 | SFZ v1 | |
| lokey | Determine the low boundary of a certain region. | integer | 0 | 0 to 127 | SFZ v1 | |
| hikey | Determine the high boundary of a certain region. | integer | 127 | 0 to 127 | SFZ v1 | |
| lovel | If a note with velocity value equal to or higher than lovel AND equal to or lower than hivel is played, the region will play. |
integer | 1 | 1 to 127 | SFZ v1 | |
| hivel | If a note with velocity value equal to or higher than lovel AND equal to or lower than hivel is played, the region will play. |
integer | 127 | 1 to 127 | SFZ v1 | |
| lochan | If incoming notes have a MIDI channel between lochan and hichan, the region will play. |
integer | 1 | 1 to 16 | SFZ v1 | |
| hichan | If incoming notes have a MIDI channel between lochan and hichan, the region will play. |
integer | 16 | 1 to 16 | SFZ v1 | |
| loccN | Defines the range of the last MIDI controller N required for the region to play. | integer | 0 | 0 to 127 | SFZ v1 | |
| hiccN | Defines the range of the last MIDI controller N required for the region to play. | integer | 127 | 0 to 127 | SFZ v1 | |
| lobend | Defines the range of the last Pitch Bend message required for the region to play. | integer | -8192 | -8192 to 8192 | SFZ v1 | |
| hibend | Defines the range of the last Pitch Bend message required for the region to play. | integer | 8192 | -8192 to 8192 | SFZ v1 | |
| sostenuto_cc | Reassigns the sostenuto pedal CC to a non-standard value. | integer | 66 | 0 to 127 | ARIA | |
| sostenuto_lo | Sets the minimum point at which the sostenuto pedal (MIDI CC 66) is considered 'down'. | float | 0.5 | 0 to 127 | ARIA | |
| sostenuto_sw | Turns the sostenuto switch on or off. | string | N/A | SFZ v2 | ||
| sustain_cc | Reassigns the sustain pedal CC to a non-standard value. | integer | 64 | 0 to 127 | ARIA | |
| sustain_lo | Sets the minimum point at which the sustain pedal (MIDI CC 64) is considered 'down'. | float | 0.5 | 0 to 127 | ARIA | |
| sustain_sw | Turns the sustain switch on or off. | string | N/A | SFZ v2 | ||
| sw_lokey | Defines the range of the keyboard to be used as trigger selectors for the sw_last opcode. | integer | 0 | 0 to 127 | SFZ v1 | |
| sw_hikey | Defines the range of the keyboard to be used as trigger selectors for the sw_last opcode. | integer | 127 | 0 to 127 | SFZ v1 | |
| sw_last | Enables the region to play if the last key pressed in the range specified by sw_lokey and sw_hikey is equal to the sw_last value. |
integer | 0 | 0 to 127 | SFZ v1 | |
| sw_down | Enables the region to play if the key equal to sw_down value is depressed. Key has to be in the range specified by sw_lokey and sw_hikey. |
integer | 0 | 0 to 127 | SFZ v1 | |
| sw_up | Enables the region to play if the key equal to sw_up value is not depressed. |
integer | 0 | 0 to 127 | SFZ v1 | |
| sw_previous | Previous note value. The region will play if last note-on message was equal to sw_previous value. |
integer | N/A | 0 to 127 | SFZ v1 | |
| sw_vel | Allows overriding the velocity for the region with the velocity of the previous note. | string | current | SFZ v1 | ||
| loprog | The region plays when the MIDI program number is between loprog and hiprog. |
integer | 0 | 0 to 127 | SFZ v2 | |
| hiprog | The region plays when the MIDI program number is between loprog and hiprog. |
integer | 127 | 0 to 127 | SFZ v2 | |
| lohdccN | Like loccN but with floating point MIDI CCs | float | 0 | 0 to 1 | ARIA | |
| hihdccN | Like hiccN but with floating point MIDI CCs | float | 1 | 0 to 1 | ARIA | |
| sw_default | Define keyswitch 'power on default' so that you hear something when a patch loads. | integer | N/A | 0 to 127 | SFZ v2 | |
| sw_label | Label for activated keyswitch on GUI. | string | N/A | ARIA | ||
| sw_lolast | Like sw_last, but allowing a region to be triggered across a range of keyswitches. | integer | N/A | 0 to 127 | ARIA | |
| sw_hilast | Like sw_last, but allowing a region to be triggered across a range of keyswitches. | integer | N/A | 0 to 127 | ARIA | |
| varNN_mod | Specifies the method used to calculate variable number NN from MIDI CCs. | string | N/A | ARIA | ||
| varNN_onccX | Specifies the method used to calculate variable number NN from MIDI CCs. | float | N/A | 0 to 1 | ||
| varNN_curveccX | Specifies the <curve> number which MIDI CC X uses to modulate varNN. | integer | 0 | 0 to 255 | ||
| varNN_ | Specifies the target for variable NN to modulate. | N/A | N/A | ARIA | ||
| lobpm | Host tempo value. | float | 0 | 0 to 500 | SFZ v1 | |
| hibpm | Host tempo value. | float | 500 | 0 to 500 | SFZ v1 | |
| lochanaft | Defines the range of last Channel Aftertouch message required for the region to play. | integer | 0 | 0 to 127 | SFZ v1 | |
| hichanaft | Defines the range of last Channel Aftertouch message required for the region to play. | integer | 127 | 0 to 127 | SFZ v1 | |
| lopolyaft | Defines the range of last Polyphonic Aftertouch message required for the region to play. | integer | 0 | 0 to 127 | SFZ v1 | |
| hipolyaft | Defines the range of last Polyphonic Aftertouch message required for the region to play. | integer | 127 | 0 to 127 | SFZ v1 | |
| lorand | The region will play if the random number is equal to or higher than lorand, and lower than hirand. |
float | 0 | 0 to 1 | SFZ v1 | |
| hirand | The region will play if the random number is equal to or higher than lorand, and lower than hirand. |
float | 1 | 0 to 1 | SFZ v1 | |
| seq_length | Sequence length, used together with seq_position to use samples as round robins. | integer | 1 | 1 to 100 | SFZ v1 | |
| seq_position | Sequence position. The region will play if the internal sequence counter is equal to seq_position. |
integer | 1 | 1 to 100 | SFZ v1 | |
| lotimer | Region plays if the time passed since the last sample in the same group played is between lotimer and hitimer. |
float | N/A | SFZ v2 | ||
| hitimer | Region plays if timer is between lotimer and hitimer. |
float | N/A | SFZ v2 | ||
| trigger | Sets the trigger which will be used for the sample to play. | string | attack | SFZ v1 | ||
| on_loccN | If a MIDI control message with a value between on_loccN and on_hiccN is received, the region will play. Default value is -1, it means unassigned. |
integer | -1 | 0 to 127 | SFZ v1 | |
| start_loccN | on_loccN alias. | N/A | N/A | SFZ v2 | ||
| on_hiccN | If a MIDI control message with a value between on_loccN and on_hiccN is received, the region will play. Default value is -1, it means unassigned. |
integer | -1 | 0 to 127 | SFZ v1 | |
| start_hiccN | on_hiccN alias. | N/A | N/A | SFZ v2 | ||
| on_lohdccN | Like on_loccN but with floating point MIDI CCs. | float | -1 | 0 to 1 | ARIA | |
| start_lohdccN | on_lohdccN alias. | N/A | N/A | |||
| on_hihdccN | Like on_hiccN but with floating point MIDI CCs. | float | -1 | 0 to 1 | ARIA | |
| start_hihdccN | on_hihdccN alias. | N/A | N/A | |||
| stop_loccN | If a MIDI control message with a value between stop_loccN and stop_hiccN is received, the region will stop playing. Default value is -1, it means unassigned. |
integer | -1 | 0 to 127 | SFZ v2 | |
| stop_hiccN | If a MIDI control message with a value between stop_loccN and stop_hiccN is received, the region will stop playing. Default value is -1, it means unassigned. |
integer | -1 | 0 to 127 | SFZ v2 | |
| stop_lohdccN | Like stop_loccN but with floating point MIDI CCs. | float | -1 | 0 to 1 | ARIA | |
| stop_hihdccN | Like stop_hiccN but with floating point MIDI CCs. | float | -1 | 0 to 1 | ARIA | |
| pan | The panoramic position for the region. | float | 0 | -100 to 100 | SFZ v1 | |
| pan_onccN | N/A | N/A | SFZ v2 | |||
| pan_ccN | pan_onccN alias. | N/A | N/A | ARIA | ||
| pan_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate pan. | integer | 0 | 0 to 255 | SFZ v2 | |
| pan_smoothccN | N/A | N/A | SFZ v2 | |||
| pan_stepccN | N/A | N/A | SFZ v2 | |||
| pan_random | Random panoramic position for the region. | float | 0 | -100 to 100 | ARIA | |
| position | Only operational for stereo samples, position defines the position in the stereo field of a stereo signal, after channel mixing as defined in the width opcode. |
float | 0 | -100 to 100 | SFZ v1 | |
| position_onccN | N/A | N/A | ARIA | |||
| position_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate position. | integer | 0 | 0 to 255 | ARIA | |
| position_smoothccN | N/A | N/A | ARIA | |||
| position_stepccN | N/A | N/A | ARIA | |||
| position_random | float | 0 | -100 to 100 | ARIA | ||
| position_keycenter | N/A | N/A | ARIA | |||
| position_keytrack | N/A | N/A | ARIA | |||
| position_veltrack | integer | 0 | -200 to 200 | ARIA | ||
| volume | The volume for the region, in decibels. | float | 0 | -144 to 6 | SFZ v1 | |
| gain_ccN | Gain applied on MIDI control N, in decibels. | float | 0 | -144 to 48 | ||
| gain_onccN | gain_ccN alias. | N/A | N/A | SFZ v2 | ||
| volume_onccN | gain_ccN alias. | N/A | N/A | SFZ v2 | ||
| volume_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate volume. | integer | 0 | 0 to 255 | SFZ v2 | |
| volume_smoothccN | N/A | N/A | SFZ v2 | |||
| volume_stepccN | N/A | N/A | SFZ v2 | |||
| width | Only operational for stereo samples, width defines the amount of channel mixing applied to play the sample. | float | 100 | -100 to 100 | SFZ v1 | |
| width_onccN | N/A | N/A | SFZ v2 | |||
| width_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate width. | integer | 0 | 0 to 255 | SFZ v2 | |
| width_smoothccN | N/A | N/A | SFZ v2 | |||
| width_stepccN | N/A | N/A | SFZ v2 | |||
| amp_keycenter | Center key for amplifier keyboard tracking. In this key, the amplifier keyboard tracking will have no effect. | integer | 60 | 0 to 127 | SFZ v1 | |
| amp_keytrack | Amplifier keyboard tracking (change in amplitude per key) in decibels. | float | 0 | -96 to 12 | SFZ v1 | |
| amp_veltrack | Amplifier velocity tracking, represents how much the amplitude changes with incoming note velocity. | float | 100 | -100 to 100 | SFZ v1 | |
| amp_veltrack_onccN | N/A | N/A | ARIA | |||
| amp_veltrack_ccN | amp_veltrack_onccN alias. | N/A | N/A | |||
| amp_veltrack_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate amp_veltrack. | integer | 0 | 0 to 255 | ARIA | |
| amp_veltrack_random | N/A | N/A | ARIA | |||
| amp_velcurve_N | User-defined amplifier velocity curve. | float | Standard curve (see amp_veltrack) | 0 to 1 | SFZ v1 | |
| amp_random | Random volume for the region, in decibels. | float | 0 | 0 to 24 | SFZ v1 | |
| gain_random | amp_random alias. | N/A | N/A | SFZ v2 | ||
| rt_decay | Applies only to regions that triggered through trigger=release. The volume decrease (in decibels) per seconds after the corresponding attack region was triggered. | float | 0 | 0 to 200 | SFZ v1 | |
| rt_decayN | Applies only to regions that triggered through trigger=release. The volume decrease (in decibels) per seconds after the corresponding attack region was triggered, for decrease curve segment number N. | float | 0 | 0 to 200 | ARIA | |
| rt_decayN_time | The duration of release sample volue decrease curve segment number N. | float | N/A | ARIA | ||
| xf_cccurve | MIDI controllers crossfade curve for the region. | string | power | SFZ v1 | ||
| xf_keycurve | Keyboard crossfade curve for the region. | string | power | SFZ v1 | ||
| xf_velcurve | Velocity crossfade curve for the region. | string | power | SFZ v1 | ||
| xfin_loccN | Fade in control based on MIDI CC. | integer | 0 | 0 to 127 | SFZ v1 | |
| xfin_hiccN | Fade in control based on MIDI CC. | integer | 0 | 0 to 127 | SFZ v1 | |
| xfout_loccN | Fade out control based on MIDI CC. | integer | 0 | 0 to 127 | SFZ v1 | |
| xfout_hiccN | Fade out control based on MIDI CC. | integer | 0 | 0 to 127 | SFZ v1 | |
| xfin_lokey | Fade in control based on MIDI note (keyboard position). | integer | 0 | 0 to 127 | SFZ v1 | |
| xfin_hikey | Fade in control based on MIDI note (keyboard position). | integer | 0 | 0 to 127 | SFZ v1 | |
| xfout_lokey | Fade out control based on MIDI note number (keyboard position). | integer | 127 | 0 to 127 | SFZ v1 | |
| xfout_hikey | Fade out control based on MIDI note number (keyboard position). | integer | 127 | 0 to 127 | SFZ v1 | |
| xfin_lovel | Fade in control based on velocity. | integer | 0 | 0 to 127 | SFZ v1 | |
| xfin_hivel | Fade in control based on velocity. | integer | 0 | 0 to 127 | SFZ v1 | |
| xfout_lovel | Fade out control, based on velocity. | integer | 127 | 0 to 127 | SFZ v1 | |
| xfout_hivel | Fade out control, based on velocity. | integer | 127 | 0 to 127 | SFZ v1 | |
| phase | If invert is set, the region is played with inverted phase. | string | normal | SFZ v2 | ||
| amplitude | Amplitude for the specified region in percentage of full amplitude. | float | 100 | 0 to 100 | ARIA | |
| amplitude_onccN | float | N/A | -100 to 100 | |||
| amplitude_ccN | amplitude_onccN alias. | N/A | N/A | |||
| amplitude_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate amplitude. | integer | 0 | 0 to 255 | ||
| amplitude_smoothccN | N/A | N/A | ||||
| global_amplitude | ARIA extension, like amplitude, but affecting everything when set under the <global> header. | float | 100 | 0 to 100 | ARIA | |
| master_amplitude | ARIA extension, like amplitude, but affecting everything when set under the <master> header. | float | 100 | 0 to 100 | ARIA | |
| group_amplitude | ARIA extension, like amplitude, but affecting everything when set under the <group> header. | float | 100 | 0 to 100 | ARIA | |
| pan_law | Sets the pan law to be used. | string | N/A | ARIA | ||
| pan_keycenter | Center key for pan keyboard tracking. | integer | 60 | 0 to 127 | SFZ v2 | |
| pan_keytrack | The amount by which the panning of a note is shifted with each key. | float | 0 | -100 to 100 | SFZ v2 | |
| pan_veltrack | The effect of note velocity on panning. | float | 0 | -100 to 100 | SFZ v2 | |
| global_volume | ARIA extension, like volume, but affecting everything when set under the <global> header. | float | 0 | -144 to 6 | ARIA | |
| master_volume | ARIA extension, like volume, but affecting everything when set under the <master> header. | float | 0 | -144 to 6 | ARIA | |
| group_volume | ARIA extension, like volume, but affecting everything when set under the <group> header. | float | 0 | -144 to 6 | ARIA | |
| eqN_bw | Bandwidth of the equalizer band, in octaves. | float | 1 | 0.001 to 4 | SFZ v1 | |
| eqN_bwccX | float | 0 | -4 to 4 | |||
| eqN_bw_onccX | eqN_bwccX alias. | N/A | N/A | SFZ v2 | ||
| eqN_freq | Frequency of the equalizer band, in Hertz. | float | eq1_freq=50 eq2_freq=500 eq3_freq=5000 |
0 to 30000 | SFZ v1 | |
| eqN_freqccX | float | 0 | -30000 to 30000 | |||
| eqN_freq_onccX | eqN_freqccX alias. | N/A | N/A | SFZ v2 | ||
| eqN_vel2freq | Frequency change of the equalizer band with MIDI velocity, in Hertz. | float | 0 | -30000 to 30000 | ||
| eqN_gain | Gain of the equalizer band, in decibels. | float | 0 | -96 to 24 | SFZ v1 | |
| eqN_gainccX | float | 0 | -96 to 24 | |||
| eqN_gain_onccX | eqN_gainccX alias. | N/A | N/A | SFZ v2 | ||
| eqN_vel2gain | Gain change of the equalizer band with MIDI velocity, in decibels. | float | 0 | -96 to 24 | ||
| eqN_dynamic | Specifies when EQ is recalculated. | integer | 0 | 0 to 1 | ARIA | |
| eqN_type | Sets the type of EQ filter. | string | peak | SFZ v2 | ||
| cutoff | Sets the cutoff frequency (Hz) of the filters. | float | filter disabled | 0 to SampleRate / 2 | SFZ v1 | |
| cutoff2 | cutoff alias. | N/A | N/A | SFZ v2 | ||
| cutoff2_ccN | N/A | N/A | ||||
| cutoff2_onccN | N/A | N/A | ||||
| cutoff2_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate cutoff2. | integer | 0 | 0 to 255 | ||
| cutoff2_smoothccN | N/A | N/A | ||||
| cutoff2_stepccN | N/A | N/A | ||||
| cutoff2_chanaft | N/A | N/A | ||||
| cutoff2_polyaft | N/A | N/A | ||||
| cutoff_ccN | The variation in the cutoff frequency when MIDI continuous controller N is received. | integer | 0 | -9600 to 9600 | ||
| cutoff_onccN | cutoff_ccN alias. | N/A | N/A | SFZ v2 | ||
| cutoff_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate cutoff. | integer | 0 | 0 to 255 | SFZ v2 | |
| cutoff_smoothccN | float | 0 | 0 to ? | SFZ v2 | ||
| cutoff_stepccN | integer | 0 | 0 to ? | SFZ v2 | ||
| cutoff_chanaft | The variation in the cutoff frequency when MIDI channel aftertouch messages are received, in cents. | integer | 0 | -9600 to 9600 | ||
| cutoff_polyaft | The variation in the cutoff frequency when MIDI polyphonic aftertouch messages are received, in cents. | integer | 0 | -9600 to 9600 | ||
| fil_gain | Gain for lsh, hsh and peq filter types. | float | 0 | ARIA | ||
| fil2_gain | fil_gain alias. | N/A | N/A | |||
| fil2_gain_onccN | N/A | N/A | ||||
| fil_gain_onccN | N/A | N/A | ||||
| fil_keycenter | Center key for filter keyboard tracking. | integer | 60 | 0 to 127 | SFZ v1 | |
| fil2_keycenter | fil_keycenter alias. | N/A | N/A | SFZ v2 | ||
| fil_keytrack | Filter keyboard tracking (change on cutoff for each key) in cents. | integer | 0 | 0 to 1200 | SFZ v1 | |
| fil2_keytrack | fil_keytrack alias. | N/A | N/A | SFZ v2 | ||
| fil_random | Random value added to the filter cutoff for the region, in cents. | integer | 0 | 0 to 9600 | SFZ v1 | |
| cutoff_random | fil_random alias. | N/A | N/A | SFZ v2 | ||
| cutoff2_random | fil_random alias. | N/A | N/A | ARIA | ||
| fil_type | Filter type. | string | lpf_2p | SFZ v1 | ||
| filtype | fil_type alias. | N/A | N/A | |||
| fil2_type | fil_type alias. | N/A | N/A | SFZ v2 | ||
| fil_veltrack | Filter velocity tracking, the amount by which the cutoff changes with incoming note velocity, in cents. | integer | 0 | -9600 to 9600 | SFZ v1 | |
| fil2_veltrack | fil_veltrack alias. | N/A | N/A | SFZ v2 | ||
| resonance | The filter cutoff resonance value, in decibels. | float | 0 | 0 to 40 | SFZ v1 | |
| resonance2 | resonance alias. | N/A | N/A | SFZ v2 | ||
| resonance2_onccN | float | 0 | -40 to 40 | |||
| resonance2_ccN | resonance2_onccN alias. | N/A | N/A | SFZ v2 | ||
| resonance2_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate resonance2. | integer | 0 | 0 to 255 | ||
| resonance2_smoothccN | float | 0 | 0 to ? | |||
| resonance2_stepccN | integer | 0 | 0 to ? | |||
| resonance_onccN | float | 0 | -40 to 40 | SFZ v2 | ||
| resonance_ccN | resonance_onccN alias. | N/A | N/A | |||
| resonance_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate resonance. | integer | 0 | 0 to 255 | SFZ v2 | |
| resonance_smoothccN | float | 0 | 0 to ? | SFZ v2 | ||
| resonance_stepccN | integer | 0 | 0 to ? | SFZ v2 | ||
| resonance_random | Filter cutoff resonance random value, in decibels. | float | 0 | 0 to 40 | ARIA | |
| resonance2_random | Filter#2 cutoff resonance random value, in decibels. | float | 0 | 0 to 40 | ARIA | |
| noise_filter | string | N/A | SFZ v2 | |||
| noise_stereo | string | N/A | SFZ v2 | |||
| noise_level | float | N/A | -96 to 24 | SFZ v2 | ||
| noise_level_onccN | float | N/A | -96 to 24 | |||
| noise_level_smoothccN | float | 0 | 0 to ? | |||
| noise_step | integer | N/A | 0 to 100 | SFZ v2 | ||
| noise_step_onccN | integer | N/A | 0 to 100 | |||
| noise_tone | integer | N/A | 0 to 100 | SFZ v2 | ||
| noise_tone_onccN | integer | N/A | 0 to 100 | |||
| bend_up | Pitch bend range when Bend Wheel or Joystick is moved up, in cents. | integer | 200 | -9600 to 9600 | SFZ v1 | |
| bendup | bend_up alias. | N/A | N/A | |||
| bend_down | Pitch bend range when Bend Wheel or Joystick is moved down, in cents. | integer | -200 | -9600 to 9600 | SFZ v1 | |
| benddown | bend_down alias. | N/A | N/A | |||
| bend_smooth | Pitch bend smoothness. Adds “inertia” to pitch bends, so fast movements of the pitch bend wheel will have a delayed effect on the pitch change. | float | 0 | 0 to ? | SFZ v2 | |
| bend_step | Pitch bend step, in cents. | integer | 1 | 1 to 1200 | SFZ v1 | |
| bendstep | bend_step alias. | N/A | N/A | |||
| tune | The fine tuning for the sample, in cents. | integer | 0 | -100 to 100 | SFZ v1 | |
| pitch | tune alias. | N/A | N/A | ARIA | ||
| pitch_onccN | N/A | N/A | -9600 to 9600 | SFZ v2 | ||
| tune_ccN | pitch_onccN alias. | N/A | N/A | ARIA | ||
| tune_onccN | pitch_onccN alias. | N/A | N/A | ARIA | ||
| pitch_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate pitch. | integer | 0 | 0 to 255 | SFZ v2 | |
| tune_curveccN | pitch_curveccN alias. | N/A | N/A | ARIA | ||
| pitch_smoothccN | float | 0 | 0 to ? | SFZ v2 | ||
| tune_smoothccN | pitch_smoothccN alias. | N/A | N/A | ARIA | ||
| pitch_stepccN | N/A | 0 | 0 to ? | SFZ v2 | ||
| tune_stepccN | pitch_stepccN alias. | N/A | N/A | ARIA | ||
| group_tune | ARIA extension, like tune, but affecting everything when set under the <group> header. | integer | 0 | -9600 to 9600 | ARIA | |
| master_tune | ARIA extension, like tune, but affecting everything when set under the <master> header. | integer | 0 | -9600 to 9600 | ARIA | |
| global_tune | ARIA extension, like tune, but affecting everything when set under the <global> header. | integer | 0 | -9600 to 9600 | ARIA | |
| pitch_keycenter | Root key for the sample. | integer | 60 | 0 to 127 | SFZ v1 | |
| pitch_keytrack | Within the region, this value defines how much the pitch changes with every note. | integer | 100 | -1200 to 1200 | SFZ v1 | |
| tune_keytrack | pitch_keytrack alias. | N/A | N/A | ARIA | ||
| pitch_random | Random tuning for the region, in cents. | integer | 0 | 0 to 9600 | SFZ v1 | |
| tune_random | pitch_random alias. | N/A | N/A | ARIA | ||
| pitch_veltrack | Pitch velocity tracking, represents how much the pitch changes with incoming note velocity, in cents. | integer | 0 | -9600 to 9600 | SFZ v1 | |
| tune_veltrack | pitch_veltrack alias. | N/A | N/A | ARIA | ||
| transpose | The transposition value for this region which will be applied to the sample. | integer | 0 | -127 to 127 | SFZ v1 | |
| bend_stepup | Pitch bend step, in cents, applied to upwards bends only. | integer | 1 | 1 to 1200 | SFZ v2 | |
| bend_stepdown | Pitch bend step, in cents, for downward pitch bends. | integer | 1 | 1 to 1200 | SFZ v2 | |
| ampeg_attack | EG attack time. | float | 0 | 0 to 100 | SFZ v1 | |
| amp_attack | ampeg_attack alias. | N/A | N/A | SFZ v2 | ||
| ampeg_attackccN | float | 0 | -100 to 100 | |||
| ampeg_attack_onccN | ampeg_attackccN alias. | N/A | N/A | SFZ v2 | ||
| ampeg_attack_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| ampeg_vel2attack | Velocity effect on EG attack time. | float | 0 | -100 to 100 | ||
| amp_vel2attack | ampeg_vel2attack alias. | N/A | N/A | SFZ v2 | ||
| ampeg_decay | EG decay time. | float | 0 | 0 to 100 | SFZ v1 | |
| amp_decay | ampeg_decay alias. | N/A | N/A | SFZ v2 | ||
| ampeg_decayccN | float | 0 | -100 to 100 | |||
| ampeg_decay_onccN | ampeg_decayccN alias. | N/A | N/A | SFZ v2 | ||
| ampeg_decay_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate ampeg_decay. | integer | 0 | 0 to 255 | ARIA | |
| ampeg_vel2decay | Velocity effect on EG decay time. | float | 0 | -100 to 100 | ||
| amp_vel2decay | ampeg_vel2decay alias. | N/A | N/A | SFZ v2 | ||
| ampeg_delay | EG delay time. | float | 0 | 0 to 100 | SFZ v1 | |
| amp_delay | ampeg_delay alias. | N/A | N/A | SFZ v2 | ||
| ampeg_delayccN | float | 0 | -100 to 100 | |||
| ampeg_delay_onccN | ampeg_delayccN alias. | N/A | N/A | SFZ v2 | ||
| ampeg_delay_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| ampeg_vel2delay | Velocity effect on EG delay time. | float | 0 | -100 to 100 | ||
| amp_vel2delay | ampeg_vel2delay alias. | N/A | N/A | SFZ v2 | ||
| ampeg_hold | EG hold time. | float | 0 | 0 to 100 | SFZ v1 | |
| amp_hold | ampeg_hold alias. | N/A | N/A | SFZ v2 | ||
| ampeg_holdccN | float | 0 | -100 to 100 | |||
| ampeg_hold_onccN | ampeg_holdccN alias. | N/A | N/A | SFZ v2 | ||
| ampeg_hold_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate ampeg_hold. | integer | 0 | 0 to 255 | ARIA | |
| ampeg_vel2hold | Velocity effect on EG hold time. | float | 0 | -100 to 100 | ||
| amp_vel2hold | ampeg_vel2hold alias. | N/A | N/A | SFZ v2 | ||
| ampeg_release | EG release time (after note release). | float | 0.001 | 0 to 100 | SFZ v1 | |
| amp_release | ampeg_release alias. | N/A | N/A | SFZ v2 | ||
| ampeg_releaseccN | float | 0 | -100 to 100 | |||
| ampeg_release_onccN | ampeg_releaseccN alias. | N/A | N/A | SFZ v2 | ||
| ampeg_release_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| ampeg_vel2release | Velocity effect on EG release time. | float | 0 | -100 to 100 | ||
| amp_vel2release | ampeg_vel2release alias. | N/A | N/A | SFZ v2 | ||
| ampeg_sustain | EG sustain level, in percentage. | float | 100 | 0 to 100 | SFZ v1 | |
| amp_sustain | ampeg_sustain alias. | N/A | N/A | SFZ v2 | ||
| ampeg_sustainccN | float | 0 | -100 to 100 | |||
| ampeg_sustain_onccN | ampeg_sustainccN alias. | N/A | N/A | SFZ v2 | ||
| ampeg_sustain_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate ampeg_sustain. | integer | 0 | 0 to 255 | ARIA | |
| ampeg_vel2sustain | Velocity effect on EG sustain level, in percentage. | float | 0 | -100 to 100 | ||
| amp_vel2sustain | ampeg_vel2sustain alias. | N/A | N/A | SFZ v2 | ||
| ampeg_start | Envelope start level, in percentage. | float | 0 | 0 to 100 | SFZ v1 | |
| ampeg_startccN | float | 0 | -100 to 100 | |||
| ampeg_start_onccN | ampeg_startccN alias. | N/A | N/A | SFZ v2 | ||
| ampeg_start_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| ampeg_attack_shape | Specifies the curvature of attack stage of the envelope. | float | 0 | ARIA | ||
| ampeg_decay_shape | Specifies the curvature of decay stage of the envelope. | float | -10.3616 | ARIA | ||
| ampeg_decay_zero | Specifies how decay time is calculated. | integer | 1 | 0 to 1 | ARIA | |
| ampeg_dynamic | Specifies when envelope durations are recalculated. | integer | 0 | 0 to 1 | ARIA | |
| ampeg_release_shape | Specifies the curvature of release stage of the envelope. | float | -10.3616 | ARIA | ||
| ampeg_release_zero | Specifies how release time is calculated. | integer | 0 | 0 to 1 | ARIA | |
| fileg_attack_shape | Specifies the curvature of attack stage of the envelope. | float | 0 | ARIA | ||
| fileg_decay_shape | Specifies the curvature of decay stage of the envelope. | float | 0 | ARIA | ||
| fileg_decay_zero | Specifies how decay time is calculated. | integer | 1 | 0 to 1 | ARIA | |
| fileg_release_shape | Specifies the curvature of release stage of the envelope. | float | 0 | ARIA | ||
| fileg_release_zero | Specifies how release time is calculated. | integer | 0 | 0 to 1 | ARIA | |
| fileg_dynamic | Specifies when envelope durations are recalculated. | integer | 0 | 0 to 1 | ARIA | |
| pitcheg_attack_shape | Specifies the curvature of attack stage of the envelope. | float | 0 | ARIA | ||
| pitcheg_decay_shape | Specifies the curvature of decay stage of the envelope. | float | 0 | ARIA | ||
| pitcheg_decay_zero | Specifies how decay time is calculated. | integer | 1 | 0 to 1 | ARIA | |
| pitcheg_release_shape | Specifies the curvature of release stage of the envelope. | float | 0 | ARIA | ||
| pitcheg_release_zero | Specifies how release time is calculated. | integer | 0 | 0 to 1 | ARIA | |
| pitcheg_dynamic | Specifies when envelope durations are recalculated. | integer | 0 | 0 to 1 | ARIA | |
| fileg_attack | EG attack time. | float | 0 | 0 to 100 | SFZ v1 | |
| fil_attack | fileg_attack alias. | N/A | N/A | SFZ v2 | ||
| fileg_attack_onccN | float | 0 | -100 to 100 | ARIA | ||
| fileg_attackccN | fileg_attack_onccN alias. | N/A | N/A | |||
| fileg_attack_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| fileg_vel2attack | Velocity effect on EG attack time. | float | 0 | -100 to 100 | ||
| fil_vel2attack | fileg_vel2attack alias. | N/A | N/A | SFZ v2 | ||
| fileg_decay | EG decay time. | float | 0 | 0 to 100 | SFZ v1 | |
| fil_decay | fileg_decay alias. | N/A | N/A | SFZ v2 | ||
| fileg_decay_onccN | float | 0 | -100 to 100 | ARIA | ||
| fileg_decayccN | fileg_decay_onccN alias. | N/A | N/A | |||
| fileg_decay_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| fileg_vel2decay | Velocity effect on filter EG decay time. | float | 0 | -100 to 100 | ||
| fil_vel2decay | fileg_vel2decay alias. | N/A | N/A | SFZ v2 | ||
| fileg_delay | EG delay time. | float | 0 | 0 to 100 | SFZ v1 | |
| fil_delay | fileg_delay alias. | N/A | N/A | SFZ v2 | ||
| fileg_delay_onccN | float | 0 | -100 to 100 | ARIA | ||
| fileg_delayccN | fileg_delay_onccN alias. | N/A | N/A | |||
| fileg_delay_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| fileg_vel2delay | Velocity effect on filter EG delay time. | float | 0 | -100 to 100 | ||
| fil_vel2delay | fileg_vel2delay alias. | N/A | N/A | SFZ v2 | ||
| fileg_depth | Envelope depth. | integer | 0 | -12000 to 12000 | SFZ v1 | |
| fil_depth | fileg_depth alias. | N/A | N/A | SFZ v2 | ||
| fileg_depth_onccN | integer | 0 | -12000 to 12000 | ARIA | ||
| fileg_depthccN | fileg_depth_onccN alias. | N/A | N/A | |||
| fileg_depth_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| fileg_vel2depth | Velocity effect on EG depth, in cents for pitch or filter cutoff. | integer | 0 | -12000 to 12000 | ||
| fil_vel2depth | fileg_vel2depth alias. | N/A | N/A | SFZ v2 | ||
| fileg_hold | EG hold time. | float | 0 | 0 to 100 | SFZ v1 | |
| fil_hold | fileg_hold alias. | N/A | N/A | SFZ v2 | ||
| fileg_hold_onccN | float | 0 | -100 to 100 | ARIA | ||
| fileg_holdccN | fileg_hold_onccN alias. | N/A | N/A | |||
| fileg_hold_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| fileg_vel2hold | Velocity effect on EG hold time. | float | 0 | -100 to 100 | ||
| fil_vel2hold | fileg_vel2hold alias. | N/A | N/A | SFZ v2 | ||
| fileg_release | EG release time (after note release). | float | 0 | 0 to 100 | SFZ v1 | |
| fil_release | fileg_release alias. | N/A | N/A | SFZ v2 | ||
| fileg_release_onccN | float | 0 | -100 to 100 | ARIA | ||
| fileg_releaseccN | fileg_release_onccN alias. | N/A | N/A | |||
| fileg_release_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| fileg_vel2release | Velocity effect on EG release time. | float | 0 | -100 to 100 | ||
| fil_vel2release | fileg_vel2release alias. | N/A | N/A | SFZ v2 | ||
| fileg_start | Envelope start level, in percentage. | float | 0 | 0 to 100 | SFZ v1 | |
| fileg_start_onccN | float | 0 | -100 to 100 | ARIA | ||
| fileg_startccN | fileg_start_onccN alias. | N/A | N/A | |||
| fileg_start_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| fileg_sustain | EG sustain level, in percentage. | float | 0 | 0 to 100 | SFZ v1 | |
| fil_sustain | fileg_sustain alias. | N/A | N/A | SFZ v2 | ||
| fileg_sustain_onccN | float | 0 | -100 to 100 | ARIA | ||
| fileg_sustainccN | fileg_sustain_onccN alias. | N/A | N/A | |||
| fileg_sustain_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| fileg_vel2sustain | Velocity effect on EG sustain level, in percentage. | float | 0 | -100 to 100 | ||
| fil_vel2sustain | fileg_vel2sustain alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_attack | EG attack time. | float | 0 | 0 to 100 | SFZ v1 | |
| pitch_attack | pitcheg_attack alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_attack_onccN | N/A | N/A | ARIA | |||
| pitcheg_attack_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| pitcheg_vel2attack | Velocity effect on EG attack time. | float | 0 | -100 to 100 | ||
| pitch_vel2attack | pitcheg_vel2attack alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_decay | EG decay time. | float | 0 | 0 to 100 | SFZ v1 | |
| pitch_decay | pitcheg_decay alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_decay_onccN | float | 0 | -100 to 100 | ARIA | ||
| pitcheg_decay_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| pitcheg_vel2decay | Velocity effect on EG decay time. | float | 0 | -100 to 100 | ||
| pitch_vel2decay | pitcheg_vel2decay alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_delay | EG delay time. | float | 0 | 0 to 100 | SFZ v1 | |
| pitch_delay | pitcheg_delay alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_delay_onccN | float | 0 | -100 to 100 | ARIA | ||
| pitcheg_delay_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| pitcheg_vel2delay | Velocity effect on EG delay time. | float | 0 | -100 to 100 | ||
| pitch_vel2delay | pitcheg_vel2delay alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_depth | Envelope depth. | integer | 0 | -12000 to 12000 | SFZ v1 | |
| pitch_depth | pitcheg_depth alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_depth_onccN | integer | 0 | -12000 to 12000 | ARIA | ||
| pitcheg_depthccN | pitcheg_depth_onccN alias. | N/A | N/A | |||
| pitcheg_depth_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| pitcheg_vel2depth | Velocity effect on EG depth, in cents for pitch or filter cutoff. | integer | 0 | -12000 to 12000 | ||
| pitch_vel2depth | pitcheg_vel2depth alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_hold | EG hold time. | float | 0 | 0 to 100 | SFZ v1 | |
| pitch_hold | pitcheg_hold alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_hold_onccN | float | 0 | -100 to 100 | ARIA | ||
| pitcheg_hold_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| pitcheg_vel2hold | Velocity effect on EG hold time. | float | 0 | -100 to 100 | ||
| pitch_vel2hold | pitcheg_vel2hold alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_release | EG release time (after note release). | float | 0 | 0 to 100 | SFZ v1 | |
| pitch_release | pitcheg_release alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_release_onccN | float | 0 | -100 to 100 | ARIA | ||
| pitcheg_release_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| pitcheg_vel2release | Velocity effect on EG release time. | float | 0 | -100 to 100 | ||
| pitch_vel2release | pitcheg_vel2release alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_start | Envelope start level, in percentage. | float | 0 | 0 to 100 | SFZ v1 | |
| pitcheg_start_onccN | float | 0 | -100 to 100 | ARIA | ||
| pitcheg_start_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| pitcheg_sustain | EG sustain level, in percentage. | float | 0 | 0 to 100 | SFZ v1 | |
| pitch_sustain | pitcheg_sustain alias. | N/A | N/A | SFZ v2 | ||
| pitcheg_sustain_onccN | float | 0 | -100 to 100 | ARIA | ||
| pitcheg_sustain_curveccN | integer | 0 | 0 to 255 | ARIA | ||
| pitcheg_vel2sustain | Velocity effect on EG sustain level, in percentage. | float | 0 | -100 to 100 | ||
| pitch_vel2sustain | pitcheg_vel2sustain alias. | N/A | N/A | SFZ v2 | ||
| egN_points | N/A | N/A | SFZ v2 | |||
| egN_timeX | float | N/A | SFZ v2 | |||
| egN_timeX_onccY | float | N/A | ||||
| egN_levelX | Sets the envelope level at a specific point in envelope number N. | float | 0 | -1 to 1 | SFZ v2 | |
| egN_levelX_onccY | float | 0 | -1 to 1 | |||
| egN_ampeg | N/A | N/A | ARIA | |||
| egN_dynamic | Specifies when envelope durations are recalculated. | integer | 0 | 0 to 1 | ARIA | |
| egN_shapeX | float | 0 | SFZ v2 | |||
| egN_curveX | Instructs the player to use a curve shape defined under a curve header for the specified envelope segment. | N/A | N/A | SFZ v2 | ||
| egN_sustain | N/A | N/A | SFZ v2 | |||
| egN_loop | N/A | N/A | SFZ v2 | |||
| egN_loop_count | N/A | N/A | SFZ v2 | |||
| egN_volume | N/A | N/A | SFZ v2 | |||
| egN_volume_onccX | N/A | N/A | ||||
| egN_amplitude | N/A | N/A | SFZ v2 | |||
| egN_amplitude_onccX | N/A | N/A | ||||
| egN_pan | N/A | N/A | SFZ v2 | |||
| egN_pan_onccX | N/A | N/A | ||||
| egN_width | N/A | N/A | SFZ v2 | |||
| egN_width_onccX | N/A | N/A | ||||
| egN_pan_curve | N/A | N/A | SFZ v2 | |||
| egN_pan_curveccX | Specifies the <curve> number which MIDI CC X uses to modulate egN_pan. | integer | 0 | 0 to 255 | ||
| egN_freq_lfoX | Allows egN to shape a change to lfoX's frequency | float | 0 | SFZ v2 | ||
| egN_depth_lfoX | Allows egN to scale lfoX's effect on its targets | float | 100 | SFZ v2 | ||
| egN_depthadd_lfoX | N/A | N/A | SFZ v2 | |||
| egN_pitch | N/A | N/A | SFZ v2 | |||
| egN_pitch_onccX | N/A | N/A | ||||
| egN_cutoff | N/A | N/A | SFZ v2 | |||
| egN_cutoff_onccX | N/A | N/A | ||||
| egN_cutoff2 | N/A | N/A | SFZ v2 | |||
| egN_cutoff2_onccX | N/A | N/A | ||||
| egN_resonance | N/A | N/A | SFZ v2 | |||
| egN_resonance_onccX | N/A | N/A | ||||
| egN_resonance2 | N/A | N/A | SFZ v2 | |||
| egN_resonance2_onccX | N/A | N/A | ||||
| egN_eqXfreq | N/A | N/A | SFZ v2 | |||
| egN_eqXfreq_onccY | N/A | N/A | ||||
| egN_eqXbw | N/A | N/A | SFZ v2 | |||
| egN_eqXbw_onccY | N/A | N/A | ||||
| egN_eqXgain | N/A | N/A | SFZ v2 | |||
| egN_eqXgain_onccY | N/A | N/A | ||||
| egN_decim | N/A | N/A | SFZ v2 | |||
| egN_decim_onccX | N/A | N/A | ||||
| egN_bitred | N/A | N/A | SFZ v2 | |||
| egN_bitred_onccX | N/A | N/A | ||||
| egN_rectify | N/A | N/A | SFZ v2 | |||
| egN_rectify_onccX | N/A | N/A | ||||
| egN_ringmod | N/A | N/A | SFZ v2 | |||
| egN_ringmod_onccX | N/A | N/A | ||||
| egN_noiselevel | N/A | N/A | SFZ v2 | |||
| egN_noiselevel_onccX | N/A | N/A | ||||
| egN_noisestep | N/A | N/A | SFZ v2 | |||
| egN_noisestep_onccX | N/A | N/A | ||||
| egN_noisetone | N/A | N/A | SFZ v2 | |||
| egN_noisetone_onccX | N/A | N/A | ||||
| egN_driveshape | N/A | N/A | SFZ v2 | |||
| egN_driveshape_onccX | N/A | N/A | ||||
| egN_sample_dyn_paramX | ARIA-specific nameless destination for plugin envelope modulations. | N/A | N/A | ARIA | ||
| egN_sample_dyn_paramX_onccY | N/A | N/A | ||||
| amplfo_delay | The time before the LFO starts oscillating. | float | 0 | 0 to 100 | SFZ v1 | |
| amplfo_depth | LFO depth. | float | 0 | -10 to 10 | SFZ v1 | |
| amplfo_depthccN | float | 0 | -10 to 10 | |||
| amplfo_depth_onccN | amplfo_depthccN alias. | N/A | N/A | SFZ v2 | ||
| amplfo_depthchanaft | LFO depth when channel aftertouch MIDI messages are received. | float | 0 | -10 to 10 | ||
| amplfo_depthpolyaft | LFO depth when polyphonic aftertouch MIDI messages are received. | float | 0 | -10 to 10 | ||
| amplfo_fade | LFO fade-in effect time. | float | 0 | 0 to 100 | SFZ v1 | |
| amplfo_freq | LFO frequency, in hertz. | float | 0 | 0 to 20 | SFZ v1 | |
| amplfo_freqccN | float | 0 | -200 to 200 | |||
| amplfo_freqchanaft | LFO frequency change when channel aftertouch MIDI messages are received, in Hertz. | float | 0 | -200 to 200 | ||
| amplfo_freqpolyaft | LFO frequency change when polyphonic aftertouch MIDI messages are received, in Hertz. | float | 0 | -200 to 200 | ||
| fillfo_delay | The time before the LFO starts oscillating. | float | 0 | 0 to 100 | SFZ v1 | |
| fillfo_depth | LFO depth. | float | 0 | -1200 to 1200 | SFZ v1 | |
| fillfo_depthccN | float | 0 | -1200 to 1200 | |||
| fillfo_depth_onccN | fillfo_depthccN alias. | N/A | N/A | SFZ v2 | ||
| fillfo_depthchanaft | LFO depth when channel aftertouch MIDI messages are received. | float | 0 | -1200 to 1200 | ||
| fillfo_depthpolyaft | LFO depth when polyphonic aftertouch MIDI messages are received. | float | 0 | -1200 to 1200 | ||
| fillfo_fade | LFO fade-in effect time. | float | 0 | 0 to 100 | SFZ v1 | |
| fillfo_freq | LFO frequency, in hertz. | float | 0 | 0 to 20 | SFZ v1 | |
| fillfo_freqccN | float | 0 | -200 to 200 | |||
| fillfo_freqchanaft | LFO frequency change when channel aftertouch MIDI messages are received, in Hertz. | float | 0 | -200 to 200 | ||
| fillfo_freqpolyaft | LFO frequency change when polyphonic aftertouch MIDI messages are received, in Hertz. | float | 0 | -200 to 200 | ||
| pitchlfo_delay | The time before the LFO starts oscillating. | float | 0 | 0 to 100 | SFZ v1 | |
| pitchlfo_depth | LFO depth. | float | 0 | -1200 to 1200 | SFZ v1 | |
| pitchlfo_depthccN | float | 0 | -1200 to 1200 | |||
| pitchlfo_depth_onccN | pitchlfo_depthccN alias. | N/A | N/A | SFZ v2 | ||
| pitchlfo_depthchanaft | LFO depth when channel aftertouch MIDI messages are received. | float | 0 | -1200 to 1200 | ||
| pitchlfo_depthpolyaft | LFO depth when polyphonic aftertouch MIDI messages are received. | float | 0 | -1200 to 1200 | ||
| pitchlfo_fade | LFO fade-in effect time. | float | 0 | 0 to 100 | SFZ v1 | |
| pitchlfo_freq | LFO frequency, in hertz. | float | 0 | 0 to 20 | SFZ v1 | |
| pitchlfo_freqccN | float | 0 | -200 to 200 | |||
| pitchlfo_freqchanaft | LFO frequency change when channel aftertouch MIDI messages are received, in Hertz. | float | 0 | -200 to 200 | ||
| pitchlfo_freqpolyaft | LFO frequency change when polyphonic aftertouch MIDI messages are received, in Hertz. | float | 0 | -200 to 200 | ||
| lfoN_freq | The base frequency of LFO number N, in Hertz. | float | N/A | SFZ v2 | ||
| lfoN_freq_onccX | N/A | N/A | ||||
| lfoN_freq_smoothccX | N/A | N/A | ||||
| lfoN_freq_stepccX | N/A | N/A | ||||
| lfoN_delay | Onset delay for LFO number N. | float | 0 | SFZ v2 | ||
| lfoN_delay_onccX | N/A | N/A | ||||
| lfoN_fade | Fade-in time for LFO number N. | float | N/A | SFZ v2 | ||
| lfoN_fade_onccX | float | N/A | ||||
| lfoN_phase | Initial phase shift for LFO number N. | float | 0 | 0 to 1 | SFZ v2 | |
| lfoN_phase_onccX | N/A | N/A | ||||
| lfoN_count | Number of LFO repetitions for LFO N before the LFO stops. | integer | N/A | SFZ v2 | ||
| lfoN_wave | LFO waveform selection. | integer | 1 | SFZ v2 | ||
| lfoN_waveX | lfoN_wave alias. | N/A | N/A | ARIA | ||
| lfoN_wave_onccX | N/A | N/A | ARIA | |||
| lfoN_steps | Number of steps in LFO step sequencer. | integer | N/A | SFZ v2 | ||
| lfoN_stepX | Level of the step number X in LFO step sequencer. | float | N/A | -100 to 100 | SFZ v2 | |
| lfoN_stepX_onccY | N/A | N/A | ||||
| lfoN_smooth | N/A | N/A | SFZ v2 | |||
| lfoN_smooth_onccX | N/A | N/A | ||||
| lfoN_volume | N/A | N/A | SFZ v2 | |||
| lfoN_volume_onccX | N/A | N/A | ||||
| lfoN_volume_smoothccX | N/A | N/A | ||||
| lfoN_volume_stepccX | N/A | N/A | ||||
| lfoN_amplitude | N/A | N/A | SFZ v2 | |||
| lfoN_amplitude_onccX | N/A | N/A | ||||
| lfoN_amplitude_smoothccX | N/A | N/A | ||||
| lfoN_amplitude_stepccX | N/A | N/A | ||||
| lfoN_pan | N/A | N/A | SFZ v2 | |||
| lfoN_pan_onccX | N/A | N/A | ||||
| lfoN_pan_smoothccX | N/A | N/A | ||||
| lfoN_pan_stepccX | N/A | N/A | ||||
| lfoN_width | N/A | N/A | SFZ v2 | |||
| lfoN_width_onccX | N/A | N/A | ||||
| lfoN_width_smoothccX | N/A | N/A | ||||
| lfoN_width_stepccX | N/A | N/A | ||||
| lfoN_freq_lfoX | N/A | N/A | SFZ v2 | |||
| lfoN_freq_lfoX_onccY | N/A | N/A | ARIA | |||
| lfoN_depth_lfoX | N/A | N/A | SFZ v2 | |||
| lfoN_depthadd_lfoX | N/A | N/A | SFZ v2 | |||
| lfoN_pitch | N/A | N/A | SFZ v2 | |||
| lfoN_pitch_curveccX | Specifies the <curve> number which MIDI CC X uses to modulate lfoN_pitch. | integer | 0 | 0 to 255 | ||
| lfoN_pitch_onccX | N/A | N/A | ||||
| lfoN_pitch_smoothccX | N/A | N/A | ||||
| lfoN_pitch_stepccX | N/A | N/A | ||||
| lfoN_cutoff | N/A | N/A | SFZ v2 | |||
| lfoN_cutoff2 | lfoN_cutoff alias. | N/A | N/A | SFZ v2 | ||
| lfoN_cutoff2_onccX | N/A | N/A | ||||
| lfoN_cutoff2_smoothccX | N/A | N/A | ||||
| lfoN_cutoff2_stepccX | N/A | N/A | ||||
| lfoN_cutoff_onccX | N/A | N/A | ||||
| lfoN_cutoff_smoothccX | N/A | N/A | ||||
| lfoN_cutoff_stepccX | N/A | N/A | ||||
| lfoN_resonance | N/A | N/A | SFZ v2 | |||
| lfoN_resonance2 | lfoN_resonance alias. | N/A | N/A | SFZ v2 | ||
| lfoN_resonance2_onccX | N/A | N/A | ||||
| lfoN_resonance2_smoothccX | N/A | N/A | ||||
| lfoN_resonance2_stepccX | N/A | N/A | ||||
| lfoN_resonance_onccX | N/A | N/A | ||||
| lfoN_resonance_smoothccX | N/A | N/A | ||||
| lfoN_resonance_stepccX | N/A | N/A | ||||
| lfoN_eqXfreq | N/A | N/A | SFZ v2 | |||
| lfoN_eqXfreq_onccY | N/A | N/A | ||||
| lfoN_eqXfreq_smoothccY | N/A | N/A | ||||
| lfoN_eqXfreq_stepccY | N/A | N/A | ||||
| lfoN_eqXbw | N/A | N/A | SFZ v2 | |||
| lfoN_eqXbw_onccY | N/A | N/A | ||||
| lfoN_eqXbw_smoothccY | N/A | N/A | ||||
| lfoN_eqXbw_stepccY | N/A | N/A | ||||
| lfoN_eqXgain | N/A | N/A | SFZ v2 | |||
| lfoN_eqXgain_onccY | N/A | N/A | ||||
| lfoN_eqXgain_smoothccY | N/A | N/A | ||||
| lfoN_eqXgain_stepccY | N/A | N/A | ||||
| lfoN_decim | N/A | N/A | SFZ v2 | |||
| lfoN_decim_onccX | N/A | N/A | ||||
| lfoN_decim_smoothccX | N/A | N/A | ||||
| lfoN_decim_stepccX | N/A | N/A | ||||
| lfoN_bitred | N/A | N/A | SFZ v2 | |||
| lfoN_bitred_onccX | N/A | N/A | ||||
| lfoN_bitred_smoothccX | N/A | N/A | ||||
| lfoN_bitred_stepccX | N/A | N/A | ||||
| lfoN_noiselevel | N/A | N/A | SFZ v2 | |||
| lfoN_noiselevel_onccX | N/A | N/A | ||||
| lfoN_noiselevel_smoothccX | N/A | N/A | ||||
| lfoN_noiselevel_stepccX | N/A | N/A | ||||
| lfoN_noisestep | N/A | N/A | SFZ v2 | |||
| lfoN_noisestep_onccX | N/A | N/A | ||||
| lfoN_noisestep_smoothccX | N/A | N/A | ||||
| lfoN_noisestep_stepccX | N/A | N/A | ||||
| lfoN_noisetone | N/A | N/A | SFZ v2 | |||
| lfoN_noisetone_onccX | N/A | N/A | ||||
| lfoN_noisetone_smoothccX | N/A | N/A | ||||
| lfoN_noisetone_stepccX | N/A | N/A | ||||
| lfoN_drive | N/A | N/A | SFZ v2 | |||
| lfoN_drive_onccX | N/A | N/A | ||||
| lfoN_drive_smoothccX | N/A | N/A | ||||
| lfoN_drive_stepccX | N/A | N/A | ||||
| lfoN_offset | DC offset - Add to LFO output; not affected by scale. | float | N/A | ARIA | ||
| lfoN_offsetX | lfoN_offset alias. | N/A | N/A | |||
| lfoN_ratio | Sets the ratio between the specified sub waveform and the main waveform. | float | N/A | ARIA | ||
| lfoN_ratioX | lfoN_ratio alias. | N/A | N/A | |||
| lfoN_scale | Sets the scaling between the specified sub waveform and the main waveform. | float | N/A | ARIA | ||
| lfoN_scaleX | lfoN_scale alias. | N/A | N/A | |||
| lfoN_sample_dyn_paramX | ARIA-specific nameless destination for plugin LFO modulations. | N/A | N/A | ARIA | ||
| lfoN_sample_dyn_paramX_onccY | N/A | N/A | ||||
| curve_index | Curve definition ID. | integer | N/A | 0 to 255 | ARIA | |
| vNNN | Defines a point in a custom curve definition. | float | N/A | -1 to 1 | SFZ v2 | |
| apan_depth | N/A | 0 to 100 | SFZ v2 | |||
| apan_depth_onccN | N/A | N/A | ||||
| apan_dry | N/A | 0 to 100 | SFZ v2 | |||
| apan_dry_onccN | N/A | N/A | ||||
| apan_freq | float | N/A | SFZ v2 | |||
| apan_freq_onccN | N/A | N/A | ||||
| apan_phase | float | N/A | 0 to 180 | SFZ v2 | ||
| apan_phase_onccN | N/A | N/A | ||||
| apan_waveform | LFO wave number. | N/A | N/A | SFZ v2 | ||
| apan_wet | N/A | 0 to 100 | SFZ v2 | |||
| apan_wet_onccN | N/A | N/A | ||||
| bitred | Bit reduction. | N/A | 0 to 100 | SFZ v2 | ||
| bitred_onccN | N/A | N/A | ||||
| bitred_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate bitred. | integer | 0 | 0 to 255 | ||
| bitred_smoothccN | N/A | N/A | ||||
| bitred_stepccN | N/A | N/A | ||||
| bus | The target bus for the effect. | string | main | SFZ v2 | ||
| bypass_onccN | Sets up a bypass controller for the effect. | float | N/A | SFZ v2 | ||
| comp_attack | float | N/A | SFZ v2 | |||
| comp_gain | N/A | N/A | SFZ v2 | |||
| comp_ratio | N/A | 0 to 100 | SFZ v2 | |||
| comp_release | float | N/A | SFZ v2 | |||
| comp_stlink | string | N/A | SFZ v2 | |||
| comp_threshold | float | N/A | SFZ v2 | |||
| decim | Decimator. | N/A | 0 to 100 | SFZ v2 | ||
| decim_onccN | N/A | N/A | ||||
| decim_curveccN | Specifies the <curve> number which MIDI CC N uses to modulate decim. | integer | 0 | 0 to 255 | ||
| decim_smoothccN | N/A | N/A | ||||
| decim_stepccN | N/A | N/A | ||||
| delay_cutoff | float | N/A | SFZ v2 | |||
| delay_cutoff_onccN | N/A | N/A | ||||
| delay_damphi | N/A | 0 to 100 | SFZ v2 | |||
| delay_damphi_onccN | N/A | N/A | ||||
| delay_damplo | N/A | 0 to 100 | SFZ v2 | |||
| delay_damplo_onccN | N/A | N/A | ||||
| delay_dry | N/A | 0 to 100 | SFZ v2 | |||
| delay_dry_onccN | N/A | N/A | ||||
| delay_feedback | N/A | 0 to 100 | SFZ v2 | |||
| delay_feedback_onccN | N/A | N/A | ||||
| delay_filter | Name of filter type. | string | N/A | SFZ v2 | ||
| delay_input | N/A | 0 to 100 | SFZ v2 | |||
| delay_input_onccN | N/A | N/A | ||||
| delay_levelc | N/A | 0 to 100 | SFZ v2 | |||
| delay_levell | N/A | 0 to 100 | SFZ v2 | |||
| delay_levelr | N/A | 0 to 100 | SFZ v2 | |||
| delay_lfofreq | float | N/A | SFZ v2 | |||
| delay_lfofreq_onccN | N/A | N/A | ||||
| delay_moddepth | N/A | 0 to 100 | SFZ v2 | |||
| delay_moddepth_onccN | N/A | N/A | ||||
| delay_mode | string | N/A | SFZ v2 | |||
| delay_panc | N/A | 0 to 100 | SFZ v2 | |||
| delay_panc_onccN | N/A | N/A | ||||
| delay_panl | N/A | 0 to 100 | SFZ v2 | |||
| delay_panl_onccN | N/A | N/A | ||||
| delay_panr | N/A | 0 to 100 | SFZ v2 | |||
| delay_panr_onccN | N/A | N/A | ||||
| delay_resonance | N/A | N/A | SFZ v2 | |||
| delay_resonance_onccN | N/A | N/A | ||||
| delay_spread | N/A | 0 to 100 | SFZ v2 | |||
| delay_spread_onccN | N/A | N/A | ||||
| delay_syncc_onccN | N/A | N/A | SFZ v2 | |||
| delay_syncl_onccN | N/A | N/A | SFZ v2 | |||
| delay_syncr_onccN | N/A | N/A | SFZ v2 | |||
| delay_time_tap | N/A | N/A | SFZ v2 | |||
| delay_timec | N/A | N/A | SFZ v2 | |||
| delay_timec_onccN | N/A | N/A | ||||
| delay_timel | N/A | N/A | SFZ v2 | |||
| delay_timel_onccN | N/A | N/A | ||||
| delay_timer | N/A | N/A | SFZ v2 | |||
| delay_timer_onccN | N/A | N/A | ||||
| delay_wet | N/A | 0 to 100 | SFZ v2 | |||
| delay_wet_onccN | N/A | N/A | ||||
| directtomain | Gain of the main bus into the output. | float | 100 | 0 to 100 | SFZ v2 | |
| disto_depth | N/A | 0 to 100 | SFZ v2 | |||
| disto_depth_onccN | N/A | N/A | ||||
| disto_dry | N/A | 0 to 100 | SFZ v2 | |||
| disto_dry_onccN | N/A | N/A | ||||
| disto_stages | N/A | N/A | SFZ v2 | |||
| disto_tone | N/A | 0 to 100 | SFZ v2 | |||
| disto_tone_onccN | N/A | N/A | ||||
| disto_wet | N/A | 0 to 100 | SFZ v2 | |||
| disto_wet_onccN | N/A | N/A | ||||
| dsp_order | Signal flow type in Rapture's DSP block. | integer | N/A | 0 to 14 | SFZ v2 | |
| effect1 | Level of effect1 send, in percentage (reverb in Cakewalk sfz). | float | 0 | 0 to 100 | SFZ v1 | |
| effect2 | Level of effect2 send, in percentage (chorus in Cakewalk sfz). | float | 0 | 0 to 100 | SFZ v1 | |
| effect3 | Gain of the region's send into the 3rd effect bus. | float | 0 | 0 to 100 | SFZ v2 | |
| effect4 | Gain of the region's send into the 4th effect bus. | float | 0 | 0 to 100 | SFZ v2 | |
| eq_bw | N/A | N/A | SFZ v2 | |||
| eq_bw_onccN | N/A | N/A | ||||
| eq_freq | N/A | N/A | SFZ v2 | |||
| eq_freq_onccN | N/A | N/A | ||||
| eq_gain | N/A | N/A | SFZ v2 | |||
| eq_gain_onccN | N/A | N/A | ||||
| eq_type | N/A | N/A | SFZ v2 | |||
| filter_cutoff | N/A | N/A | SFZ v2 | |||
| filter_cutoff_onccN | N/A | N/A | ||||
| filter_resonance | N/A | N/A | SFZ v2 | |||
| filter_resonance_onccN | N/A | N/A | ||||
| filter_type | Name of filter type. | string | N/A | SFZ v2 | ||
| fxNtomain | Gain of the Nth effect bus into the output. | float | 0 | 0 to 100 | SFZ v2 | |
| fxNtomix | Gain of the Nth effect bus into the Mix node. | float | 0 | 0 to 100 | SFZ v2 | |
| gate_onccN | Gate manual control. | N/A | N/A | SFZ v2 | ||
| gate_attack | N/A | N/A | SFZ v2 | |||
| gate_release | N/A | N/A | SFZ v2 | |||
| gate_stlink | string | N/A | SFZ v2 | |||
| gate_threshold | N/A | N/A | SFZ v2 | |||
| internal | Cakewalk internal features switch. | string | off | SFZ v2 | ||
| param_offset | Adds a number to the parameter numbers of built-in or vendor-specific effects. | integer | N/A | ARIA | ||
| phaser_depth | N/A | 0 to 100 | SFZ v2 | |||
| phaser_depth_onccN | N/A | N/A | ||||
| phaser_feedback | N/A | 0 to 100 | SFZ v2 | |||
| phaser_feedback_onccN | N/A | N/A | ||||
| phaser_freq | float | N/A | SFZ v2 | |||
| phaser_freq_onccN | N/A | N/A | ||||
| phaser_phase_onccN | N/A | 0 to 100 | SFZ v2 | |||
| phaser_stages | N/A | N/A | SFZ v2 | |||
| phaser_waveform | LFO wave number. | N/A | N/A | SFZ v2 | ||
| phaser_wet | N/A | 0 to 100 | SFZ v2 | |||
| phaser_wet_onccN | N/A | N/A | ||||
| reverb_damp | N/A | 0 to 100 | SFZ v2 | |||
| reverb_damp_onccN | N/A | N/A | ||||
| reverb_dry | N/A | 0 to 100 | SFZ v2 | |||
| reverb_dry_onccN | N/A | N/A | ||||
| reverb_input | N/A | 0 to 100 | SFZ v2 | |||
| reverb_input_onccN | N/A | N/A | ||||
| reverb_predelay | float | N/A | SFZ v2 | |||
| reverb_predelay_onccN | N/A | N/A | ||||
| reverb_size | N/A | 0 to 100 | SFZ v2 | |||
| reverb_size_onccN | N/A | N/A | ||||
| reverb_tone | N/A | 0 to 100 | SFZ v2 | |||
| reverb_tone_onccN | N/A | N/A | ||||
| reverb_type | string | N/A | SFZ v2 | |||
| reverb_wet | N/A | 0 to 100 | SFZ v2 | |||
| reverb_wet_onccN | N/A | N/A | ||||
| static_cyclic_level | N/A | 0 to 100 | SFZ v2 | |||
| static_cyclic_time | float | N/A | SFZ v2 | |||
| static_filter | Name of filter type. | string | N/A | SFZ v2 | ||
| static_level | N/A | 0 to 100 | SFZ v2 | |||
| static_level_onccN | N/A | N/A | ||||
| static_random_level | N/A | 0 to 100 | SFZ v2 | |||
| static_random_maxtime | float | N/A | SFZ v2 | |||
| static_random_mintime | float | N/A | SFZ v2 | |||
| static_stereo | N/A | N/A | SFZ v2 | |||
| static_tone | N/A | 0 to 100 | SFZ v2 | |||
| strings_number | Number of synthesized resonant strings. | N/A | N/A | SFZ v2 | ||
| strings_wet_onccN | N/A | 0 to 100 | SFZ v2 | |||
| tdfir_dry | N/A | 0 to 100 | SFZ v2 | |||
| tdfir_dry_onccN | N/A | N/A | ||||
| tdfir_gain | N/A | 0 to 100 | SFZ v2 | |||
| tdfir_impulse | N/A | N/A | SFZ v2 | |||
| tdfir_wet | N/A | 0 to 100 | SFZ v2 | |||
| tdfir_wet_onccN | N/A | N/A | ||||
| type | Effect type or vendor-specific effect name. Varies across SFZ players. | string | N/A | SFZ v2 | ||
| vendor_specific | Defines vendor-specific effects, for example Garritan-specific stage depth effect in ARIA. | string | N/A | ARIA | ||
| load_mode | integer | N/A | 0 to 1 | SFZ v2 | ||
| load_start | integer | N/A | SFZ v2 | |||
| load_end | integer | N/A | SFZ v2 | |||
| sample_quality | Sample playback quality settings. | integer | N/A | 1 to 10 | SFZ v2 | |
| image | Sets the background image of the instrument. | string | N/A | SFZ v2 | ||
| oscillator | string | N/A | SFZ v2 | |||
| oscillator_detune | N/A | N/A | SFZ v2 | |||
| oscillator_detune_onccN | N/A | N/A | ||||
| oscillator_mode | The modulation type. | integer | 0 | 0 to 2 | SFZ v2 | |
| oscillator_mod_depth | N/A | N/A | SFZ v2 | |||
| oscillator_mod_depth_onccN | N/A | N/A | ||||
| oscillator_mod_smoothccN | N/A | N/A | ||||
| oscillator_multi | Configure a region to use more than one oscillator. | integer | 1 | 1 to 9 | SFZ v2 | |
| oscillator_phase | Oscillator phase. Negative values for random phase. | float | N/A | -1 to 360 | SFZ v2 | |
| oscillator_quality | integer | N/A | 0 to 3 | SFZ v2 | ||
| oscillator_table_size | N/A | N/A | SFZ v2 |