MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / NeuralNoteEditor

Method NeuralNoteEditor

NeuralNote/PluginSources/PluginEditor.cpp:4–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "PluginEditor.h"
3
4NeuralNoteEditor::NeuralNoteEditor(NeuralNoteAudioProcessor& p)
5 : AudioProcessorEditor(&p)
6{
7 mMainView = std::make_unique<NeuralNoteMainView>(p);
8
9 addAndMakeVisible(*mMainView);
10 setSize(1000, 640);
11
12 getLookAndFeel().setDefaultSansSerifTypeface(UIDefines::MONTSERRAT_REGULAR());
13
14 mMainView->setLookAndFeel(&mNeuralNoteLnF);
15}
16
17NeuralNoteEditor::~NeuralNoteEditor()
18{

Callers

nothing calls this directly

Calls 1

MONTSERRAT_REGULARFunction · 0.85

Tested by

no test coverage detected