skei / jesusonic-scripts

jesusonic scripts/plugins
0 stars 0 forks source link

Envelope / Envelope Control for fx_grains2 #1

Open NeuroNoNeuro opened 1 year ago

NeuroNoNeuro commented 1 year ago

Slowly working towards making myself an audio manipulator template for Reaper that only uses JS or Reaper plugins (no VST/AU), and the fx_grains2 granular plugin does almost everything I've been looking for in a granular plugin except having an envelope (blackmann, hanning, etc.) to soften the start/end of the grains.

Due to not being code-knowledgeable, I was wondering if there is a possibility for this to be updated to include an envelope? It's a perfect granulator outside of this, has everything!

skei commented 1 year ago

i am currently going through stuff like these old js plugins, and converting some of them to clap/vst.. (for example: https://github.com/skei/MIP/blob/main/source/skei.audio/sa_bulum.cpp).. but i don't think i will update the jesusonic scripts themselves, unfortunately..

NeuroNoNeuro commented 1 year ago

i am currently going through stuff like these old js plugins, and converting some of them to clap/vst.. (for example: https://github.com/skei/MIP/blob/main/source/skei.audio/sa_bulum.cpp).. but i don't think i will update the jesusonic scripts themselves, unfortunately..

Ah, bummer. It's just a 'me' thing, annoying Mac user. I don't want to look at VST graphics (or purchase any more them, hahaha), etc. :D I like the natural look of the tools built into the JS scripting. I also like the clean code of the JSFX - nothing but the tool itself. Thanks for getting back to me so quickly, though, much appreciated!

skei commented 1 year ago

i can actually compile all plugins without a gui too, by the way.. which would make them look more or less identical to the js plugins (and not waste resources on the gui part).. but since you're using a mac, that wouldn't help either, unfortunately, as i can only make linux and windows plugins :-/

NeuroNoNeuro commented 1 year ago

That's pretty neat you can do that! This envelope thing I was pestering you about is no easy feat, I had done a bit of research into your posts on the new VST/CLAP plugins and had a feeling that the old jesusonic plugins were heading out the door :D

BTW, this is a pet project of mine, using Reaper for more than just 'mastering' my final tracks. I've found it extremely easy to now create beautiful ambient tracks using solely Reaper and some audio files. I can just stick with the plugins I've got. fx_grains2 is still great as-is; I can find other ways to soften the grains (place a reverb/filter after). Just figured I'd ask the guy who gave us these beautiful works!