Log InCreate An Account
  1. Plugins
  2. »
  3. SocaLabs
  4. »
  5. Maths
  6. »
  7. Details
Maths
Maths by SocaLabs is a Virtual Effect Audio Plugin for macOS, Windows and Linux. It functions as a VST Plugin, an Audio Units Plugin and a VST 3 Plugin.
Product
Version
1.1.0
Product
Version
1.1.0
Product
Version
1.1.0
Effect
Formats
Other
Development Tool
Copy Protection
None
My KVR - Groups, Versions, & More
33 KVR members have added Maths to 19 My KVR groups 42 times.
Not In Your MY KVR Groups
(or group limitation prevents versioning)
+19 in private groups

KVR Rank

Overall: 4283   3340   4077   329

30-Day: 5448; 7-Day: 14292; Yesterday: 23325

  • Run maths formulas on stereo channels.
  • 4 automatable parameters.
  • 25 buit in functions.
  • 14 operators.
  • 1 ternary operator.

Latest User Reviews

Average user rating of 0.00 from 0 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