mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
minor tweak to layout of vestige aeffectx.h
This commit is contained in:
parent
c3984f35ac
commit
1c01ac5bc8
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue