On 03/01/2015 08:17 PM, tim vets wrote:
maybe using s2l ?
which is just an alias for [symbol2list]...
something (roughly) like:
[symbol drums_1.wav( | [symbol _( | | [s2l]
or simply specify the separator as an argument: [s2l _]
[unpack s s] | | [symbol .( | | [s2l] [unpack s s] [f ]
this won't work: [f] does NOT magically convert a symbol (as output by [unpack s s] into a float. luckily, [symbol2list] will output the "1" as a number 1 (rather than a symbol), so you can reduce that to: [unpack f s]
fmdsr IOhannes