mirror of
https://codeberg.org/armin/trommelkiste.git
synced 2026-09-01 20:30:46 +02:00
Fix layout issues, replace screenshot
This commit is contained in:
parent
2cded52eef
commit
c774d521c8
4 changed files with 54 additions and 40 deletions
|
|
@ -52,6 +52,7 @@ public:
|
|||
|
||||
Track tracks[NUM_TRACKS];
|
||||
std::atomic<bool> trackActive[NUM_TRACKS] = {};
|
||||
std::atomic<float> outputLevel { 0.0f };
|
||||
juce::AudioProcessorValueTreeState apvts;
|
||||
|
||||
// Sample library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue