view examples/08-PureData/simple-fm/_main.pd @ 556:ce391098f321 prerelease tip

THIS PROJECT HAS MOVED TO https://github.com/BelaPlatform/bela
author Giulio Moro <giuliomoro@yahoo.it>
date Sat, 25 Jun 2016 20:21:00 +0100
parents ddb86944e138
children
line wrap: on
line source
#N canvas 1487 943 648 549 10;
#X obj 36 162 *~ 1000;
#X obj 36 139 adc~ 3;
#X obj 154 162 adc~ 4;
#X obj 293 162 adc~ 5;
#X text 33 22 Simple FM;
#X text 33 32 =========;
#X obj 36 431 +~;
#X obj 109 373 osc~;
#X obj 109 414 *~;
#X obj 109 333 *~;
#X obj 174 355 *~;
#X obj 36 457 osc~;
#X obj 36 513 dac~ 1 2;
#X obj 36 482 *~ 0.1;
#X obj 36 267 receive~ frequency;
#X obj 124 296 receive~ harmonicRatio;
#X obj 189 326 receive~ modulationIndex;
#X obj 36 184 send~ frequency;
#X obj 154 184 send~ harmonicRatio;
#X obj 293 184 send~ modulationIndex;
#X text 33 55 Simple frequency modulation synthesis. Use the first
three;
#X text 33 69 analog inputs to change frequency \, harmonic ratio and
;
#X text 33 83 modulation index.;
#X text 445 15 ............................;
#X text 445 25 . ____ ._____ _ .......___ .;
#X text 445 35 .| __ )| ____| |....../ _ |.;
#X text 445 55 .| |_) | |___| |___ / ___ |.;
#X text 445 65 .|____/|_____|_____/_/..._|.io;
#X text 445 75 ............................;
#X text 445 45 .| __ || __|.| |...../ _| |.;
#X connect 0 0 17 0;
#X connect 1 0 0 0;
#X connect 2 0 18 0;
#X connect 3 0 19 0;
#X connect 6 0 11 0;
#X connect 7 0 8 0;
#X connect 8 0 6 1;
#X connect 9 0 10 0;
#X connect 9 0 7 0;
#X connect 10 0 8 1;
#X connect 11 0 13 0;
#X connect 13 0 12 1;
#X connect 13 0 12 0;
#X connect 14 0 9 0;
#X connect 14 0 6 0;
#X connect 15 0 9 1;
#X connect 16 0 10 1;