combining arrays

Discuss problems and solutions.
Macciza
Regular
Posts: 1315
Joined: 07 Dec 2011 04:57
Location: Sydney, Australia.

Re: combining arrays

Post by Macciza »

Hi
Maybe recheck your script and arrays etc for typos or other logic errors . .
arraytostring({a,b,c}) should work - regardless of when you join the arrays
Cheer
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
electrofux
Regular
Posts: 294
Joined: 24 Jan 2012 18:22

Re: combining arrays

Post by electrofux »

Now it works :)
electrofux
Regular
Posts: 294
Joined: 24 Jan 2012 18:22

Re: combining arrays

Post by electrofux »

Oh man, i am still fighting with my scripts.

while i understood how to use arraytostring now, i have the problem that during the scanning process i need to save the ASCII somewhere, at best in an array because combining is only possible after the scanning process as the different items come in with different orders.
So what i need is an array of arrays. Is that doable?

Edit: Finally, out of some weird accident wihile trying this and that everything works now and is labelled nicely. That was a big fight with the reason codec and the lemur arrays :-)
Still it would be nice to know if there is a way to use arraysof arrays.
Post Reply