diff options
Diffstat (limited to 'timeToMs-help.pd')
-rw-r--r-- | timeToMs-help.pd | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/timeToMs-help.pd b/timeToMs-help.pd new file mode 100644 index 0000000..64ede27 --- /dev/null +++ b/timeToMs-help.pd @@ -0,0 +1,32 @@ +#N canvas 273 82 421 423 10; +#X obj 83 145 timer; +#X obj 110 98 loadbang; +#X floatatom 83 172 10 0 0 0 - - -; +#X obj 110 122 metro 50; +#X floatatom 30 262 5 0 0 0 - - -; +#X floatatom 118 262 5 0 0 0 - - -; +#X floatatom 217 262 5 0 0 0 - - -; +#X text 252 260 seconds; +#X text 155 262 minutes; +#X text 67 262 hours; +#X floatatom 313 260 5 0 0 0 - - -; +#X text 351 257 msec; +#X floatatom 90 366 10 0 0 0 - - -; +#X text 36 21 Description: Converts an easier to read format to a duration +in milliseconds.; +#X obj 83 204 mtl/msToTime; +#X obj 90 330 mtl/timeToMs; +#X text 38 59 tags: conversion; +#X connect 0 0 2 0; +#X connect 1 0 3 0; +#X connect 2 0 14 0; +#X connect 3 0 0 1; +#X connect 4 0 15 0; +#X connect 5 0 15 1; +#X connect 6 0 15 2; +#X connect 10 0 15 3; +#X connect 14 0 4 0; +#X connect 14 1 5 0; +#X connect 14 2 6 0; +#X connect 14 3 10 0; +#X connect 15 0 12 0; |