mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Added code
This commit is contained in:
21
Source/Voices.h
Normal file
21
Source/Voices.h
Normal file
@ -0,0 +1,21 @@
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
Voices.h
|
||||
Created: 22 May 2019 7:05:29pm
|
||||
Author: 除村 武志
|
||||
|
||||
==============================================================================
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../JuceLibraryCode/JuceHeader.h"
|
||||
#include "Settings.h"
|
||||
|
||||
enum EnvelopePhase
|
||||
{
|
||||
kEnvelopePhaseA,
|
||||
kEnvelopePhaseD,
|
||||
kEnvelopePhaseS,
|
||||
kEnvelopePhaseR
|
||||
};
|
Reference in New Issue
Block a user