With all the new instrument editor envelope goodness in 3.1, I’d really like a way to convert note-events from the pattern editor into pitch (point) values in the modulation tab.
For example add an lfo device after such pitch conversion in an envelope and gradually increase the amplitude from the lfo to bend the melody in flexible ways, easier to realize then fiddle with the pitch pattern commands. Would open up many rooms for experimentation.
Although this tool deals with a lot more, I mainly am looking for note to pitch value conversion.
yeah, I was thinking about bumping that thread first , think it didn’t work in 3.1 last time I tried. Importing the tool right now gives an error notice that it has been disabled, will try the manual manifest updating to see if it works and report back.
ok, so after changing the manifest api nr from 3 to 5, I can enable the tool in the tool browser, however when opening it from the tools menu (on an empty instrument) gives;
'C:\Users\pluge\AppData\Roaming\Renoise\V3.1.0\Scripts\Tools\com.afta8.NotesToEnvelope.xrnx' failed to execute in one of its menu entry functions.
Please contact the author (afta8 | fathand@gmail.com ) for assistance…
main.lua:43: unknown property or function ‘sample_envelopes’ for an object of type ‘Instrument’
stack traceback:
[C]: in function ‘_error’
[string “do…”]:48: in function <[string “do…”]:35>
@afta8 do you still have the original old code for the reseq tool somewhere? Would like to trial and error it in chatgpt to get it working again since it stopped after one of the api updates.
ok the main issue is that there’s no sample_envelopes anymore, aka you can’t just go sample_envelopes.cutoff - they’re all wrapped inside sample_modulation_sets now.
this is gonna be interesting.
EDIT: then when you get it to load the devices, it’s still referring to p_env.envelope which doesn’t exist, so those need to also be referring to the envelope device. what a mindwreck.
i’ve done what i can and got it to here, but there’s still lots of errors going on. i’ll want to be looking at this a bit later furhter down the line, it hasn’t been very fun
had to remove the follower stuff too since apparently no longer there. com.afta8.ReSeq_V0.6.xrnx (6.2 KB)
once the day is over i can have another look. yes, the filtertypes shoot errors, too. but at least it boots up with Renoise 3 now.
Cool, just tried it and it accepted the full code in one go which is better then chatgpt, though returning the full code as an answer immediately reached the end limit of the session . 20$ a month really isn’t an option for a non coder with too many subscriptions already. For now I stick to editing small things.
Yeah it ain’t cheap, even when you pay it still has usage restrictions.
From what I’ve read in other places, using the API is the way to go with these things, you can manage how much you spend (potentially better value? Idk) and there are tools like Typingmind https://www.typingmind.com/ that are supposed to help manage it all… I don’t know too much yet but this is all on my todo list to look into when I have time…