convert bach llll to list
what is the proper way of converting bach list type to a common list?
Use [bach.portal @out t] to get the llll as it is, which may or may not be useful in Max as you potentially have pairs of parens everywhere marking the sublists. The parens don't bother Max, but mean nothing to him, so they might bother you ;)
You have plenty of options for retrieving the sublists themselves and pass them to Max objects as individual lists or elements, which is probably what you want if you're working with bach.partition, but you should look at the bach documentation for this. There are several tutorials coming with the bach package, and you probably want to look at "Hello world" and "Iterations".
Hope this helps,
aa
many thanks! again! :)
cheers!
you could use atoi / itoa conversion to replace "(" with "0" and ")" with "space".
or not even that...

oh, damned ^^...
so back to version 1 with atoi - which i already deleted before checking version 2.

@ROMAN many thanks! it looks so tricky :)
I'd do it this way...
... but I still prefer this:
;)
@ANDREA this is nice and simple! actually the () are really handy in many situations! and it is a good design you've choosen for the bach lib! thanks for that! :)