Oscilloscope 0.5.0
A simple oscilloscope VST
Loading...
Searching...
No Matches
InitVariables.h
Go to the documentation of this file.
1
15#pragma once
16
22static constexpr int EDITOR_INITIAL_WIDTH() { return 1400; };
23
29static constexpr int EDITOR_INITIAL_HEIGHT() { return 700; }
30
36static constexpr int EDITOR_INITIAL_RATE() { return 30; }
37
43static constexpr float GUI_EXPAND_ANIMATION_DURATION() { return 0.7; }
44
51static constexpr float GUI_CONTRACTED_MARGIN_MULTIPLIER() { return 12. / 13.; }
52
59static constexpr float GUI_EXPANDED_MARGIN_MULTIPLIER() { return 10.5 / 13.; }
60
66static constexpr float OSCILLOSCOPE_MAX_DECAY_TIME() { return 10.; }