This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix the cairo VST2 by setting the unique ID
pull/280/head
Jean Pierre Cimalando
4 years ago
parent
d73e35dd1a
commit
3788531034
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/CairoUI/CairoExamplePlugin.cpp
+ 2
- 2
examples/CairoUI/CairoExamplePlugin.cpp
View File
@@ -46,12 +46,12 @@ public:
uint32_t getVersion() const
{
return 0;
return
d_version(1,
0
, 0)
;
}
int64_t getUniqueId() const
{
return
0
;
return
d_cconst('d', 'C', 'a', 'i')
;
}
void initParameter(uint32_t index, Parameter& parameter)
Write
Preview
Loading…
Cancel
Save