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
Cleanup
pull/6/head
falkTX
10 years ago
parent
4e067e7ae3
commit
07e83e14cf
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
distrho/src/DistrhoPluginLV2.cpp
+ 0
- 2
distrho/src/DistrhoPluginLV2.cpp
View File
@@ -839,7 +839,6 @@ private:
struct Lv2PositionData {
int64_t bar;
float barBeat;
double beat;
uint32_t beatUnit;
float beatsPerBar;
float beatsPerMinute;
@@ -850,7 +849,6 @@ private:
Lv2PositionData()
: bar(-1),
barBeat(-1.0f),
beat(-1.0),
beatUnit(0),
beatsPerBar(0.0f),
beatsPerMinute(0.0f),
Write
Preview
Loading…
Cancel
Save