reVeno/Source/Veno/GUI/GUIParts/Sidebar/SidebarMixer.cpp
Maurice Grönwoldt 3fda15966c - fixed font loading
- changed to RMS
- added decibel Scales
- fixed logo loading
- changed blood theme
- added some look and feel
2020-06-29 22:47:45 +02:00

11 lines
163 B
C++

//
// Created by versustune on 13.06.20.
//
#include "SidebarMixer.h"
SidebarMixer::SidebarMixer (const std::string& processId) : BaseComponent (processId)
{
}