This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Fundamental
mirror of
https://github.com/VCVRack/Fundamental.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
28
Wiki
Activity
Browse Source
Update to Rack v1 API
tags/v1.0.1
Andrew Belt
6 years ago
parent
3709d04b71
commit
09fefa75eb
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Merge.cpp
+1
-1
src/Unity.cpp
+ 1
- 1
src/Merge.cpp
View File
@@ -70,7 +70,7 @@ struct Merge : Module {
struct MergeChannelItem : MenuItem {
Merge *module;
int channels;
void onAction(const
event::
Action &e) override {
void onAction(const Action
Event
&e) override {
module->channels = channels;
}
};
+ 1
- 1
src/Unity.cpp
View File
@@ -100,7 +100,7 @@ struct Unity : Module {
struct UnityMergeItem : MenuItem {
Unity *unity;
void onAction(const
event::
Action &e) override {
void onAction(const Action
Event
&e) override {
unity->merge ^= true;
}
void step() override {
Write
Preview
Loading…
Cancel
Save