Home
last modified time | relevance | path

Searched refs:bIsMuted (Results 1 – 8 of 8) sorted by relevance

/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dchannel.h102 …angedMes ( const int iChanID, const bool bIsMuted ) { Protocol.CreateMuteStateHasChangedMes ( iCha… in CreateMuteStateHasChangedMes() argument
275 void MuteStateHasChanged ( int iChanID, bool bIsMuted );
276 void MuteStateHasChangedReceived ( int iChanID, bool bIsMuted );
H A Dserver.h130 …teStateHasChangedCh ( int iChanID, bool bIsMuted ) { CreateOtherMuteStateChanged ( slotId - 1, iCh… in OnMuteStateHasChangedCh() argument
141 …ateOtherMuteStateChanged ( const int iCurChanID, const int iOtherChanID, const bool bIsMuted ) = 0;
273 … CreateOtherMuteStateChanged ( const int iCurChanID, const int iOtherChanID, const bool bIsMuted );
H A Dclientdlg.h219 …ateHasChangedReceived ( int iChanID, bool bIsMuted ) { MainMixerBoard->SetRemoteFaderIsMute ( iCha… in OnMuteStateHasChangedReceived() argument
H A Dprotocol.h117 void CreateMuteStateHasChangedMes ( const int iChanID, const bool bIsMuted );
301 void MuteStateHasChangedReceived ( int iCurID, bool bIsMuted );
H A Dprotocol.cpp1091 void CProtocol::CreateMuteStateHasChangedMes ( const int iChanID, const bool bIsMuted ) in CreateMuteStateHasChangedMes() argument
1101 PutValOnStream ( vecData, iPos, static_cast<uint32_t> ( bIsMuted ), 1 ); in CreateMuteStateHasChangedMes()
1120 const bool bIsMuted = static_cast<bool> ( GetValFromStream ( vecData, iPos, 1 ) ); in EvaluateMuteStateHasChangedMes() local
1123 emit MuteStateHasChangedReceived ( iCurID, bIsMuted ); in EvaluateMuteStateHasChangedMes()
H A Dclient.h398 void MuteStateHasChangedReceived ( int iChanID, bool bIsMuted );
H A Dserver.cpp1462 …::CreateOtherMuteStateChanged ( const int iCurChanID, const int iOtherChanID, const bool bIsMuted ) in CreateOtherMuteStateChanged() argument
1467 vecChannels[iOtherChanID].CreateMuteStateHasChangedMes ( iCurChanID, bIsMuted ); in CreateOtherMuteStateChanged()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/basics/
H A Dsong.cpp684 bool bIsMuted = LocalFileMng::readXmlBool( instrumentNode, "isMuted", false ); // is muted in readSong() local
727 pInstrument->set_muted( bIsMuted ); in readSong()