[pluggo] Re: saving text with a preset
Manuel Poletti
manuel.poletti at ircam.fr
Thu Dec 6 04:58:03 MST 2007
- Previous message: [pluggo] Re: saving text with a preset
- Next message: [pluggo] Re: saving text with a preset
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, this similar situation works for me in Live 6 - storing an entire file path (with a name size limited to 256 char.) I guess you need a plugstore in between plugmultiparam and the rest of your patch - that's (I think - no time to verify) because plugmultiparam seems to output its content under the form "select index value" (good for multislider), rather as a single list, as it does within Max when you build your plugin. -------------- next part -------------- A non-text attachment was scrubbed... Name: pastedGraphic.tiff Type: image/tiff Size: 28138 bytes Desc: not available Url : http://www.cycling74.com/pipermail/pluggo/attachments/20071206/f52ae675/pastedGraphic.tiff -------------- next part -------------- #P window setfont "Sans Serif" 9.; #P window linecount 1; #N plugconfig; #C useviews 0 1 1 1; #C numprograms 1; #C preempt 1; #C sigvschange 1; #C sigvsdefault 32; #C windowsize; #C defaultview Interface 0 0 0; #C dragscroll 1; #C noinfo; #C package ????; #C uniqueid 14 131 75; #C initialpgm 1; #P newobj 306 232 55 196617 plugconfig; #P newex 306 208 50 196617 plugout~; #P newex 306 184 50 196617 plugin~; #P comment 227 298 96 196617 recovered file path; #P comment 264 99 47 196617 file path; #P window linecount 0; #P message 171 113 376 196617; #P window linecount 1; #P newex 171 89 62 196617 prepend set; #P window linecount 0; #P message 82 312 376 196617; #P button 58 177 15 0; #P button 82 51 15 0; #P window linecount 1; #P newex 82 72 56 196617 opendialog; #P newex 82 288 62 196617 prepend set; #P newex 82 93 30 196617 t s b; #P newex 82 247 76 196617 vexpr int($f1); #P newex 82 268 40 196617 itoa; #P newex 82 226 73 196617 plugstore 256; #P newex 82 205 139 196617 plugmultiparam 1 256 0 255; #P newex 102 177 46 196617 zl group; #P newex 102 156 27 196617 0; #P newex 82 114 40 196617 atoi; #P newex 102 135 44 196617 uzi 256; #P comment 99 53 93 196617 choose a file (any); #P connect 12 0 11 0; #P connect 11 0 9 0; #P connect 9 0 2 0; #P connect 13 0 5 0; #P connect 4 0 5 0; #P connect 2 0 5 0; #P connect 5 0 6 0; #P connect 6 0 8 0; #P connect 8 0 7 0; #P connect 7 0 10 0; #P connect 10 0 14 0; #P connect 9 1 1 0; #P connect 1 0 3 0; #P connect 3 0 4 0; #P connect 1 1 4 0; #P connect 11 0 15 0; #P connect 15 0 16 0; #P connect 19 0 20 0; #P connect 19 1 20 1; #P window clipboard copycount 22;
- Previous message: [pluggo] Re: saving text with a preset
- Next message: [pluggo] Re: saving text with a preset
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
