diff --git a/libctru/include/3ds/ndsp/channel.h b/libctru/include/3ds/ndsp/channel.h index d3c81b4..764c32a 100644 --- a/libctru/include/3ds/ndsp/channel.h +++ b/libctru/include/3ds/ndsp/channel.h @@ -134,6 +134,13 @@ void ndspChnSetRate(int id, float rate); */ void ndspChnSetMix(int id, float mix[12]); +/** + * @brief Gets the mix parameters (volumes) of a channel. + * @param id ID of the channel (0..23) + * @return The mix parameters. + */ +float* ndspChnGetMix(int id); + /** * @brief Sets the DSPADPCM coefficients of a channel. * @param id ID of the channel (0..23).