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
43
Wiki
Activity
Browse Source
Do not force Port alignment to 32 bytes.
tags/v2.0.0
Andrew Belt
4 years ago
parent
7908dd8b9f
commit
624dcec8fd
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
@@ -11,7 +11,7 @@ namespace engine {
static const int PORT_MAX_CHANNELS = 16;
struct
alignas(32)
Port {
struct Port {
/** Voltage of the port. */
union {
/** Unstable API. Use getVoltage() and setVoltage() instead. */
Write
Preview
Loading…
Cancel
Save