yet another api rework, removal of integer types in public api, optionals at the end, some cleaning
This commit is contained in:
@ -191,7 +191,7 @@ void audio_play(const char *path,
|
||||
}
|
||||
|
||||
|
||||
TWN_API void audio_set_parameter(const char *channel, const char *param, float value) {
|
||||
TWN_API void audio_parameter(const char *channel, const char *param, float value) {
|
||||
AudioChannelItem *pair = shgetp_null(ctx.audio_channels, channel);
|
||||
if (!pair) {
|
||||
log_warn("No channel by the name of %s to set a parameter for", channel);
|
||||
|
Reference in New Issue
Block a user