Serait il possible de regler le volume avec ça :
// BASS_ChannelIsSliding return flags BASS_SLIDE_FREQ = 1; BASS_SLIDE_VOL = 2; BASS_SLIDE_PAN = 4; BASS_CONFIG_CURVE_VOL = 7; BASS_MUSIC_ATTRIB_VOL_GLOBAL = 5; BASS_MUSIC_ATTRIB_VOL_CHAN = $100; // + channel # BASS_MUSIC_ATTRIB_VOL_INST = $200; // + instrument # function BASS_SetVolume(volume: DWORD): BOOL; stdcall; external bassdll; function BASS_GetVolume: Integer; stdcall; external bassdll;
merci de repondre
Vous allez répondre sur un sujet resté inactif pendant plus de 6 mois. Assurez-vous d'apporter des éléments nouveaux à la discussion avant de poursuivre.