Browse Source

Update to latest DPF

pull/2/head
falkTX 9 years ago
parent
commit
b4cabb132e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dpf
  2. +1
    -1
      plugins/Info/ExampleUIInfo.cpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit f0561d522e3bf5e561ae4cfd74957fd26475509c
Subproject commit a02cdf7ace1bb95d6b6e5ad34a5363f3c5ffd931

+ 1
- 1
plugins/Info/ExampleUIInfo.cpp View File

@@ -32,7 +32,7 @@ public:
std::memset(fStrBuf, 0, sizeof(char)*(0xff+1));

fSampleRate = getSampleRate();
fFont = createFont("sans", "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf");
fFont = createFontFromFile("sans", "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf");
}

protected:


Loading…
Cancel
Save