This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
radio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Broken
master
Pete Shadbolt
2 years ago
parent
4fd6b889aa
commit
beb2a18fcd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
audio.scd
+ 1
- 0
audio.scd
View File
@@ -75,6 +75,7 @@ s.waitForBoot {
modules[msg[1]].set(\hue, msg[2]);
modules[msg[1]].set(\saturation, msg[3]);
modules[msg[1]].set(\value, msg[4]);
modules[msg[1]].set(\note, Scale.major.degreeToFreq((msg[2]*12).floor, 48.midicps, octave));
}
}
};
Write
Preview
Loading…
Cancel
Save