clmpr
or
sign up
tags
:
synthesis
Praat: doing Phonetics by Computer
voice
processing
audio
analysis
synthesis
#
4113 days ago
quilime
arnold tongues - Google Search
math music, via http://www.chromeexperiments.com/detail/the-rational-keyboard/
music
math
synthesis
#
4277 days ago
quilime
Ableton Forum • View topic - Operator : adjust oscillators frequency in semitone offsets
Operator : adjust oscillators frequency in semitone offsets
Code:
my $m = 2**(1/12);
foreach my $s (0..12) {
print int(0.5+1000*$m**$s-1000), "\n";
}
which gives
0
59
122
189
260
335
414
498
587
682
782
888
1000
ableton
sound
audio
synthesis
operator
#
4317 days ago
quilime