mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
fixes, changes to gitignore
This commit is contained in:
parent
2ab046489f
commit
11d81cf1fd
17 changed files with 1160 additions and 16 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#include "Components/InputDeviceSelector.h"
|
||||
#include "Components/SampleEditor.h"
|
||||
#include "Components/FxChain.h"
|
||||
#include "Components/ModulationSection.h"
|
||||
#include "Components/Prompt.h"
|
||||
#include "Components/SampleNavigator.h"
|
||||
|
||||
|
|
@ -217,6 +218,7 @@ private:
|
|||
// Main components
|
||||
SampleEditor sampleEditor;
|
||||
SampleNavigator sampleNavigator; // Note that SampleNavigator manages ViewStart and ViewEnd
|
||||
ModulationSection modulationSection;
|
||||
FxChain fxChain;
|
||||
|
||||
juce::Label statusLabel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue