wip: session meter
This commit is contained in:
parent
6bda4702df
commit
dc8951776f
7 changed files with 30 additions and 5 deletions
|
|
@ -36,6 +36,10 @@ void SessionHandler::setName(std::wstring newName){
|
|||
session->setName(newName);
|
||||
}
|
||||
|
||||
float SessionHandler::getPeakVolume(){
|
||||
return session->getPeakVolume();
|
||||
}
|
||||
|
||||
bool SessionHandler::getMute(){
|
||||
return session->getMute();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue