I am trying right now to select a scene higher than 127 with "M4L.api.SetSelectedSceneIndex", this doesn´t work.
Also not with "M4L.api.SelectNextScene" to step by step go over a scene higher than 127.
I this a kind of "natural" limitation (midi)?
Or is it too late and I am tired?
have to get some sleep
pyro
scene-select over 127
Re: scene-select over 127
I'll wager a guess that the problem is because of the [zl delace] objects in use.
I reported this bug earlier for different abstractions and it got fixed for those. I assumed the changes would follow for the other abstractions.
ZL Delace only handles 256 items in a list by default. So you get only 128 scenes because the other 128 items on the list are the word "ID".
All you need to do to fix this is add an argument to zl delace like [zl delace 9999].
I reported this bug earlier for different abstractions and it got fixed for those. I assumed the changes would follow for the other abstractions.
ZL Delace only handles 256 items in a list by default. So you get only 128 scenes because the other 128 items on the list are the word "ID".
All you need to do to fix this is add an argument to zl delace like [zl delace 9999].
Re: scene-select over 127
@hoffman2k (cool name by the way):
thanks, I will try that !
thanks, I will try that !