Thanks guys,
So loading to RAM seems to be the solution.
Anyone have any ideas how I do that in WinXP?
Or what would the alternative methods of data storage that PD (vanilla) provides natively that operates to/from RAM?
saint wrote:
Thanks guys,
So loading to RAM seems to be the solution.
Anyone have any ideas how I do that in WinXP?
Or what would the alternative methods of data storage that PD (vanilla) provides natively that operates to/from RAM?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
If I understand correctly, once you have loaded a file into either [textfile] or an [array] the data itself is stored in ram. So, the solution should be to load all patterns that are to be used into ram using one or both of these objects.
If using [textfile] and importing multiple files you could use two instances of [textfile]. One which reads the files (one by one in any order you want), and outputs all the data into a second [textfile]. The second textfile does not read from file. It only holds the data. Then you just need to rewind and bang.
I've been working on creating a sequencer which can record and play simple midi-style data. For that I use tabread/tabwrite and tables/arrays.
On Sat, Feb 27, 2010 at 11:14 AM, saint saintidle@yahoo.com wrote:
Thanks guys,
So loading to RAM seems to be the solution.
Anyone have any ideas how I do that in WinXP?
Or what would the alternative methods of data storage that PD (vanilla) provides natively that operates to/from RAM?
Sounds like you need something like the good old msdos ramdisk. May be this one: http://www.mydigitallife.info/2007/05/27/free-ramdisk-for-windows-vista-xp-2...
Andras
Ah wow.
Looks like I may be able to use that with minimal changes to the patch!
Thanks Andras, I'll give that a go.
--- On Sun, 28/2/10, András Murányi muranyia@gmail.com wrote:
From: András Murányi muranyia@gmail.com Subject: Re: [PD] Textfile vs. Lists vs. Arrays vs. ? To: "pd list" pd-list@iem.at Cc: "saint" saintidle@yahoo.com Date: Sunday, 28 February, 2010, 16:17 On Sat, Feb 27, 2010 at 11:14 AM, saint saintidle@yahoo.com wrote:
Thanks guys,
So loading to RAM seems to be the solution.
Anyone have any ideas how I do that in WinXP?
Or what would the alternative methods of data storage that PD (vanilla) provides natively that operates to/from RAM?
Sounds like you need something like the good old msdos ramdisk. May be this one: http://www.mydigitallife.info/2007/05/27/free-ramdisk-for-windows-vista-xp-2...
Andras