FFmpeg
|
Data Fields | |
int | carrier |
int | beat |
int | vol |
enum sbg_synth_type | type |
struct { | |
int l | |
int r | |
} | ref |
int sbg_script_synth::carrier |
Definition at line 81 of file sbgdec.c.
Referenced by generate_interval(), generate_transition(), parse_synth_channel_bell(), parse_synth_channel_sine(), and parse_synth_channel_spin().
int sbg_script_synth::beat |
Definition at line 82 of file sbgdec.c.
Referenced by generate_interval(), generate_transition(), parse_synth_channel_sine(), and parse_synth_channel_spin().
int sbg_script_synth::vol |
Definition at line 83 of file sbgdec.c.
Referenced by generate_interval(), generate_transition(), parse_synth_channel_bell(), parse_synth_channel_mix(), parse_synth_channel_pink(), parse_synth_channel_sine(), and parse_synth_channel_spin().
enum sbg_synth_type sbg_script_synth::type |
Definition at line 84 of file sbgdec.c.
Referenced by generate_interval(), generate_transition(), parse_synth_channel_bell(), parse_synth_channel_mix(), parse_synth_channel_pink(), parse_synth_channel_sine(), and parse_synth_channel_spin().
int sbg_script_synth::l |
Definition at line 86 of file sbgdec.c.
Referenced by generate_interval(), and generate_intervals().
int sbg_script_synth::r |
Definition at line 86 of file sbgdec.c.
Referenced by generate_interval(), and generate_intervals().
struct { ... } sbg_script_synth::ref |
Referenced by generate_interval(), generate_intervals(), and generate_transition().