I added some checks to the startup that should prevent such GUI drawing problems in v0.33
I just noticed your errors. Iām guessing you were changing samples or something when it happened?
Hard to say, brain damage on my end erased a lot of my memories. Iāll say this, though - what Iām generally trying to do to audio files is create granular textures and to get the play head to start from anywhere within a defined region. The defined region often can be shifted by LFO in both position and size.
Like so:
As far as jumping around in the sample, I wanted to do something like that, but it wonāt work reliably in a renoise lua script the last I checked, because there isnāt enough information about the current position and direction available.
Turning modloop into a plugin is still on my to-do list, which in theory would allow for additional tricks.
Lol! For some reason, until this moment, I had not noticed
This code is awesome because using doofers bypasses all of the silly things I struggled with to keep it from crashing when the user is changing focus.
Ok. Iāll probably study this and work on my lua script some more. I still wonāt be able to do everything I wanted, but I did want to modulate the loop points of multiple samples!
Ah, I see!
All I know is that the last update allows for the start position of the sample playback to now be adjusted, so the sample can be played back from any point.
Iām a pest - knocking on the doors of folks who are so near to āfinishedā on their Renoise tools - each of their tools now technically ācanā do this, they need to be adjusted code-wise, which is difficult. There are three that I know of! Exciting to me
That being said, this technique is for sloppy sample skipping, not exacting or precise sample playback. Itās a textural tool. While there are plenty of fine ārepeaterā tools; this is for random, glitching audio chunks. Making beautiful ambient drones, pads; spacious clicks ān pops, hums. I am drooling over what Renoise seems soon to be able to do natively; I do not use VST/AU plug-ins. I love Renoiseās sound on its own.
No pressure Iām glad youāre looking at it at all.
Three loop modification tools? Whatās the third one?
Thereās SMC Tool, Loop Control, and Rx Markers and hopefully yours. Rx Markers so far is the only one thatās adapted to the new Lua availability of the āstartā marker position change, but itās in heavy beta right now.
Thanks for the heads up, I have some exploring to do!