Re: [PD] copying one array to another very fast

2009-11-13 Thread Martin Schied
Stephen Lucas wrote: I should have also added that I'm only using this functionality for relatively small arrays (500 values), and haven't tried using it for arrays which may be holding longish audio samples. -Stephen On Thu, Nov 12, 2009 at 11:56 PM, Stephen Lucas s9lu...@gmail.com

Re: [PD] copying one array to another very fast

2009-11-13 Thread João Pais
I'm sure that in zmoelnig's (?) VASP there's something to do this. but I can't look at it myself now. I want to copy the contents of one array to another as fast as possible. Basically, I'll load a sound file into an array, and fill a big buffer by concating that soundfile to the big

Re: [PD] copying one array to another very fast

2009-11-13 Thread IOhannes m zmoelnig
João Pais wrote: I'm sure that in zmoelnig's (?) VASP there's something to do this. but I can't look at it myself now. definitely not mine. it's günther rabl's toolset, ported to Pd by thomas grrrill. hey, all of us are austrians; no nationalism intended. fgmasdr IOhannes smime.p7s

Re: [PD] copying one array to another very fast

2009-11-13 Thread IOhannes m zmoelnig
João Pais wrote: definitely not mine. it's günther rabl's toolset, ported to Pd by thomas grrrill. hey, all of us are austrians; no nationalism intended. tut mir Leid, war zu faul, um herauszusuchen. nächstes Mal mache ich es wieder falsch, aber nicht mit deinem Namen. i was flattered

Re: [PD] copying one array to another very fast

2009-11-13 Thread glerm soares
Why not [iem_tab] externals? abraço glerm ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] copying one array to another very fast

2009-11-13 Thread João Pais
definitely not mine. it's günther rabl's toolset, ported to Pd by thomas grrrill. hey, all of us are austrians; no nationalism intended. tut mir Leid, war zu faul, um herauszusuchen. nächstes Mal mache ich es wieder falsch, aber nicht mit deinem Namen.

Re: [PD] copying one array to another very fast

2009-11-12 Thread glerm soares
2009/11/11 Hans-Christoph Steiner h...@at.or.at I want to copy the contents of one array to another as fast as possible. Basically, I'll load a sound file into an array, and fill a big buffer by concating that soundfile to the big buffer until its full. Any ideas? .hc Just a curiosity:

Re: [PD] copying one array to another very fast

2009-11-12 Thread Charles Henry
On Wed, Nov 11, 2009 at 7:46 PM, Miller Puckette mpuck...@imusic1.ucsd.edu wrote: Gee, I forgot to document this one, sorry. a turned-off switch~ can be used to single-step the DSP in a window by sinding it a bang message.  So you can switch~ 2048 in a window, connect a tabplay~ to a

Re: [PD] copying one array to another very fast

2009-11-12 Thread Frank Barknecht
Hallo, Charles Henry hat gesagt: // Charles Henry wrote: On Wed, Nov 11, 2009 at 7:46 PM, Miller Puckette mpuck...@imusic1.ucsd.edu wrote: Gee, I forgot to document this one, sorry. a turned-off switch~ can be used to single-step the DSP in a window by sinding it a bang message.  So you

Re: [PD] copying one array to another very fast

2009-11-12 Thread Frank Barknecht
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote: I've been using this a lot recently as well, but I don't think, Miller's undocumented suggestion can replace this in all cases. One advantage of the bang~-switch~ approach is - I believe - that it gets rid of many function I meant

Re: [PD] copying one array to another very fast

2009-11-12 Thread Stephen Lucas
Just putting in my 2cents, but I've been using the bonus feature of being able to write an array's contents to a text file with a message and then read it back out to a different array with another message. This is probably ok for my usage, since I have a project where I need to store *lots* of

Re: [PD] copying one array to another very fast

2009-11-12 Thread Stephen Lucas
I should have also added that I'm only using this functionality for relatively small arrays (500 values), and haven't tried using it for arrays which may be holding longish audio samples. -Stephen On Thu, Nov 12, 2009 at 11:56 PM, Stephen Lucas s9lu...@gmail.com wrote: Just putting in my

[PD] copying one array to another very fast

2009-11-11 Thread Hans-Christoph Steiner
I want to copy the contents of one array to another as fast as possible. Basically, I'll load a sound file into an array, and fill a big buffer by concating that soundfile to the big buffer until its full. Any ideas? .hc

Re: [PD] copying one array to another very fast

2009-11-11 Thread Miller Puckette
Gee, I forgot to document this one, sorry. a turned-off switch~ can be used to single-step the DSP in a window by sinding it a bang message. So you can switch~ 2048 in a window, connect a tabplay~ to a tabwrite~ inside it, start them, then send the switch~ N/2048 bangs to copy N samples from one