Sorry for the confusion, apparently I didn’t state my problem correctly: I do already have the long list (generated a bit differently, because I actually needed to calculate all the different values, it’s not supposed to be 0s, but a long list of frequencies).
I just need to convert the list I have to an mc-signal and that’s what I’m struggling with. This conversion of list to mc-signal is what mc.list~ is for, but you need to specify how long the list is supposed to be (it discards all values in lists longer than that) and the only way I found to set the expected list length of that object is to give it an according number of initial values, i.e. “mc.list~ 0. 0. 0. 0. 0. 0. […]”, which just seems silly for very long lists.
Optimally, I’d want something like “mc.list~ @listlength 100”, but no such thing seems to exist.