[maxmsp] aka.appleremote volume question
Michael Hastings
michaelhastings at gmail.com
Fri Aug 31 12:59:33 MDT 2007
- Previous message: [maxmsp] Re: dschihad2.0 with Macbook?
- Next message: [maxmsp] aka.appleremote volume question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hey everyone, I am just getting back into Max after a long summer, and I am hitting a wall here... I know this is a third party object, but I hope you can still get what I'm trying to do... I want to get the volume up and volume down functions of the remote to control a single slider that if you hit a pre-set limit, you won't just jump to the opposite end of the slider... Take a look at the patch and I think you can see better what I mean. Thanks a lot! max v2; #N vpatcher 260 44 1036 858; #P origin -42 5; #P window setfont "Sans Serif" 24.; #P window linecount 2; #P comment 439 466 136 196632 Thanks for Looking!; #P window setfont "Sans Serif" 9.; #P window linecount 6; #P comment 244 593 136 196617 I know there is a very simple way of doing this \, but like I said in the post \, I'm just getting back into Max so I'm not in the right mind set yet...; #P comment 102 502 136 196617 This seems like it's just too complicated \, but I was thinking that I could route them to a (+) or a (-) object \, but again \, I can't figure it out.; #P window linecount 1; #P comment 102 483 136 196617 Attempt 2:; #P window linecount 3; #P comment 296 323 136 196617 I thought I could use a gate somehow \, but I just didn't seem to get it...; #P slider 247 333 14 20 0 1; #P window linecount 6; #P comment 342 232 136 196617 I want to be able to have the volume control on the remote control a slider \, but I also need it to stop and not just roll back over to the oposite end of the slider.; #P window linecount 1; #P newex 13 365 46 196617 select 1; #P newex 99 365 46 196617 select 1; #P number 47 652 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P number 18 630 35 9 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0; #P user gswitch2 18 584 39 32 0 0; #P button 27 442 15 0; #P button 6 442 15 0; #P message 27 461 14 196617 0; #P message 6 461 14 196617 1; #P toggle 18 518 15 0; #P button 163 259 15 0; #P button 76 259 15 0; #P button 129 274 15 0; #P number 99 339 35 9 1 19 3 3 0 0 0 221 221 221 222 222 222 0 0 0; #P message 147 259 14 196617 1; #P button 99 256 15 0; #N counter 0 0 21; #X flags 0 0; #P newobj 99 298 77 196617 counter 0 0 21; #P message 147 232 33 196617 clear; #P newex 99 232 40 196617 urn 20; #P button 43 274 15 0; #P number 13 339 35 9 1 19 3 3 0 0 0 221 221 221 222 222 222 0 0 0; #P message 61 259 14 196617 1; #P button 13 256 15 0; #N counter 0 0 21; #X flags 0 0; #P newobj 13 298 77 196617 counter 0 0 21; #P message 61 232 33 196617 clear; #P newex 13 232 40 196617 urn 20; #P message 295 213 14 196617 0; #P number 247 304 35 9 1 19 3 3 0 0 0 221 221 221 222 222 222 0 0 0; #P message 274 213 14 196617 1; #P message 261 213 14 196617 0; #N counter 0 0 20; #X flags 0 0; #P newobj 247 273 77 196617 counter 0 0 20; #P button 274 120 15 0; #P button 225 120 15 0; #P newex 274 93 43 196617 route 0; #P newex 225 93 43 196617 route 0; #P newex 225 24 60 196617 loadmess 1; #P toggle 225 45 15 0; #P newex 225 66 404 196617 appleremote; #P comment 343 216 100 196617 Attempt 1:; #P fasten 38 0 32 0 18 412 11 412; #P connect 32 0 30 0; #P connect 6 0 13 0; #P connect 14 0 13 0; #P connect 13 0 16 0; #P connect 16 0 15 0; #P connect 15 0 18 0; #P connect 18 0 38 0; #P connect 31 0 29 0; #P connect 30 0 29 0; #P connect 29 0 34 0; #P connect 34 0 35 0; #P fasten 37 0 33 0 104 412 32 412; #P connect 33 0 31 0; #P connect 13 1 19 0; #P connect 37 1 34 1; #P connect 38 1 34 1; #P connect 34 1 36 0; #P connect 7 0 14 0; #P connect 27 0 17 0; #P connect 17 0 15 3; #P connect 14 0 27 0; #P connect 7 0 20 0; #P connect 21 0 20 0; #P connect 20 0 23 0; #P connect 23 0 22 0; #P connect 22 0 25 0; #P connect 25 0 37 0; #P connect 20 1 26 0; #P connect 6 0 21 0; #P connect 28 0 24 0; #P connect 24 0 22 3; #P connect 21 0 28 0; #P connect 3 0 2 0; #P connect 2 0 1 0; #P connect 1 0 4 0; #P connect 4 0 6 0; #P fasten 7 0 8 0 279 192 252 192; #P fasten 6 0 8 0 230 176 252 176; #P connect 8 0 11 0; #P connect 11 0 40 0; #P fasten 6 0 9 0 230 182 266 182; #P fasten 9 0 8 1 266 250 268 250; #P fasten 10 0 8 1 279 250 268 250; #P connect 1 1 5 0; #P connect 5 0 7 0; #P fasten 7 0 10 0 279 201 279 201; #P connect 12 0 8 3; #P pop;
- Previous message: [maxmsp] Re: dschihad2.0 with Macbook?
- Next message: [maxmsp] aka.appleremote volume question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
