Browse Source

Misc

gh-pages
falkTX 11 years ago
parent
commit
e03cea028e
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      distrho/DistrhoUI.hpp

+ 7
- 7
distrho/DistrhoUI.hpp View File

@@ -51,6 +51,13 @@ public:


void d_uiResize(uint width, uint height); void d_uiResize(uint width, uint height);


#if DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
// -------------------------------------------------------------------
// Direct DSP access - DO NOT USE THIS UNLESS STRICTLY NECESSARY!!

void* d_getPluginInstancePointer() const noexcept;
#endif

protected: protected:
// ------------------------------------------------------------------- // -------------------------------------------------------------------
// Basic Information // Basic Information
@@ -75,13 +82,6 @@ protected:


virtual void d_uiIdle() {} virtual void d_uiIdle() {}


#if DISTRHO_PLUGIN_WANT_DIRECT_ACCESS
// -------------------------------------------------------------------
// Direct DSP access - DO NOT USE THIS UNLESS STRICTLY NECESSARY!!

void* d_getPluginInstancePointer() const noexcept;
#endif

// ------------------------------------------------------------------- // -------------------------------------------------------------------


private: private:


Loading…
Cancel
Save