Re: [PD] [$0-array] ???

2012-06-10 Thread Olivier Baudu

Hi...

Is it what you're trying to get ?
http://codelab.fr/3424#p18174

Cheers

01ivier



Le 10.06.2012 03:23, Фывапр Олджэвич a écrit :

Hi dear List !

Please help.

I need to do sampler, which could be dynamically loaded as an 
abstraction.


As for internal send-recieve - I turn them all into $0-like 
variables.


But what to do with sound-tables ??

I use [soundfiler]  , and [tabread~] ..   As I understand they need
some ARRAY to read from..

But when I name an array with [$0-name] - as i understand a unic name
for the abstraction - it doesn't read it, and doesn't write into it.

So what should i do, if i need a flexible ability to dounload about
50-70 samplers whith unic files and parametres (which I planned to
define in arguments of the abstraction and then sending it inside via
[dollarg] ) 

Thank you !
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -
http://lists.puredata.info/listinfo/pd-list


--
Une petite envie de pixel ?
http://grilledelamour.labomedia.org

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [$0-array] ???

2012-06-10 Thread Фывапр Олджэвич
Thankyou very much ! That's it. 

Maybe we can add this into soundfiler-help patch in next release somehow ? 

serg


Sun, 10 Jun 2012 11:07:28 +0200 от IOhannes zmölnig zmoel...@iem.at:
 On 06/10/2012 11:03 AM, Фывапр Олджэвич wrote:
  Hi , O1iver !
  
  thanks. Yes - the second picture - is what i need. But I use [soundfiler] to
 open soundfile .. And it needs a message like:
  
  [bang(
  |
  [openpanel]
  |
  [ read -resize $1 $0-tab ( 
  |
  [soundfiler]
  
  
  So the problem is that i have an array called [$0-tab] , but the
 [soundfiler] doesn't write anything to it . 
  
  It seems that message simply can't get with $0-things ?? 
 
 
 yes.
 this has been discussed numerous times on and off list, please see the
 archives.
 
 the solution is to use object-boxes to do the $0-expansion, something like:
 
 [bang(
 |
 [openpanel]
 |
 [pack s $0]
 |
 [read -resize $1 $2-tab(
 |
 [soundfiler]
 
 fgmasrd
 IOhannes
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [$0-array] ???

2012-06-10 Thread IOhannes zmölnig
On 06/10/2012 11:20 AM, Фывапр Олджэвич wrote:
 Thankyou very much ! That's it. 
 
 Maybe we can add this into soundfiler-help patch in next release somehow ? 
 

i don't think this is a good idea, or rather, the right place.
the problem has nothing to do with soundfiler, but with how $args
(including $0) are expanded differently in message boxes and object boxes.

a better place would probably be examples/12-14

fgmasdr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list