mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-05-24 23:00:21 -04:00
16 lines
503 B
C
16 lines
503 B
C
/*
|
|
==============================================================================
|
|
|
|
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;
|