StoneyVCV v2
StoneyDSP Modules for VCV Rack 2.
Loading...
Searching...
No Matches
plugin.hpp File Reference

StoneyDSP Modules for VCV Rack 2. More...

#include <StoneyVCV/version.hpp>
#include <rack.hpp>
#include <StoneyDSP/Core.hpp>
Include dependency graph for plugin.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  StoneyDSP::StoneyVCV::Spec
 The Spec struct. More...
 

Namespaces

namespace  StoneyDSP
 
namespace  StoneyDSP::StoneyVCV
 The StoneyVCV namespace.
 
namespace  StoneyDSP::StoneyVCV::Plugin
 The Plugin namespace.
 
namespace  StoneyDSP::StoneyVCV::LFO
 
namespace  StoneyDSP::StoneyVCV::Panels
 

Macros

#define STONEYVCV_PLUGIN_HPP_INCLUDED   1
 
#define DBG(msg)   ::StoneyDSP::ignoreUnused(msg)
 

Functions

void StoneyDSP::StoneyVCV::Panels::addScrewsToWidget (::rack::widget::Widget *widget)
 

Variables

extern::rack::plugin::Plugin * StoneyDSP::StoneyVCV::Plugin::pluginInstance
 Declare the Plugin instance, defined in plugin.cpp
 
extern::rack::plugin::Model * StoneyDSP::StoneyVCV::LFO::modelLFO
 Declaration of the LFO Model instance, defined in LFO.cpp.
 
extern::NVGcolor StoneyDSP::StoneyVCV::Panels::bgBlack
 
extern::NVGcolor StoneyDSP::StoneyVCV::Panels::bgWhite
 
extern::NVGcolor StoneyDSP::StoneyVCV::Panels::borderColor
 
extern::NVGcolor StoneyDSP::StoneyVCV::Panels::bgGradientBlackS0
 
extern::NVGcolor StoneyDSP::StoneyVCV::Panels::bgGradientBlackS1
 
extern::NVGcolor StoneyDSP::StoneyVCV::Panels::bgGradientWhiteS0
 
extern::NVGcolor StoneyDSP::StoneyVCV::Panels::bgGradientWhiteS1
 
extern::StoneyDSP::float_t StoneyDSP::StoneyVCV::Panels::MIN_WIDTH
 
extern::StoneyDSP::float_t StoneyDSP::StoneyVCV::Panels::MIN_HEIGHT
 

Detailed Description

StoneyDSP Modules for VCV Rack 2.

Author
Nathan J. Hood natha.nosp@m.njho.nosp@m.od@go.nosp@m.ogle.nosp@m.mail..nosp@m.com
Version
2.0.1001

Copyright (c) 2024 Nathan J. Hood natha.nosp@m.njho.nosp@m.od@go.nosp@m.ogle.nosp@m.mail..nosp@m.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Macro Definition Documentation

◆ STONEYVCV_PLUGIN_HPP_INCLUDED

#define STONEYVCV_PLUGIN_HPP_INCLUDED   1

◆ DBG

#define DBG (   msg)    ::StoneyDSP::ignoreUnused(msg)