Skip to content

Commit

Permalink
Update trunc~-help.pd
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Jul 2, 2024
1 parent df1484e commit 28e1f64
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions documentation/help_files/trunc~-help.pd
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,26 @@
#X msg 370 372 trunc~;
#X text 78 95 [trunc~] truncates a signal towards zero \, that means only the integer value is considered. This is not an actual MAX clone but an object that is borrowed from ELSE which has more functionalities (support for multichannel connections) and is backwards compatible to MAX's.;
#X text 149 367 Plugdata users can just use the original object from ELSE instead (same with those with ELSE)., f 33;
#N canvas 795 189 371 312 multichannel 0;
#N canvas 795 189 422 372 multichannel 0;
#X obj 105 130 snake~ in;
#X listbox 105 104 12 0 0 0 - - - 0;
#X obj 258 129 setdsp~ 0;
#X obj 289 119 setdsp~ 0;
#X text 100 28 Multichannel support example.;
#X listbox 105 247 7 0 0 0 - - - 12;
#X listbox 105 307 7 0 0 0 - - - 12;
#X obj 105 75 cyclone/loadmess -1.75 1.2;
#X obj 105 163 cyclone/trunc~;
#X obj 105 210 cyclone/snapshot~ 1;
#X obj 105 281 cyclone/snapshot~ 1;
#X obj 105 188 snake~ out;
#X listbox 162 243 7 0 0 0 - - - 12;
#X obj 162 217 cyclone/snapshot~ 1;
#X connect 0 0 6 0;
#X connect 1 0 0 0;
#X connect 5 0 1 0;
#X connect 6 0 7 0;
#X connect 6 0 8 0;
#X connect 7 0 4 0;
#X connect 8 0 7 0;
#X connect 8 1 10 0;
#X connect 10 0 9 0;
#X restore 396 291 pd multichannel;
#X connect 8 0 10 0;
#X connect 9 0 8 0;
Expand Down

0 comments on commit 28e1f64

Please sign in to comment.