This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Initialize Port values
tags/v1.0.0
Andrew Belt
5 years ago
parent
f40d3343fb
commit
de410e64b0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/engine/Port.hpp
+ 1
- 1
include/engine/Port.hpp
View File
@@ -13,7 +13,7 @@ struct Port {
/** Voltage of the port */
union {
float value;
float values[PORT_MAX_CHANNELS];
float values[PORT_MAX_CHANNELS]
= {}
;
};
/** Number of polyphonic channels */
int numChannels = 1;
Write
Preview
Loading…
Cancel
Save