Home
last modified time | relevance | path

Searched refs:channel_global_volume (Results 1 – 6 of 6) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_player_data.cpp122 control.channel[p_channel].channel_global_volume = CLAMP(p_volume, 0, 255); in set_channel_global_volume()
128 return control.channel[p_channel].channel_global_volume; in get_channel_global_volume()
H A Dcp_player_data_events.cpp139 int prev_gv = channel_global_volume; in reset()
156 channel_global_volume = prev_gv; in reset()
304 tmpvol *= (uint64_t)v.master_channel->channel_global_volume; in update_mixer()
H A Dcp_player_data.h246 int16_t channel_global_volume; member
379 channel_global_volume = 255; in Channel_Control()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_player_data.cpp122 control.channel[p_channel].channel_global_volume = CLAMP(p_volume, 0, 255); in set_channel_global_volume()
128 return control.channel[p_channel].channel_global_volume; in get_channel_global_volume()
H A Dcp_player_data_events.cpp139 int prev_gv = channel_global_volume; in reset()
156 channel_global_volume = prev_gv; in reset()
304 tmpvol *= (uint64_t)v.master_channel->channel_global_volume; in update_mixer()
H A Dcp_player_data.h246 int16_t channel_global_volume; member
379 channel_global_volume = 255; in Channel_Control()