[jitter] [sharing]Jitter desktop images.
Andreas Wetterberg
awetterberg at post.cybercity.dk
Tue Jun 12 12:51:05 MDT 2007
- Previous message: [jitter] [sharing]Jitter desktop images.
- Next message: [jitter] [sharing]Jitter desktop images.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gregory Taylor skrev: >> Here is a full screenshot of the patch, which might help clarify some >> of it: >> http://www.flickr.com/photos/18877453@N00/542101368/ - click "All >> Sizes" to see the full res image. >> >> I'd be happy to answer any questions :) > This is probably not sufficiently patch-centric, but I'm still curious - > are you generating a whole table full of poolballs using the (invisible) > Lemur here loaded chock full of tasty inertia, et. al, or am I > imagining at a more restrained and traditional slideresque of UI > sending that data in the upper left? Yes and no ;-) Yes, it does resemble a traditional slider UI, but these faders act more like increment/decrement faders. Basically the main problem I was having is that I needed both high range AND high resolution, so I've used [accum] to provide this. I've also spent a little time building a modular osc structure for my patches, so that copy/pasting works quite elegantly inside the JazzEditor and Max. Here's the patch, sans the main osc receiving part - eight of these inside p lemur_input and p lemur_input_2. This will be shared at some point, when I've done the initial field testing. Andreas. [aw.af]: #P window setfont "Sans Serif" 9.; #P window linecount 2; #P comment 951 383 140 9109513 (c) 2007 \, A.Wetterberg - tHE cOVERT oPERATORS :); #P comment 951 325 115 9109513 argument # 2 :: multiplier - defaults to 1.; #N comlet output for max; #P outlet 830 508 15 0; #P window linecount 1; #P newex 852 169 45 9109513 loadbang; #P message 852 197 18 9109513 $2; #P newex 502 265 19 9109513 t b; #P newex 502 377 30 9109513 zl reg; #P newex 522 353 89 9109513 sprintf /%s/st/x 0.5; #N comlet metro bang input; #P inlet 734 32 15 0; #P newex 618 274 45 9109513 loadbang; #N comlet output for Lemur; #P outlet 618 504 15 0; #P newex 717 324 27 9109513 t b f; #P message 618 302 18 9109513 $1; #P newex 618 353 126 9109513 sprintf /%s/accum/value %f; #P newex 717 298 49 9109513 change 0.; #P newex 716 277 27 9109513 * 1.; #P toggle 805 126 15 0; #P window linecount 2; #P newex 734 202 75 9109513 if $f2 == 1. then $f1 else $i3; #P window linecount 1; #P newex 798 178 19 9109513 t 0; #P newex 798 158 31 9109513 sel 0.; #P newex 748 158 27 9109513 * 4.; #P newex 748 138 27 9109513 - 0.5; #P newex 692 171 19 9109513 t 0; #P newex 692 151 31 9109513 sel 1.; #P newex 622 110 110 9109513 aw.oscp 8000 $1 reset x; #P flonum 740 122 35 9 0 0 0 139 0 0 0 221 221 221 222 222 222 0 0 0; #P newex 734 180 27 9109513 float; #P newex 716 238 47 9109513 accum 0.; #P newex 734 62 14 9109513 ¤; #P newex 752 84 104 9109513 aw.oscp 8000 $1 st x z; #P window linecount 8; #P comment 951 139 100 9109513 abstraction for auto-creating OSC sources and destinations \, as well as making the logic for an accumulating slider \, akin to a scroll function.; #P window linecount 2; #P comment 951 290 100 9109513 argument # 1 :: name of st fader; #P comment 951 247 100 9109513 requires the aw.oscp abstraction.; #P connect 29 0 28 0; #P connect 21 1 19 1; #P connect 21 1 30 0; #P fasten 3 1 15 1 780 118 784 118 784 180 771 180; #P fasten 3 1 13 0 780 118 803 118; #P fasten 3 1 16 0 780 118 810 118; #P connect 14 0 15 2; #P connect 13 0 14 0; #P connect 12 0 6 1; #P connect 11 0 12 0; #P connect 7 0 11 0; #P fasten 3 0 7 0 757 120 745 120; #P connect 15 0 5 1; #P connect 6 0 15 0; #P fasten 4 0 5 0 739 173 721 173; #P fasten 4 0 6 0 739 135 739 135; #P connect 24 0 4 0; #P connect 28 0 17 1; #P connect 18 0 21 0; #P connect 17 0 18 0; #P connect 5 0 17 0; #P connect 10 0 27 0; #P fasten 10 0 5 0 697 206 721 206; #P connect 9 0 10 0; #P connect 8 0 9 0; #P connect 26 0 22 0; #P connect 19 0 22 0; #P connect 20 0 25 0; #P connect 20 0 19 0; #P fasten 21 0 19 0 722 348 623 348; #P connect 23 0 20 0; #P connect 25 0 26 1; #P connect 27 0 26 0; #P window clipboard copycount 33;
- Previous message: [jitter] [sharing]Jitter desktop images.
- Next message: [jitter] [sharing]Jitter desktop images.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
