Boolean array not possible

Hi David,
probably already known,
not very important.:slight_smile:

Peter

I have to do some reworking to support more general arrays.

What exactly are you trying to implement?

Hi David,
it’s not important for me. I am programming a custom version of " auto-divisi",
to spread chords to different instruments, The MIDI-fx I tried do work, in their designed way
but I want to be able to control the exact behaviour with some Midi Data,
eg. switching the number of affected notes, and e.g. change from Solo (one instrument only) to
different auto-divisi modes in real time.

Think LA scoring strings Auto-Aranger Kontakt script controllable in a special way.
It will take some time to get it fully working. but i am on the way.

I was struggling with different not available Array types in the beginning,
but changed all arrays to integer arrays with.
IndexArrays pointing to the array positions to be able to access sorted array rows as needed for the functionality, sorted by note, by receive Time. ect.
The divisi in LASS has Rules for each chord voice,
that gets complicated to explain, but i am still having fun to program the Script,…

Peter