minor tweak to layout of vestige aeffectx.h
This commit is contained in:
parent
c3984f35ac
commit
1c01ac5bc8
@ -113,12 +113,11 @@
|
||||
#define kEffectMagic (CCONST( 'V', 's', 't', 'P' ))
|
||||
#define kVstLangEnglish 1
|
||||
#define kVstMidiType 1
|
||||
#define kVstTempoValid (1 << 10)
|
||||
#define kVstTransportPlaying (1 << 1)
|
||||
|
||||
|
||||
struct RemoteVstPlugin;
|
||||
|
||||
#define kVstTransportPlaying (1 << 1)
|
||||
|
||||
#define kVstNanosValid (1 << 8)
|
||||
#define kVstPpqPosValid (1 << 9)
|
||||
#define kVstTempoValid (1 << 10)
|
||||
|
Loading…
Reference in New Issue
Block a user