Go Back   Cockos Incorporated Forums > REAPER Forums > ReaScript, JSFX, REAPER Plug-in Extensions, Developer Forum

Reply
 
Thread Tools Display Modes
Old 11-18-2019, 09:04 AM   #241
focusrite
Human being with feelings
 
Join Date: Sep 2010
Posts: 70
Default

Bump ^^

Quote:
Originally Posted by sai'ke View Post
FYI, if you use them, I'd recommend updating Filther and Reflectosaurus. Both of them had critical updates this weekend

Changelog:
- Fix bug in Filther which hampered node selection in the spline shaper.
- Fix bug in Reflectosaurus which interfered with proper preset loading.
focusrite is offline   Reply With Quote
Old 11-21-2019, 03:18 PM   #242
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Quote:
Originally Posted by focusrite View Post
Hi, loving the band splitter but the phase match plugin "RMB outside" is not adding a frequency cut for me. Also parameter linking the bands isn't working.

Also the phase match plugin is supposed to go on the first insert of the recombine buss?
Hey man, sorry for the super late response, but you're right, there was a bug in the matcher w.r.t. the RMB button. Should be fixed now if you update with reapack.

It's supposed to go on all channels that you want to resync with the one you split, which is why it can be a bit tedious.

There's a tut here.
https://www.youtube.com/watch?v=JU_7gIr5RTI
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 11-23-2019, 02:38 AM   #243
focusrite
Human being with feelings
 
Join Date: Sep 2010
Posts: 70
Default

Quote:
Originally Posted by sai'ke View Post
Hey man, sorry for the super late response, but you're right, there was a bug in the matcher w.r.t. the RMB button. Should be fixed now if you update with reapack.

It's supposed to go on all channels that you want to resync with the one you split, which is why it can be a bit tedious.

There's a tut here.
https://www.youtube.com/watch?v=JU_7gIr5RTI
Adding a cut works thank you. Still can't midilink band/frequency 1 as it's identified as band/frequency 2
focusrite is offline   Reply With Quote
Old 11-25-2019, 01:39 PM   #244
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Quote:
Originally Posted by focusrite View Post
Adding a cut works thank you. Still can't midilink band/frequency 1 as it's identified as band/frequency 2
What would be needed for it to be linkable?
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 12-02-2019, 03:48 PM   #245
simonluca
Human being with feelings
 
Join Date: Oct 2007
Posts: 144
Default

Hey!
I downloaded Reflectosaurus and I'm loving it! Thank you! It really sounds amazing.

If you allow me, I'd like to share a couple of thoughts with you:

1) Delay grid. There is a lot more detail between 0-250ms range compared to the 250-4000ms range. This implies that if you want long and complex delays you'll have an extremely cluttered area in the "top right" area, and you can't be very precise. On the other hand, It is very nice to have so much detail with shorter delays if you want to make some resonant stuff. I don't know, would it be maybe possible to have the ability to scale the grid? Does it make sense to you?

2) I love the idea of having a visual feedback of the details of every delay node, but for me the "node size/feedback" relation is a little bit problematic. I think that knowing the numeric value would be very useful (how big should be the node to have an infinite delay?). Then if you want to have many delays with lots of feedback it get extremely messy and you lose the connection lines very quickly.

2bis) Numeric feedback is alway useful. Especially when you want the delays to "ring" to a specific frequency you need to know the numbers.

3) It would be probably useful to have a small numeric ID on the nodes themselves. I got lost very quickly..."where was node 3 again?".

4) maybe this shouldn't be allowed

5) I am probably blind, but I can't find a way to delete a connection.

6) is it possible to "mute the master" of a node, leaving only the "send" on? Maybe a simple "direct out" volume.

7) is it possible to visually differentiate HPF and LPF settings? Doing so you could see them both at the same time. I was thinking like two lines (one inner one outer) or HP could be from 180° to 0 (clockwise) and LP from 180° to 0 (counterclockwise). This last solution has less detail, because you have 180 less degrees.

Well, that's it.
Thank you very much for your work and for sharing it with us, it's truly inspiring.
SL
__________________
www.sluca.net
simonluca is offline   Reply With Quote
Old 12-08-2019, 09:57 AM   #246
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Many good ideas. I will see if I have some time to work on some of them over the holiday season

Currently a bit bogged down in other work first.
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 01-11-2020, 04:05 PM   #247
cjewellstudios
Human being with feelings
 
Join Date: Sep 2017
Posts: 998
Default

Hey Saike!

Hope you're doing well and that the move went well.

I was considering trying to figure out how to change the colors for your spectrum analyzer. I see there are a ton of theme options which is fantastic, but I was just playing around with the Smooth hidpi (for now) theme and he mentions specific colors.

I just have a superficial understanding of code in general and see that you are importing some colormap in the beginning.

Is that something that I can alter? Or is there some other way I can change the colors?

It's really no big deal, more curious than anything else. Again, hope all is well.
cjewellstudios is offline   Reply With Quote
Old 01-12-2020, 04:51 AM   #248
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

The colormaps are stored in colormaps.jsfx-inc, but I generated them from python actually because changing them by hand is probably challenging.

You can edit a colormap by looking for the one you want to edit (it'll be something like c = dark or c = intense). From that point on, you will see a ton of values like 199/255. These are basically R G B values of the respective spectral colors. The code just assigns a component, then moves the pointer forward, then assigns the next etc.

The colormaps are located at memory location 10000 + 100*colormap index.

The colormap selector in slider8, so if you want to add a new colormap, you need to set its maximum one higher. Need to edit it both at the top:
Code:
slider8:1<0,14,1{dark,intense,fluo,colorblind,pimp,shades,fancy,pastel,purple,dark2,dark3,dark4,dark5,colorblind2}>-colormap
as well as on line 1497 (the 14 is that maximum):
Code:
slider8 = drag_slider(slider8, 0.01, 14, .03);
and you need to add on line 1652 an extra one.
So instead of:
Code:
      (slider8|0)==12 ? "Theme:     Dark5":
      "Theme:Colorblind2");
Code:
      (slider8|0)==12 ? "Theme:     Dark5":
      (slider8|0)==13 ? "Theme:Colorblind2":
      "Theme:My new theme");
For the time being, you could also edit one of the existing color maps. Send it to me and I'll add it as a new one and make these changes for you. It would be good to merge whatever additions you make, because otherwise, next time you update, your colormap will be overwritten again by reapack.
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 01-12-2020, 05:38 PM   #249
cjewellstudios
Human being with feelings
 
Join Date: Sep 2017
Posts: 998
Default

Thank you very much for your reply!

"These are basically R G B values of the respective spectral colors. The code just assigns a component, then moves the pointer forward, then assigns the next etc."

So I found the colormaps file. I opened it and found exactly what you said. However, the RGB values I want to put in are three numbers. So I don't quite understand the correlation exactly.
cjewellstudios is offline   Reply With Quote
Old 01-13-2020, 03:08 PM   #250
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Code:
c = dark; // Go to this color palette
c[] = 199/255; // R of the first color
c += 1; // advance pointer
c[] = 149/255; // G of the first color
c += 1; // advance pointer
c[] = 66/255; // B of the first color
c += 1; // advance pointer
c[] = 120/255; // R of the second color
c += 1; // advance pointer
c[] = 73/255; // G of the second color 
... and so forth
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 01-14-2020, 04:46 AM   #251
cjewellstudios
Human being with feelings
 
Join Date: Sep 2017
Posts: 998
Default

Quote:
Originally Posted by sai'ke View Post
Code:
c = dark; // Go to this color palette
c[] = 199/255; // R of the first color
c += 1; // advance pointer
c[] = 149/255; // G of the first color
c += 1; // advance pointer
c[] = 66/255; // B of the first color
c += 1; // advance pointer
c[] = 120/255; // R of the second color
c += 1; // advance pointer
c[] = 73/255; // G of the second color 
... and so forth
OOHHHHHHHH

I get it now I should have noticed there were alot of "255" lol

You're a saint and it worked like a charm!

At first I tried to modify the dark2 theme but I wasn't seeing any colors there. So for now I wrote over the Pimp theme.

I'll get back to you tonight and paste the code here for purposes of merging where hopefully we can end up with a theme called smooth and these first 8 colors. Thanks again! This is a really great analyzer. I've sent my 8 submixes to it and then add the sum button and that actually makes it pretty easy to spot potential frequency buildups.
cjewellstudios is offline   Reply With Quote
Old 01-19-2020, 02:17 PM   #252
cjewellstudios
Human being with feelings
 
Join Date: Sep 2017
Posts: 998
Default

Hey Saike!

Here are the 8 colors for the smooth theme. As I was saying, I editted the pimp theme. In the end though I'd like an option to say smooth with these colors. b0se is doing some amazing work and this would be a really cool addition to his efforts.

c = pimp;
c[] = 228/255;
c += 1;
c[] = 81/255;
c += 1;
c[] = 78/255;
c += 1;
c[] = 210/255;
c += 1;
c[] = 120/255;
c += 1;
c[] = 49/255;
c += 1;
c[] = 190/255;
c += 1;
c[] = 178/255;
c += 1;
c[] = 74/255;
c += 1;
c[] = 82/255;
c += 1;
c[] = 150/255;
c += 1;
c[] = 70/255;
c += 1;
c[] = 69/255;
c += 1;
c[] = 150/255;
c += 1;
c[] = 140/255;
c += 1;
c[] = 67/255;
c += 1;
c[] = 122/255;
c += 1;
c[] = 203/255;
c += 1;
c[] = 127/255;
c += 1;
c[] = 117/255;
c += 1;
c[] = 227/255;
c += 1;
c[] = 167/255;
c += 1;
c[] = 102/255;
c += 1;
c[] = 200/255;
c += 1;
cjewellstudios is offline   Reply With Quote
Old 01-22-2020, 01:36 PM   #253
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Thanks man! I added it. I also added colors 9 to 16 as half the color intensity of the ones you sent. Can find it on the repo now. It's the last colormap in the list
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 01-24-2020, 04:40 PM   #254
cjewellstudios
Human being with feelings
 
Join Date: Sep 2017
Posts: 998
Default

Quote:
Originally Posted by sai'ke View Post
Thanks man! I added it. I also added colors 9 to 16 as half the color intensity of the ones you sent. Can find it on the repo now. It's the last colormap in the list
Looks flippin fantastic!

Thank you very much.
cjewellstudios is offline   Reply With Quote
Old 02-09-2020, 11:20 AM   #255
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Coolcool

Added another pluggie. Stereo Bub III.

It's pretty much the same as II, except it adds vibrato on left and right and a squash option to box in the side channel. This squash option can be useful at times to mask the phasing effects you can sometimes hear on drums. Mind you, too much of it will cause harmonics that will completely vanish when mixing down to mono, so be careful with that one.



I was also tinkering a bit with iPlug2. Ported the MS-20 over to it, as well as the Saturator with continuous interpolation anti-aliasing (including the fancier higher order versions).
https://drive.google.com/file/d/1O2c...IHC9peCrR0XcV6
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 02-09-2020, 12:04 PM   #256
Eliseat
Human being with feelings
 
Eliseat's Avatar
 
Join Date: Mar 2018
Location: Cologne
Posts: 1,362
Default

Quote:
Originally Posted by sai'ke View Post
Coolcool

Added another pluggie. Stereo Bub III.

It's pretty much the same as II, except it adds vibrato on left and right and a squash option to box in the side channel. This squash option can be useful at times to mask the phasing effects you can sometimes hear on drums. Mind you, too much of it will cause harmonics that will completely vanish when mixing down to mono, so be careful with that one.



I was also tinkering a bit with iPlug2. Ported the MS-20 over to it, as well as the Saturator with continuous interpolation anti-aliasing (including the fancier higher order versions).
https://drive.google.com/file/d/1O2c...IHC9peCrR0XcV6
Works great, Saike. Sounds pretty nice and warm on analog style instruments.

And its nice to see you back working on sweet little gems.

Greetings
Eli
__________________
☆.。.:*・°☆.。.:*・°☆.。.:*・°☆REAPER//✿◔‿◔)°☆.。.:*・°☆.。.:*・°☆
Eliseat is offline   Reply With Quote
Old 02-09-2020, 01:27 PM   #257
Regisfofo
Human being with feelings
 
Regisfofo's Avatar
 
Join Date: Mar 2017
Location: France
Posts: 627
Default

Nice! I'll take a shot at it as soon as I got some time
Regisfofo is offline   Reply With Quote
Old 02-10-2020, 09:43 AM   #258
Zeno
Human being with feelings
 
Zeno's Avatar
 
Join Date: Sep 2018
Location: HH
Posts: 916
Default

Quote:
Originally Posted by sai'ke View Post
Added another pluggie. Stereo Bub III.
Great !!
time for modding hehe ^^
Zeno is offline   Reply With Quote
Old 02-10-2020, 02:09 PM   #259
todd_r
Human being with feelings
 
todd_r's Avatar
 
Join Date: Nov 2006
Posts: 855
Default

Hi Saike, I've made a template with the splitter/joiner on a single track, which while works lets the channels 3 and up through so I've had to put a multi channel volume after it. Is that as intended, could we have the option to mute the tracks 3 and up after joining? have I done something wrong?
todd_r is online now   Reply With Quote
Old 02-12-2020, 02:57 PM   #260
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Quote:
Originally Posted by todd_r View Post
Hi Saike, I've made a template with the splitter/joiner on a single track, which while works lets the channels 3 and up through so I've had to put a multi channel volume after it. Is that as intended, could we have the option to mute the tracks 3 and up after joining? have I done something wrong?
What do you mean, let's them through? The joiner should only output two channels after mixing back to one. Maybe you have the other ones also send to another track in the connector diagram? Or maybe I misunderstand something.


In other news, was playing around a bit with Geraint's STFT template, made a little toy.
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 02-12-2020, 04:03 PM   #261
todd_r
Human being with feelings
 
todd_r's Avatar
 
Join Date: Nov 2006
Posts: 855
Default

Quote:
Originally Posted by sai'ke View Post
What do you mean, let's them through?...
Hopefully this explains...



Quote:
Originally Posted by sai'ke View Post
In other news, was playing around a bit with Geraint's STFT template, made a little toy.
Ooh, exciting
todd_r is online now   Reply With Quote
Old 02-13-2020, 11:52 AM   #262
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,031
Default

Quote:
Originally Posted by sai'ke View Post
I was also tinkering a bit with iPlug2. Ported the MS-20 over to it, as well as the Saturator with continuous interpolation anti-aliasing (including the fancier higher order versions).
https://drive.google.com/file/d/1O2c...IHC9peCrR0XcV6
Thanks for the iPlug2 versions, it would be cool if there would be one example video of the entire process of converting a jsfx into an iPlug2 variant, so others could replicate it for other stuff. Community empowerment.

Did you compare the cpu consumption, jsfx vs. iPlug2? From your perspective, is the entire jsfx to iPlug2 process somehow automateable, or not so much?
TonE is offline   Reply With Quote
Old 02-13-2020, 01:48 PM   #263
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Quote:
Originally Posted by TonE View Post
Thanks for the iPlug2 versions, it would be cool if there would be one example video of the entire process of converting a jsfx into an iPlug2 variant, so others could replicate it for other stuff. Community empowerment.

Did you compare the cpu consumption, jsfx vs. iPlug2? From your perspective, is the entire jsfx to iPlug2 process somehow automateable, or not so much?
I wrote the new versions from scratch actually.

CPU consumption was in a similar order of magnitude, although I did notice that I could throw a little bit fancier equations into the saturator at less "extra" overhead.

My cpp code is somewhat sub-optimal though, in the sense that I don't actively use vector processing and run the channels one by one. I don't have a good solution for profiling the plugin code at the moment, so I don't know where the bottlenecks are exactly and optimization is premature until I look into that. I also still have to look into what exactly I need to ship with to comply with all the licenses (I think I need to mention vst3 somewhere).
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 02-13-2020, 02:11 PM   #264
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Small demo of the swellotron (still beta!):

__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]

Last edited by sai'ke; 02-13-2020 at 02:51 PM.
sai'ke is offline   Reply With Quote
Old 02-13-2020, 02:24 PM   #265
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Quote:
Originally Posted by todd_r View Post
Hopefully this explains...
Hmm. But as long as you don't route those to output, does it matter? The channels will still exist.

Would it help you if I made a special version of the joiner that explicitly set all other channels to zero?
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 02-13-2020, 03:58 PM   #266
todd_r
Human being with feelings
 
todd_r's Avatar
 
Join Date: Nov 2006
Posts: 855
Default

Quote:
Originally Posted by sai'ke View Post
Hmm. But as long as you don't route those to output, does it matter? The channels will still exist.

Would it help you if I made a special version of the joiner that explicitly set all other channels to zero?
Thanks for the offer, but I can just use a multi-channel volume after it to attenuate it in my template, i just thought it may have been a minor bug. I only noticed when as I was using a limiter after if and the extra channels showed up and caused it react unexpectedly.

Been having a go of swellotron, very nice for ambient pads

Last edited by todd_r; 02-14-2020 at 08:01 AM.
todd_r is online now   Reply With Quote
Old 02-14-2020, 01:36 PM   #267
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,031
Default

Quote:
Originally Posted by sai'ke View Post
I wrote the new versions from scratch actually.

My cpp code is somewhat sub-optimal though, in the sense that I don't actively use vector processing and run the channels one by one. I don't have a good solution for profiling the plugin code at the moment, so I don't know where the bottlenecks are exactly and optimization is premature until I look into that. I also still have to look into what exactly I need to ship with to comply with all the licenses (I think I need to mention vst3 somewhere).
No problem, thanks for the detailed answering, I will not do anything anyway, just asked in a general form, one never knows what might happen in future, which other genius coder (and great person, of course) would enter the Reaper field, as you did some time ago, or before kawa ...
TonE is offline   Reply With Quote
Old 02-14-2020, 02:18 PM   #268
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,031
Default

Quote:
Originally Posted by sai'ke View Post
Small demo of the swellotron (still beta!):

Wow, when I heard the first demo part, best of the best ambient wow, after 1 min in the video I could listen for hours to that part. I should tell my ambient friends


Greetings to Holland
https://www.youtube.com/watch?v=bxKIqo7o5mY#t=56m37s
Raise your flags, the last part of this video goes for saike!

Last edited by TonE; 02-14-2020 at 02:39 PM.
TonE is offline   Reply With Quote
Old 02-15-2020, 02:57 PM   #269
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Can play around with it. I think it's pretty suitable for ambient things. Nice track btw

Today, I added icicles to Swellotron. Small spectral peaks based on the incoming audio.

__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]

Last edited by sai'ke; 02-15-2020 at 03:07 PM.
sai'ke is offline   Reply With Quote
Old 02-16-2020, 03:25 AM   #270
danerius
Human being with feelings
 
Join Date: Oct 2018
Posts: 173
Default

Ive tried adding the SwelloTron to a project but....

It shows up in the Reapack List but not in my Effects List? And cant find a Reapack to reinstall?

Heeeelp...

Best regards /danerius
danerius is offline   Reply With Quote
Old 02-16-2020, 04:15 AM   #271
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

In order of checking:

- Did you mark it for installation in reapack?

- Did you click apply after marking it for installation?
- Did you try hitting F5 in the effects list to rescan the plugin list?
- Restart reaper?
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 02-16-2020, 05:15 AM   #272
danerius
Human being with feelings
 
Join Date: Oct 2018
Posts: 173
Default

Quote:
Originally Posted by sai'ke View Post
In order of checking:

- Did you mark it for installation in reapack?

- Did you click apply after marking it for installation?
- Did you try hitting F5 in the effects list to rescan the plugin list?
- Restart reaper?
Hi Saike

The first one did the trick. Thanks for helping out

Best regards /danerius

BTW... This plugin is awesome

Last edited by danerius; 02-16-2020 at 05:20 AM.
danerius is offline   Reply With Quote
Old 02-16-2020, 01:20 PM   #273
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

Quote:
Originally Posted by danerius View Post
Hi Saike

The first one did the trick. Thanks for helping out

Best regards /danerius

BTW... This plugin is awesome
Coolcool! And glad you like it
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 02-17-2020, 05:04 AM   #274
Eliseat
Human being with feelings
 
Eliseat's Avatar
 
Join Date: Mar 2018
Location: Cologne
Posts: 1,362
Default

Wow! Swellotron is amazing. Tough I'm not sure what it does (at least its not like an vocoder) it really creates usable and compact sounds thru any inputs. Many thanks.
__________________
☆.。.:*・°☆.。.:*・°☆.。.:*・°☆REAPER//✿◔‿◔)°☆.。.:*・°☆.。.:*・°☆
Eliseat is offline   Reply With Quote
Old 02-17-2020, 05:35 AM   #275
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

It computes the spectrum of both signals (using the STFT), multiplies the magnitudes in the spectral domain and puts the result of that in an energy buffer. This energy buffer is drained proportionally to its contents. The energy buffer is then used to resynthesize the sound, but this time with a random phase.

In plain terms, it behaves almost like a reverb, where frequencies that both sounds have in common are emphasized and frequencies where the sounds differ are attenuated. This will almost always lead to something that sounds pretty harmonic.

The extra options do some other processing.

Shimmer copies energy to twice the frequency (leading to iterative octave doubling) and thereby a lot of extra brightness to the timbre.

Aether does something similar, but with fifths (ratio of 1.5 instead of 2).

Scorch and ruin saturate the signal prior and post the plugin's main effect.

Diffusion blurs the spectrum, making things a bit more noisy.

Ice chops small bandwidth bits from the energy at random, and copies them to a higher frequency (at 1x or 2x the frequency), thereby giving narrowband high frequency sounds (sounding very cold).

P.S. oh and the visualization is a predictor-corrector shallow water simulation
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 02-17-2020, 12:24 PM   #276
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,031
Default

Quote:
Originally Posted by sai'ke View Post
Aether does something similar, but with fifths (ratio of 1.5 instead of 2).
Wow, thanks for the detailed explanation.

In case you should add some more harmonic parameters my wishes would be:
- minor third ratio
- minor sixth ratio
- if we have fifths, why not also fourths maybe as well

Ambient + minor (feel), what could be better?
TonE is offline   Reply With Quote
Old 02-17-2020, 02:01 PM   #277
sai'ke
Human being with feelings
 
sai'ke's Avatar
 
Join Date: Aug 2009
Location: NL
Posts: 1,453
Default

It's an interesting idea TonE. I did try other ratios, and they don't sound that melodic. The reason being that this doubling happens recursively. The spectral peaks being copied higher and higher every cycle. For perfect fifth (which is 3/2) and double, they just land on top of each-other and harmonize nicely. For minor third, peaks fall in between other peaks, and it all becomes a bit of a mess. It actually reminded me more of a horror sound than anything else.

For minor feel you're better off just using the octave doubler (shimmer).
__________________
[Tracker Plugin: Thread|Github|Reapack] | [Routing Plugin: Thread|Reapack] | [More JSFX: Thread|Descriptions|Reapack]
sai'ke is offline   Reply With Quote
Old 02-17-2020, 02:47 PM   #278
danerius
Human being with feelings
 
Join Date: Oct 2018
Posts: 173
Default

Quote:
Originally Posted by sai'ke View Post
It's an interesting idea TonE. I did try other ratios, and they don't sound that melodic. The reason being that this doubling happens recursively. The spectral peaks being copied higher and higher every cycle. For perfect fifth (which is 3/2) and double, they just land on top of each-other and harmonize nicely. For minor third, peaks fall in between other peaks, and it all becomes a bit of a mess. It actually reminded me more of a horror sound than anything else.

For minor feel you're better off just using the octave doubler (shimmer).
Hi¨

Adding thirds on top of each other will give you a diminished chord. A somewhat unsettling sound that mostly used as a passing chord. Or horror backdrops.

Thanks for the explanation on how Swellotron works. I was just gonna ask that

Best regards /danerius
danerius is offline   Reply With Quote
Old 02-19-2020, 11:32 AM   #279
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,031
Default

Quote:
Originally Posted by sai'ke View Post
It's an interesting idea TonE. I did try other ratios, and they don't sound that melodic. The reason being that this doubling happens recursively. The spectral peaks being copied higher and higher every cycle. For perfect fifth (which is 3/2) and double, they just land on top of each-other and harmonize nicely. For minor third, peaks fall in between other peaks, and it all becomes a bit of a mess. It actually reminded me more of a horror sound than anything else.
Thanks, anyway, at least you tried. But some should compose for horror movies as well, for minor we can just play them ourselves, without this tool, then putting this on top of it.

I am sure after some more experiments (weeks, months), your genius style will find some path, where other ratios will work, somehow, magically.

My trick for ambient music was, playing/recording some slow melodies I liked, then just slowing it 20..30 times, so getting huge long notes, then adding fadeins, fadeouts, on the note level, which are now of course very long, plus any other automation you like, the trick is just having many slow fades (in,out,automation) all going parallelly. As midi processor I was using keykit by another genius, THE midi genius, Tim Thompson*.

* https://timthompson.com
TonE is offline   Reply With Quote
Old 02-29-2020, 07:06 AM   #280
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 2,166
Default Spectrum Analyzer with Track names/colors

Hi Saike, big fan of your work!

The last couple of days I was tinkering a bit with your Spectrum Analyzer. I ended up
adding some features to your LoadSpectrum script:

- Track name/color support (Needs Reaper v5.97 or higher)
(Track colors are only used when not too many shown tracks have the same color)

- Some fine-tuning of which tracks are routed to the analyzer:
- If multiple tracks are selected they are routed to the analyzer
- Otherwise the script tries to show as many tracks as possible, first leaving out
folder children tracks (as it was), then tracks with receives (e.g. reverbs)

Here is GIF demonstrating the behavior (apparently an awfully large one):
https://ibb.co/0Jhh10Q

If you think this is useful, here is the modded version, you can merge it or do with it
as you please
https://stash.reaper.fm/v/38413/SaikeAnalyzer_FTC.zip


On an unrelated note:
1. I'd like to have a mode, that currently does not seem possible, where the spectrum
stays at the maximum point it has reached over time for each input. I was thinking
I could achieve that by tinkering with the integrate function, but thought I'd ask
you first, maybe you can point me in the right direction.

2. It took me a while to realise the double tap solo function was a feature and not a
bug. The interval between two clicks is quite high, and its visually hard to tell a
soloed channel apart. Maybe it would be easy for you to make the soloed channel
text yellow/green?
FeedTheCat is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 05:39 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.