Hi,
Im a beginner on OpenMusic, and i don’t know how to do this operation
OMLoop input 1: list
output 1: list2
2: variable
If the list is only composed by whole numbers, then : output1 = list; output2 = 1
If not, multiply the list by 12 → now if the list is only composed by whole numbers, then : output1 = list2; output2 = 2
If not, multiply the list by 123 → now if the list is only composed by whole numbers, then : output1 = list23; output2 = 23
If not, multiply the list by 1234 → now if the list is only composed by whole numbers, then : output1 = list23; output2 = 234
Etc… until the list is only composed by whole numbers
Thanks in advance