mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Added code
This commit is contained in:
15
Source/Defs.h
Normal file
15
Source/Defs.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
==============================================================================
|
||||
|
||||
Defs.h
|
||||
Created: 13 Jul 2019 11:03:52pm
|
||||
Author: 除村 武志
|
||||
|
||||
==============================================================================
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef AudioProcessorValueTreeState::SliderAttachment SliderAttachment;
|
||||
typedef AudioProcessorValueTreeState::ButtonAttachment ButtonAttachment;
|
||||
typedef juce::AudioProcessorValueTreeState::ComboBoxAttachment ComboBoxAttachment;
|
Reference in New Issue
Block a user