Benvenuto, Visitatore. Per favore, effettua il login o registrati.

  Hai perso la tua email di attivazione?

Main Home Help Ricerca Login Registrati

+  Virtual Sound - FORUM
|-+  Linguaggi per la Computer Music
| |-+  Max MSP Jitter
| | |-+  lists interpolation
« precedente successivo »
Pagine: [1] Stampa
Autore Topic: lists interpolation  (Letto 728 volte)
mic
Sr. Member
****
Posts: 401


Guarda Profilo
« il: Marzo 02, 2006, 22:27:58 »

hei maurizio in uno screenshot delle tue papers su max ho visto un simpatico e utile esempio per interpolare due liste (2 multisliders)..vorrei fare una cosa del genere che faccia un'interpolazione tra 4 liste, usando un pictslider come controllo a 2 dimensioni..
Loggato
mauriziogiri
Amministratore
Sr. Member
*****
Posts: 348


Guarda Profilo WWW
« Risposta #1 il: Marzo 02, 2006, 23:20:13 »

prova questo

#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P hidden newex 175 516 155 196617 vexpr ($i2*$f1)+($i3*(1-$f1));
#P hidden newex 440 390 40 196617 / 127.;
#P comment 312 367 79 196617 Multislider 3;
#P hidden newex 143 444 155 196617 vexpr ($i2*$f1)+($i3*(1-$f1));
#P user multiSlider 494 388 73 69 0. 127. 16 2921 15 0 0 2 0 0 1;
#M frgb 0 0 0;
#M brgb 255 255 255;
#M rgb2 127 127 127;
#M rgb3 0 0 0;
#M rgb4 37 52 91;
#M rgb5 74 105 182;
#M rgb6 112 158 18;
#M rgb7 149 211 110;
#M rgb8 187 9 201;
#M rgb9 224 62 37;
#M rgb10 7 114 128;
#P user multiSlider 312 384 73 69 0. 127. 16 2921 15 0 0 2 0 0 1;
#M frgb 0 0 0;
#M brgb 255 255 255;
#M rgb2 127 127 127;
#M rgb3 0 0 0;
#M rgb4 37 52 91;
#M rgb5 74 105 182;
#M rgb6 112 158 18;
#M rgb7 149 211 110;
#M rgb8 187 9 201;
#M rgb9 224 62 37;
#M rgb10 7 114 128;
#P comment 495 367 67 196617 Multislider 4;
#P hidden newex 210 186 40 196617 / 127.;
#P user pictslider 391 267 100 100 4 4 4 4 SliderDefaultKnob.pct 0 SliderDefaultBkgnd.pct 0 2163 0 8323072 127 1. 1.;
#P hidden message 126 211 70 196617 scalarmode 1;
#P hidden message 83 55 14 196617 1;
#P hidden newex 83 34 45 196617 loadbang;
#N vpreset 1;
#X append 1 2 3 484 395 multiSlider list 38 127 127 116 44 44 44 44 44 44 44 44 44 44 44 47 \; 4 202 312 multiSlider list 38 127 127 116 44 44 44 44 44 44 44 44 44;
#X append 1 2 44 44 47 \; 5 206 494 multiSlider list 53 53 53 50 47 44 41 38 37 35 34 32 42 51 79 127 \; 12 267 391 pictslider list 0 127 \; 15 384 312 multiSlider list 47;
#X append 1 2 97 100 100 100 100 100 100 100 100 100 93 80 51 0 0 \; 16 388 494 multiSlider list 0 0 0 0 0 127 127 0 0 0 0 0 0 0 0 0 \;;
#P preset 415 140 47 27;
#P comment 312 185 79 196617 Multislider 2;
#P hidden newex 143 262 155 196617 vexpr ($i2*$f1)+($i3*(1-$f1));
#P user multiSlider 494 206 73 69 0. 127. 16 2921 15 0 0 2 0 0 1;
#M frgb 0 0 0;
#M brgb 255 255 255;
#M rgb2 127 127 127;
#M rgb3 0 0 0;
#M rgb4 37 52 91;
#M rgb5 74 105 182;
#M rgb6 112 158 18;
#M rgb7 149 211 110;
#M rgb8 187 9 201;
#M rgb9 224 62 37;
#M rgb10 7 114 128;
#P user multiSlider 312 202 73 69 0. 127. 16 2921 15 0 0 2 0 0 1;
#M frgb 0 0 0;
#M brgb 255 255 255;
#M rgb2 127 127 127;
#M rgb3 0 0 0;
#M rgb4 37 52 91;
#M rgb5 74 105 182;
#M rgb6 112 158 18;
#M rgb7 149 211 110;
#M rgb8 187 9 201;
#M rgb9 224 62 37;
#M rgb10 7 114 128;
#P user multiSlider 395 484 73 69 0. 127. 16 2921 15 0 0 2 0 0 1;
#M frgb 0 0 0;
#M brgb 255 255 255;
#M rgb2 127 127 127;
#M rgb3 0 0 0;
#M rgb4 37 52 91;
#M rgb5 74 105 182;
#M rgb6 112 158 18;
#M rgb7 149 211 110;
#M rgb8 187 9 201;
#M rgb9 224 62 37;
#M rgb10 7 114 128;
#P comment 495 185 67 196617 Multislider 1;
#P hidden comment 221 317 55 196617 risultato;
#P comment 395 561 57 196617 risultato;
#P hidden connect 12 1 19 0;
#P hidden connect 10 0 8 0;
#P hidden connect 20 0 3 0;
#P hidden connect 17 0 20 2;
#P hidden connect 15 0 17 2;
#P hidden connect 4 0 6 2;
#P hidden connect 6 0 20 1;
#P hidden connect 16 0 17 1;
#P hidden connect 5 0 6 1;
#P hidden connect 12 0 13 0;
#P hidden connect 11 0 6 0;
#P hidden connect 11 0 17 0;
#P hidden connect 11 0 20 0;
#P hidden connect 19 0 20 0;
#P hidden connect 13 0 6 0;
#P hidden connect 13 0 17 0;
#P hidden connect 9 0 11 0;
#P hidden connect 9 0 10 0;
#P window clipboard copycount 21;
Loggato

Maurizio Giri Home Page: http://www.giri.it
mic
Sr. Member
****
Posts: 401


Guarda Profilo
« Risposta #2 il: Marzo 03, 2006, 00:13:41 »

GRAZIEE!
Loggato
franz
AAA1
Hero Member
*
Posts: 829


Guarda Profilo WWW
« Risposta #3 il: Marzo 03, 2006, 13:26:41 »

carino! vexpr is the law Linguaccia
Loggato

NOwave
Full Member
***
Posts: 233



Guarda Profilo
« Risposta #4 il: Marzo 05, 2006, 09:13:13 »

 Sorriso
Loggato
Pagine: [1] Stampa 
« precedente successivo »
Salta a:  


Login con username, password e lunghezza della sessione

Powered by MySQL Powered by PHP © Copyright 1996 - 2008 - ConTempoNet Edizioni Musicali ® - P.IVA: 05174251008
Tutti i diritti riservati - Tutti i marchi sono registrati -
È vietata la riproduzione, anche parziale, dei testi e delle immagini.
Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
Traduzione Italiana a cura di SMItalia
XHTML 1.0 Valido! CSS Valido!