Skip to content

Commit

Permalink
Tooltip test
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Aug 30, 2016
1 parent ec46be1 commit 8049405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Synthesis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Synthesis::Synthesis(IPlugInstanceInfo instanceInfo)

// Attack knob:
ampAdsrKnobs[E_Att] = new IKnobMultiControl(this, 329, kOrangeRow, mAttack, &orangeKnobBitmap);
ampAdsrKnobs[E_Att]->SetTooltip("Amp Attach Envelope"); // Seems doesn't work. tested in savihost, fl studio and ableton live 9.
GetParam(mAttack)->InitDouble("Attack", 0.01, 0.01, 10.0, 0.001);
GetParam(mAttack)->SetShape(3);
pGraphics->AttachControl(ampAdsrKnobs[E_Att]);
Expand Down
4 changes: 2 additions & 2 deletions resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// 4 chars, single quotes. At least one capital letter
#define PLUG_UNIQUE_ID 'haBL'
// make sure this is not the same as BUNDLE_MFR
#define PLUG_MFR_ID 'Acme'
#define PLUG_MFR_ID 'BKT'

// ProTools stuff

Expand All @@ -33,7 +33,7 @@
const int PLUG_TYPE_IDS_AS[2] = {'EFA1', 'EFA2'}; // AudioSuite
#endif

#define PLUG_MFR_PT "BLumia\nBLumia\nAcme"
#define PLUG_MFR_PT "BLumia\nBLumia\nBearKidsTeam"
#define PLUG_NAME_PT "Pineapple Synth - Mini\nhaBL"
#define PLUG_TYPE_PT "Effect"
#define PLUG_DOES_AUDIOSUITE 1
Expand Down

0 comments on commit 8049405

Please sign in to comment.