Mercurial > audlegacy
diff Plugins/Input/amidi-plug/i_seq.h @ 737:8efa4b799c19 trunk
[svn] Added a get_volume plugin function, to ensure that the player volume is properly updated when the player is remotely controlled
author | giacomo |
---|---|
date | Mon, 27 Feb 2006 16:52:02 -0800 |
parents | 60c744f652f4 |
children |
line wrap: on
line diff
--- a/Plugins/Input/amidi-plug/i_seq.h Mon Feb 27 16:51:14 2006 -0800 +++ b/Plugins/Input/amidi-plug/i_seq.h Mon Feb 27 16:52:02 2006 -0800 @@ -49,6 +49,7 @@ gint i_seq_queue_create( void ); gint i_seq_queue_free( void ); gint i_seq_queue_set_tempo( gint , gint ); +gint i_seq_mixer_get_volume( gint * , gint * , gchar * , gchar * , gint ); gint i_seq_mixer_set_volume( gint , gint , gchar * , gchar * , gint ); gint i_seq_port_wparse( gchar * ); GSList * i_seq_port_get_list( void );