3fda15966c
- changed to RMS - added decibel Scales - fixed logo loading - changed blood theme - added some look and feel
11 lines
163 B
C++
11 lines
163 B
C++
//
|
|
// Created by versustune on 13.06.20.
|
|
//
|
|
|
|
#include "SidebarMixer.h"
|
|
|
|
SidebarMixer::SidebarMixer (const std::string& processId) : BaseComponent (processId)
|
|
{
|
|
|
|
}
|