Jump to content

Automating prochannel eq frequency


Asif Ali

Recommended Posts

The node value is a percentage value between 0 and 100.

The easiest way to set it to a specific value is:

1. Set the Now time over the node you want to edit
2. Move node up and down, looking at the widget display ( the one that shows 447.7Hz on your screenshot).  Holding down SHIFT will lock the node horizontally while you move it vertically.

This should give you some idea of the percentage/freq relationship.  It's a logarithmic scale, but I've flattened it to make it easier to look up:

image.thumb.png.4ef9c00702facdc98bdada3ed2073e6b.png

Link to comment
Share on other sites

looking at the list it would appear that each of Mark's test where an increase of 10 is roughly an octave (20, 40, 80, 160, etc). but if you produced a finer granularity for your own as testing as Mark described, you could likely map to whatever range you wanted. it's likely different EQ types will have different slopes so you may want to test for each of the 4 EQ types.

Link to comment
Share on other sites

If you would like a formula, this one matches the data in msmcleod's chart:

Frequency = 20*10^((Setting/100)*3)

where Setting is a number from 0 through 100 (0% through 100%)

Please note that this just gives you the center frequency. As the others pointed out, the shape of the curve depends on which of the four EQ types you choose.

 

  • Like 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...