Loading [MathJax]/extensions/tex2jax.js
VCV Rack API
v2
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
p
r
s
t
v
w
y
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
b
c
h
i
l
m
n
o
p
r
t
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
n
o
p
r
s
t
v
w
Functions
Macros
_
a
b
c
d
e
f
g
i
l
n
p
r
s
t
v
w
▼
VCV Rack API
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
include
►
app
►
dsp
▼
engine
►
Cable.hpp
►
Engine.hpp
►
Light.hpp
►
LightInfo.hpp
►
Module.hpp
►
Param.hpp
►
ParamHandle.hpp
►
ParamQuantity.hpp
►
Port.hpp
►
PortInfo.hpp
►
plugin
►
simd
►
ui
►
widget
►
window
arch.hpp
►
asset.hpp
►
audio.hpp
►
color.hpp
►
common.hpp
►
componentlibrary.hpp
►
context.hpp
►
gamepad.hpp
►
helpers.hpp
►
history.hpp
►
keyboard.hpp
►
library.hpp
►
logger.hpp
►
math.hpp
►
midi.hpp
►
midiloopback.hpp
►
mutex.hpp
►
network.hpp
►
patch.hpp
►
plugin.hpp
►
Quantity.hpp
►
rack.hpp
►
random.hpp
►
rtaudio.hpp
►
rtmidi.hpp
►
settings.hpp
►
string.hpp
►
system.hpp
►
tag.hpp
►
weakptr.hpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
Param.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <common.hpp>
3
#include <
math.hpp
>
4
5
6
namespace
rack
{
7
namespace
engine
{
8
9
10
struct
Param
{
12
float
value
= 0.f;
13
14
float
getValue
() {
15
return
value
;
16
}
14
float
getValue
() {
…
}
17
18
void
setValue
(
float
value
) {
19
this->value =
value
;
20
}
18
void
setValue
(
float
value
) {
…
}
21
};
10
struct
Param
{
…
};
22
23
24
}
// namespace engine
25
}
// namespace rack
math.hpp
rack::engine
High-performance classes handling modules and voltage signals between them.
Definition
asset.hpp:13
rack
Root namespace for the Rack API.
Definition
AudioDisplay.hpp:9
rack::engine::Param
Definition
Param.hpp:10
rack::engine::Param::value
float value
Unstable API.
Definition
Param.hpp:12
rack::engine::Param::setValue
void setValue(float value)
Definition
Param.hpp:18
rack::engine::Param::getValue
float getValue()
Definition
Param.hpp:14
include
engine
Param.hpp
Generated by
1.13.2