Log InCreate An Account
  1. Plugins
  2. »
  3. SocaLabs
  4. »
  5. Maths
  6. »
  7. Reviews

Comments & Discussion for SocaLabs Maths

Discussion
Discussion: Active
Vospi
Vospi
1 June 2018 at 7:06am

Please describe any possible scenarios for using that? Thanks.

FigBug
FigBug
10 June 2018 at 5:44pm

You can use it as a wave shaper, or use it to add crazy amounts of gain.

If you wanted to automate level or left and right channels individually you could do:
l = l * p1
r = r * p2.

Swap left and right channels:
l: r
r: l

Make mono:
l: (l + r) / 2
r: (l + r) / 2

Invert polarity:
l: -l
r: -r

Vospi
Vospi
10 June 2018 at 6:16pm

So one should really read the manual to uncover which functions you could use/modulate and understand if it's helpful for him, right?

FigBug
FigBug
10 June 2018 at 6:19pm

There is a list of available functions, constants and operators here: http://socalabs.com/developer-tools/maths/

Mundano
Mundano
5 July 2018 at 9:13pm

is this plugin written with Faust? thx.

FigBug
FigBug
6 July 2018 at 1:51am

No, C++ / JUCE.

Please log in to join the discussion