1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380
|
#N canvas 82 83 935 383 10;
#X obj 28 118 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 144 118 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X obj 13 244 *~;
#X obj 51 244 *~;
#X obj 13 266 dac~;
#X obj 72 223 hsl 128 15 0 1 0 1 empty empty master_gain -2 -8 0 10
-262144 -1 -1 9000 1;
#X obj 274 233 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X msg 274 253 \; pd dsp \$1;
#X obj 13 69 r msg_to_pyo;
#X text 161 117 play;
#X obj 13 176 pyo~ 2;
#X text 66 178 argument sets the number of audio ins/outs (defaults
to 2).;
#N canvas 596 170 824 583 resonators_example 0;
#X obj 35 103 hsl 128 15 0.01 30 1 0 empty empty resonance -2 -8 0
10 -262144 -1 -1 11100 0;
#X floatatom 32 120 5 0 0 0 - - -;
#X obj 21 530 s msg_to_pyo;
#X obj 98 387 hsl 128 15 0 1 0 0 empty empty delay_time -2 -8 0 10
-262144 -1 -1 3100 0;
#X floatatom 95 403 5 0 0 0 - - -;
#X msg 95 418 value deltime \$1;
#X obj 111 454 hsl 128 15 0 1 0 0 empty empty delay_feedback -2 -8
0 10 -262144 -1 -1 10900 0;
#X floatatom 108 470 5 0 0 0 - - -;
#X msg 108 485 value delfeed \$1;
#X msg 32 136 value reson \$1;
#X obj 52 177 vsl 15 80 50 500 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 2600 0;
#X obj 71 177 vsl 15 80 50 500 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 3500 0;
#X obj 91 177 vsl 15 80 50 500 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 2000 0;
#X obj 110 177 vsl 15 80 50 500 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 5700 0;
#X obj 130 177 vsl 15 80 50 500 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 4800 0;
#X obj 149 177 vsl 15 80 50 500 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 6300 0;
#X obj 169 177 vsl 15 80 50 500 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 1400 0;
#X obj 189 177 vsl 15 80 50 500 0 0 empty empty empty 0 -9 0 10 -262144
-1 -1 700 0;
#X msg 52 306 value freqs \$1 \$2 \$3 \$4 \$5 \$6 \$7 \$8;
#X obj 52 264 bondo 8 ____________;
#X obj 52 285 pack f f f f f f f f;
#X msg 21 66 read examples/resonators.py;
#X msg 73 351 read -a examples/resonators_add_delays.py;
#X text 52 159 resonator frequencies;
#X text 20 30 load pyo processing file (audio signal must be given
in pyo~ inputs).;
#X text 168 103 adjust resonance in seconds;
#X text 214 209 play with resonator frequencies;
#X text 337 352 add a stereo delay taking resonator outputs as its
input;
#X text 234 387 adjust delay time;
#X text 246 453 adjust delay feedback;
#X connect 0 0 1 0;
#X connect 1 0 9 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 2 0;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 8 0 2 0;
#X connect 9 0 2 0;
#X connect 10 0 19 0;
#X connect 11 0 19 1;
#X connect 12 0 19 2;
#X connect 13 0 19 3;
#X connect 14 0 19 4;
#X connect 15 0 19 5;
#X connect 16 0 19 6;
#X connect 17 0 19 7;
#X connect 18 0 2 0;
#X connect 19 0 20 0;
#X connect 19 1 20 1;
#X connect 19 2 20 2;
#X connect 19 3 20 3;
#X connect 19 4 20 4;
#X connect 19 5 20 5;
#X connect 19 6 20 6;
#X connect 19 7 20 7;
#X connect 20 0 18 0;
#X connect 21 0 2 0;
#X connect 22 0 2 0;
#X restore 531 36 pd resonators_example;
#X msg 553 171 clear;
#X obj 531 199 s msg_to_pyo;
#X text 598 172 shutdown and reboot the server;
#N canvas 3 83 450 300 synthesis_example 0;
#N canvas 1 75 375 358 choose_sines 0;
#X obj 57 77 metro 125;
#X obj 78 109 hsl 128 15 0 36 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 4233 1;
#X obj 127 144 hsl 128 15 0 36 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 4233 1;
#X floatatom 75 125 5 0 0 0 - - -;
#X floatatom 124 160 5 0 0 0 - - -;
#X obj 124 209 +;
#X obj 124 179 t b f;
#X obj 75 144 t f f;
#X obj 57 240 int;
#X obj 124 232 int;
#X msg 57 288 call choose \$1 \$2;
#X obj 57 311 outlet;
#X obj 57 54 inlet;
#X obj 57 265 pack 24 24;
#X text 7 3 Choose a random midi pitch between x and x+y;
#X text 213 109 x;
#X text 263 142 y;
#X obj 224 42 loadbang;
#X msg 224 64 12;
#X obj 117 54 inlet speed;
#X connect 0 0 8 0;
#X connect 1 0 3 0;
#X connect 2 0 4 0;
#X connect 3 0 7 0;
#X connect 4 0 6 0;
#X connect 5 0 9 0;
#X connect 6 0 5 0;
#X connect 6 1 5 1;
#X connect 7 0 8 1;
#X connect 7 1 5 0;
#X connect 8 0 13 0;
#X connect 9 0 13 1;
#X connect 10 0 11 0;
#X connect 12 0 0 0;
#X connect 13 0 10 0;
#X connect 17 0 18 0;
#X connect 18 0 1 0;
#X connect 18 0 2 0;
#X connect 19 0 0 1;
#X restore 53 130 pd choose_sines;
#X obj 41 246 s msg_to_pyo;
#X obj 53 96 tgl 25 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1
;
#X obj 67 172 hsl 128 15 0 0.25 0 0 empty empty brightness -2 -8 0
10 -262144 -1 -1 8600 0;
#X floatatom 64 188 5 0 0 0 - - -;
#X msg 64 203 value feed \$1;
#X obj 158 75 hsl 128 15 50 500 0 0 empty empty metro_speed -2 -8 0
10 -262144 -1 -1 1800 1;
#X floatatom 155 93 5 0 0 0 - - -;
#X floatatom 222 186 5 0 0 0 - - -;
#X msg 222 216 set amp.fadeout \$1;
#X msg 281 184 set amp.dur \$1;
#X floatatom 281 165 5 0 0 0 - - -;
#X obj 222 132 * 0.001;
#X obj 221 111 - 20;
#X obj 222 165 - 0.005;
#X msg 41 33 read -a examples/random_waves.py;
#X text 54 80 GO!;
#X connect 0 0 1 0;
#X connect 2 0 0 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 1 0;
#X connect 6 0 7 0;
#X connect 7 0 0 1;
#X connect 7 0 13 0;
#X connect 8 0 9 0;
#X connect 9 0 1 0;
#X connect 10 0 1 0;
#X connect 11 0 10 0;
#X connect 12 0 11 0;
#X connect 12 0 14 0;
#X connect 13 0 12 0;
#X connect 14 0 8 0;
#X connect 15 0 1 0;
#X restore 531 60 pd synthesis_example;
#N canvas 2 85 629 295 loop_soundfile 0;
#X obj 43 42 openpanel;
#X obj 43 64 t a b;
#X obj 43 172 soundfiler;
#X obj 236 80 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 43 20 inlet open file;
#X obj 419 16 inlet start;
#X obj 236 52 sel 1;
#X obj 236 205 outlet~;
#X obj 366 163 spigot 1;
#X obj 43 128 pack s s s;
#X obj 76 86 symbol \$0-table_l;
#X obj 110 106 symbol \$0-table_r;
#X msg 43 150 read -resize \$1 \$2 \$3;
#X obj 44 200 table \$0-table_l;
#X obj 44 223 table \$0-table_r;
#X obj 442 206 outlet~;
#X obj 236 140 tabplay~ \$0-table_l;
#X obj 443 140 tabplay~ \$0-table_r;
#X connect 0 0 1 0;
#X connect 1 0 9 0;
#X connect 1 1 10 0;
#X connect 1 1 11 0;
#X connect 3 0 16 0;
#X connect 3 0 17 0;
#X connect 4 0 0 0;
#X connect 5 0 6 0;
#X connect 5 0 8 1;
#X connect 6 0 3 0;
#X connect 8 0 16 0;
#X connect 8 0 17 0;
#X connect 9 0 12 0;
#X connect 10 0 9 1;
#X connect 11 0 9 2;
#X connect 12 0 2 0;
#X connect 16 0 7 0;
#X connect 16 1 8 0;
#X connect 17 0 15 0;
#X restore 28 136 pd loop_soundfile;
#X text 44 118 load file;
#N canvas 302 92 532 224 conv_reverb_example 0;
#X obj 24 110 hsl 128 15 0 1 0 0 empty empty balance -2 -8 0 10 -262144
-1 -1 8400 0;
#X floatatom 21 127 5 0 0 0 - - -;
#X msg 21 143 value bal \$1;
#X obj -3 170 s msg_to_pyo;
#X msg -3 74 read examples/cvlverb.py;
#X text -5 38 load pyo processing file (audio signal must be given
in pyo~ inputs).;
#X text 162 110 balance between dry and wet signal;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 4 0 3 0;
#X restore 531 12 pd conv_reverb_example;
#X text 26 96 play a soundfile to send audio signals to pyo;
#N canvas 193 300 450 300 README 0;
#X text 14 33 Author : Olivier Belanger;
#X text 15 108 pyo website : http://ajaxsoundstudio.com/software/pyo/
;
#X text 15 10 pyo~ : Embedded pyo scripting inside puredata.;
#X text 15 135 pyo sources : https://github.com/belangeo/pyo;
#X text 15 163 For more details about how pyo can be embedded inside
an host program \, see m_pyo.h in the "embedded" folder of pyo sources.
;
#X text 14 57 Version : 1.0.0;
#X text 14 81 Last update : December 2018;
#X restore 406 237 pd README;
#N canvas 182 106 1046 508 MESSAGES 0;
#X text 20 53 read [-a] path/to/python/script;
#X text 37 74 The message "read" executes the commands contained in
the specified python script into the object's internal interpreter.
If the "-a" flag is given \, new commands will be added to previously
executed ones. Without the flag \, the server is shut down (this will
erase actual processing) before the execution of the script.;
#X text 18 164 value varname \$1 [\$2 \$3 ...];
#X text 19 250 set varname.attribute \$1 [\$2 \$3 ...];
#X text 19 379 call function [arg1 arg2 ...];
#X text 498 250 clear;
#X text 515 271 Shutdown and reboot pyo's server. This message will
erase the current processing loaded into the object.;
#X text 36 185 The messsage "value" sends value(s) to a pyo's Sig or
SigTo object (with variable name "varname"). Values can be pyo's variables
(already created in the loaded file) \, float or list (composed of
floats and/or pyo objects).;
#X text 36 399 The message "call" executes the function (or object's
method) with optional arguments. If the callable is a method \, the
syntax will looks like:;
#X text 35 439 call varname.method [arg1 arg2 ...];
#X text 36 351 set frequencies 100 200 300 400 500 600;
#X text 499 56 create varname object [\$1 \$2 ...];
#X text 513 75 The message "create" creates a new python object of
the class "object" \, stored in variable "varname" \, with optional
initialization arguments. Arguments can be of the form freq=500 or
mul=0.3 \, without spaces. Named arguments can't be followed by unamed
arguments.;
#X text 36 272 The messsage "set" sends value(s) to an attribute of
any pyo object (with variable name "varname"). Values can be pyo's
variables (already created in the loaded file) \, float or list (composed
of floats and/or pyo objects). This message can be used to create a
standard python variable like (to create a list of floats in variable
"frequencies"):;
#X text 498 312 debug \$1;
#X text 515 333 If \$1 is positive \, messages to pyo will be sent
through an Exception handler. This is safer and can help to debug messages
to pyo but it is slower. For a faster execution \, turn off debug mode.
;
#X text 498 161 midi \$1 [\$2 \$3];
#X text 512 180 The message "midi" sends a MIDI event to the object
processing. Arguments are the status byte (\$1) \, the first data byte
(\$2) and the second data byte (\$3). Data bytes can be ommited and
defaults to 0;
#X text 7 3 Here are the messages that can be used to control the internal
processing of the pyo~ object.;
#X text 4 31 --------------------------------------------------------
;
#X restore 406 258 pd MESSAGES;
#X msg 567 321 call b.out;
#X text 11 7 pyo~ object allows to execute processing with pyo (python
dsp module) inside a puredata patch \, with any number of audio in/out
channels.;
#X obj 531 121 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X msg 531 144 debug \$1;
#X text 549 113 Verbose mode. If on \, error messages from pyo will
be printed to the Pd window.;
#X obj 532 347 s msg_to_pyo;
#X msg 567 258 set pits 0.001 0.002 0.003 0.004;
#X msg 567 279 create fr Rossler pitch=pits chaos=0.9 mul=250 add=500
;
#X msg 567 300 create b SumOsc freq=fr ratio=0.499 index=0.4 mul=0.2
;
#N canvas 669 129 722 427 midi_synth_example 0;
#X obj 34 365 s msg_to_pyo;
#X msg 34 56 read examples/midi_synth.py;
#X msg 97 108 midi 144 72 127;
#X obj 129 172 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144
-1 -1 0 1;
#X msg 126 195 midi 176 1 \$1;
#X obj 448 43 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 448 63 metro 125;
#X obj 448 249 makenote 127 100;
#X obj 448 271 pack;
#X msg 448 293 midi 144 \$1 \$2;
#X msg 111 130 midi 144 72 0;
#X text 212 108 note on;
#X text 213 131 note off;
#X text 228 196 control change (mod wheel);
#X floatatom 448 228 5 0 0 0 - - -;
#X obj 448 183 int;
#X obj 448 161 + 0.5;
#X obj 448 139 * 1.76;
#X obj 448 115 random 8;
#X obj 448 85 t b b;
#X obj 526 115 random 3;
#X obj 526 137 + 5;
#X obj 526 159 * 12;
#X obj 448 206 +;
#X text 467 43 random melody;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 4 0;
#X connect 4 0 0 0;
#X connect 5 0 6 0;
#X connect 6 0 19 0;
#X connect 7 0 8 0;
#X connect 7 1 8 1;
#X connect 8 0 9 0;
#X connect 9 0 0 0;
#X connect 10 0 0 0;
#X connect 14 0 7 0;
#X connect 15 0 23 0;
#X connect 16 0 15 0;
#X connect 17 0 16 0;
#X connect 18 0 17 0;
#X connect 19 0 18 0;
#X connect 19 1 20 0;
#X connect 20 0 21 0;
#X connect 21 0 22 0;
#X connect 22 0 23 1;
#X connect 23 0 14 0;
#X restore 531 84 pd midi_synth_example;
#X text 563 238 Create a pyo script from scratch!;
#X connect 0 0 17 0;
#X connect 1 0 17 1;
#X connect 2 0 4 0;
#X connect 3 0 4 1;
#X connect 5 0 3 1;
#X connect 5 0 2 1;
#X connect 6 0 7 0;
#X connect 8 0 10 0;
#X connect 10 0 2 0;
#X connect 10 1 3 0;
#X connect 13 0 14 0;
#X connect 17 0 10 0;
#X connect 17 1 10 1;
#X connect 23 0 28 0;
#X connect 25 0 26 0;
#X connect 26 0 14 0;
#X connect 29 0 28 0;
#X connect 30 0 28 0;
#X connect 31 0 28 0;
|