Home
last modified time | relevance | path

Searched refs:dspPtr (Results 1 – 25 of 44) sorted by relevance

12

/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/resources/patch/
H A DDPF-bypass.patch82 d_lastUiDspPtr = dspPtr;
97 -UI* createUiWrapper(void* const dspPtr, Window* const window)
100 d_lastUiDspPtr = dspPtr;
116 - fUI(createUiWrapper(dspPtr, this)),
117 + fUI(createUiWrapper(dspPtr, this, hasInvertedBypass)),
124 void* const dspPtr = nullptr,
129 - : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)),
130 + : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath, hasInvertedBypass)),
133 - glWindow(glApp, winId, scaleFactor, dspPtr),
134 + glWindow(glApp, winId, scaleFactor, dspPtr, hasInvertedBypass),
[all …]
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/glBars/
H A DDistrhoUIGLBars.cpp33 if (DistrhoPluginGLBars* const dspPtr = (DistrhoPluginGLBars*)getPluginInstancePointer()) in ~DistrhoUIGLBars() local
35 const MutexLocker csm(dspPtr->fMutex); in ~DistrhoUIGLBars()
36 dspPtr->fState = nullptr; in ~DistrhoUIGLBars()
76 if (DistrhoPluginGLBars* const dspPtr = (DistrhoPluginGLBars*)getPluginInstancePointer()) in uiIdle() local
78 if (dspPtr->fState != nullptr) in uiIdle()
81 const MutexLocker csm(dspPtr->fMutex); in uiIdle()
82 dspPtr->fState = &fState; in uiIdle()
/dports/audio/carla/Carla-2.4.1/source/modules/distrho/src/
H A DDistrhoUIInternal.hpp60 void* dspPtr; member
75 dspPtr(d_lastUiDspPtr), in PrivateData()
139 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
141 d_lastUiDspPtr = dspPtr; in createUiWrapper()
152 UIExporterWindow(Application& app, const intptr_t winId, void* const dspPtr) in UIExporterWindow() argument
154 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
205 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const char* const bundlePath) in createUiWrapper() argument
207 d_lastUiDspPtr = dspPtr; in createUiWrapper()
231 void* const dspPtr = nullptr, in UIExporter() argument
235 glWindow(glApp, winId, dspPtr), in UIExporter()
[all …]
H A DDistrhoUI.cpp98 return pData->dspPtr; in getPluginInstancePointer()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/distrho/src/
H A DDistrhoUIInternal.hpp60 void* dspPtr; member
75 dspPtr(d_lastUiDspPtr), in PrivateData()
139 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
141 d_lastUiDspPtr = dspPtr; in createUiWrapper()
152 UIExporterWindow(Application& app, const intptr_t winId, void* const dspPtr) in UIExporterWindow() argument
154 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
205 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const char* const bundlePath) in createUiWrapper() argument
207 d_lastUiDspPtr = dspPtr; in createUiWrapper()
231 void* const dspPtr = nullptr, in UIExporter() argument
235 glWindow(glApp, winId, dspPtr), in UIExporter()
[all …]
H A DDistrhoUI.cpp98 return pData->dspPtr;
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/distrho/src/
H A DDistrhoUIInternal.hpp63 void* dspPtr; member
84 dspPtr(d_lastUiDspPtr), in PrivateData()
152 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const char* const bundlePath) in createUiWrapper() argument
154 d_lastUiDspPtr = dspPtr; in createUiWrapper()
165 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
167 d_lastUiDspPtr = dspPtr; in createUiWrapper()
178 UIExporterWindow(Application& app, const intptr_t winId, void* const dspPtr) in UIExporterWindow() argument
180 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
257 void* const dspPtr = nullptr, in UIExporter() argument
260 : fUI(createUiWrapper(dspPtr, winId, bundlePath)), in UIExporter()
[all …]
H A DDistrhoUI.cpp112 return pData->dspPtr; in getPluginInstancePointer()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/ProM/
H A DDistrhoUIProM.cpp56 if (DistrhoPluginProM* const dspPtr = (DistrhoPluginProM*)getPluginInstancePointer()) in ~DistrhoUIProM() local
58 const MutexLocker csm(dspPtr->fMutex); in ~DistrhoUIProM()
59 dspPtr->fPM = nullptr; in ~DistrhoUIProM()
80 if (DistrhoPluginProM* const dspPtr = (DistrhoPluginProM*)getPluginInstancePointer()) in uiIdle() local
82 if (dspPtr->fPM != nullptr) in uiIdle()
85 const MutexLocker csm(dspPtr->fMutex); in uiIdle()
86 dspPtr->fPM = fPM; in uiIdle()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/distrho/src/
H A DDistrhoUIInternal.hpp65 void* dspPtr; member
86 dspPtr(d_lastUiDspPtr), in PrivateData()
154 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char… in createUiWrapper() argument
156 d_lastUiDspPtr = dspPtr; in createUiWrapper()
169 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
171 d_lastUiDspPtr = dspPtr; in createUiWrapper()
182 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr) in UIExporterWindow() argument
184 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
262 void* const dspPtr = nullptr, in UIExporter() argument
265 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)), in UIExporter()
[all …]
H A DDistrhoUI.cpp119 return pData->dspPtr; in getPluginInstancePointer()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/distrho/src/
H A DDistrhoUIInternal.hpp65 void* dspPtr; member
86 dspPtr(d_lastUiDspPtr), in PrivateData()
154 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char… in createUiWrapper() argument
156 d_lastUiDspPtr = dspPtr; in createUiWrapper()
169 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
171 d_lastUiDspPtr = dspPtr; in createUiWrapper()
182 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr) in UIExporterWindow() argument
184 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
262 void* const dspPtr = nullptr, in UIExporter() argument
265 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)), in UIExporter()
[all …]
H A DDistrhoUI.cpp119 return pData->dspPtr; in getPluginInstancePointer()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/distrho/src/
H A DDistrhoUIInternal.hpp65 void* dspPtr; member
86 dspPtr(d_lastUiDspPtr), in PrivateData()
154 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char… in createUiWrapper() argument
156 d_lastUiDspPtr = dspPtr; in createUiWrapper()
169 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
171 d_lastUiDspPtr = dspPtr; in createUiWrapper()
182 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr) in UIExporterWindow() argument
184 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
262 void* const dspPtr = nullptr, in UIExporter() argument
265 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)), in UIExporter()
[all …]
H A DDistrhoUI.cpp119 return pData->dspPtr; in getPluginInstancePointer()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/distrho/src/
H A DDistrhoUIInternal.hpp66 void* dspPtr;
88 dspPtr(d_lastUiDspPtr),
167 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char…
169 d_lastUiDspPtr = dspPtr;
182 UI* createUiWrapper(void* const dspPtr, Window* const window)
184 d_lastUiDspPtr = dspPtr;
195 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr)
197 fUI(createUiWrapper(dspPtr, this)),
276 void* const dspPtr = nullptr,
279 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)),
[all …]
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/distrho/src/
H A DDistrhoUIInternal.hpp65 void* dspPtr; member
86 dspPtr(d_lastUiDspPtr), in PrivateData()
154 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char… in createUiWrapper() argument
156 d_lastUiDspPtr = dspPtr; in createUiWrapper()
169 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
171 d_lastUiDspPtr = dspPtr; in createUiWrapper()
182 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr) in UIExporterWindow() argument
184 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
262 void* const dspPtr = nullptr, in UIExporter() argument
265 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)), in UIExporter()
[all …]
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/distrho/src/
H A DDistrhoUIInternal.hpp66 void* dspPtr; member
90 dspPtr(d_lastUiDspPtr), in PrivateData()
171 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char… in createUiWrapper() argument
173 d_lastUiDspPtr = dspPtr; in createUiWrapper()
186 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
188 d_lastUiDspPtr = dspPtr; in createUiWrapper()
199 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr) in UIExporterWindow() argument
201 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
280 void* const dspPtr = nullptr, in UIExporter() argument
285 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)), in UIExporter()
[all …]
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/distrho/src/
H A DDistrhoUIInternal.hpp66 void* dspPtr; member
90 dspPtr(d_lastUiDspPtr), in PrivateData()
171 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char… in createUiWrapper() argument
173 d_lastUiDspPtr = dspPtr; in createUiWrapper()
186 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
188 d_lastUiDspPtr = dspPtr; in createUiWrapper()
199 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr) in UIExporterWindow() argument
201 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
280 void* const dspPtr = nullptr, in UIExporter() argument
285 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)), in UIExporter()
[all …]
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/dpf/distrho/src/
H A DDistrhoUIInternal.hpp66 void* dspPtr; member
90 dspPtr(d_lastUiDspPtr), in PrivateData()
171 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char… in createUiWrapper() argument
173 d_lastUiDspPtr = dspPtr; in createUiWrapper()
186 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
188 d_lastUiDspPtr = dspPtr; in createUiWrapper()
199 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr) in UIExporterWindow() argument
201 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
280 void* const dspPtr = nullptr, in UIExporter() argument
285 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)), in UIExporter()
[all …]
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/distrho/src/
H A DDistrhoUI.cpp43 UI* createUiWrapper(void* const dspPtr, const uintptr_t winId, const double scaleFactor, const char… in createUiWrapper() argument
45 d_lastUiDspPtr = dspPtr; in createUiWrapper()
57 UI* createUiWrapper(void* const dspPtr, Window* const window) in createUiWrapper() argument
59 d_lastUiDspPtr = dspPtr; in createUiWrapper()
145 return uiData->dspPtr; in getPluginInstancePointer()
H A DDistrhoUIInternal.hpp51 UI* createUiWrapper(void* dspPtr, uintptr_t winId, double scaleFactor, const char* bundlePath);
53 UI* createUiWrapper(void* dspPtr, Window* window);
63 …xporterWindow(Application& app, const intptr_t winId, const double scaleFactor, void* const dspPtr) in UIExporterWindow() argument
65 fUI(createUiWrapper(dspPtr, this)), in UIExporterWindow()
139 void* const dspPtr = nullptr, in UIExporter() argument
144 : fUI(createUiWrapper(dspPtr, winId, scaleFactor, bundlePath)), in UIExporter()
147 glWindow(glApp, winId, scaleFactor, dspPtr), in UIExporter()
H A DDistrhoUIPrivateData.hpp48 void* dspPtr; member
72 dspPtr(d_lastUiDspPtr), in PrivateData()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/src/
H A DDistrhoUIInternal.hpp57 void* const dspPtr = nullptr, in UIExporter() argument
65 uiData->dspPtr = dspPtr; in UIExporter()
H A DDistrhoUIPrivateData.hpp273 void* dspPtr; member
298 dspPtr(nullptr), in PrivateData()

12