- reformat to JUCE-Guidelines
- added Matrix => half working ;)
This commit is contained in:
parent
26a2935e1c
commit
ac22ea5e75
58 changed files with 1220 additions and 799 deletions
5
Source/Veno/GUI/GUIParts/Sidebar/Sidebar.cpp
Normal file
5
Source/Veno/GUI/GUIParts/Sidebar/Sidebar.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
//
|
||||
// Created by versustune on 13.06.20.
|
||||
//
|
||||
|
||||
#include "Sidebar.h"
|
||||
19
Source/Veno/GUI/GUIParts/Sidebar/Sidebar.h
Normal file
19
Source/Veno/GUI/GUIParts/Sidebar/Sidebar.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
//
|
||||
// Created by versustune on 13.06.20.
|
||||
//
|
||||
|
||||
#ifndef VENO_SIDEBAR_H
|
||||
#define VENO_SIDEBAR_H
|
||||
|
||||
#include "JuceHeader.h"
|
||||
#include "../../Components/BaseComponent.h"
|
||||
|
||||
class Sidebar : public BaseComponent
|
||||
{
|
||||
private:
|
||||
public:
|
||||
Sidebar ();
|
||||
~Sidebar ();
|
||||
protected:
|
||||
};
|
||||
#endif //VENO_SIDEBAR_H
|
||||
5
Source/Veno/GUI/GUIParts/Sidebar/SidebarMixer.cpp
Normal file
5
Source/Veno/GUI/GUIParts/Sidebar/SidebarMixer.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
//
|
||||
// Created by versustune on 13.06.20.
|
||||
//
|
||||
|
||||
#include "SidebarMixer.h"
|
||||
11
Source/Veno/GUI/GUIParts/Sidebar/SidebarMixer.h
Normal file
11
Source/Veno/GUI/GUIParts/Sidebar/SidebarMixer.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
//
|
||||
// Created by versustune on 13.06.20.
|
||||
//
|
||||
|
||||
#ifndef VENO_SIDEBARMIXER_H
|
||||
#define VENO_SIDEBARMIXER_H
|
||||
class SidebarMixer
|
||||
{
|
||||
|
||||
};
|
||||
#endif //VENO_SIDEBARMIXER_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue