diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-09-23 00:59:44 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-09-23 00:59:44 +0000 |
commit | 2ff72e22aed0bc587f6ad82e882d10dfc7e74fa8 (patch) | |
tree | dbd0dd83d961dc504ee5aade72b8f0c4acb21c8e /test/param2-abs.pd | |
parent | 302470a21bec647482333dd75dbdf0a36208241f (diff) |
Adding param to my official externals
svn path=/trunk/externals/tof/; revision=12435
Diffstat (limited to 'test/param2-abs.pd')
-rw-r--r-- | test/param2-abs.pd | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/test/param2-abs.pd b/test/param2-abs.pd deleted file mode 100644 index f793907..0000000 --- a/test/param2-abs.pd +++ /dev/null @@ -1,24 +0,0 @@ -#N canvas 1228 134 711 410 10; -#X text 84 2 This abstraction is an example for the param external. -; -#X obj 175 232 *~; -#X floatatom 175 147 0 0 0 0 - - -; -#X floatatom 237 200 0 0 0 0 - - -; -#X text 64 127 frequency; -#X text 63 114 modulation; -#X text 278 216 index; -#X text 280 197 modulation; -#X obj 175 172 osc~; -#X obj 163 341 outlet~; -#X obj 237 172 param /index 20 /gui nbx; -#X obj 174 122 param /freq 3 /gui nbx; -#X obj 172 99 loadbang; -#X obj 238 148 loadbang; -#X connect 1 0 9 0; -#X connect 2 0 8 0; -#X connect 3 0 1 1; -#X connect 8 0 1 0; -#X connect 10 0 3 0; -#X connect 11 0 2 0; -#X connect 12 0 11 0; -#X connect 13 0 10 0; |