Replies: 3 comments 7 replies
-
|
If the values are in decibels shouldn't they all be negative? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Questions that must be nailed down first:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Recommended design answers for
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I suggest implementing custom noise with NoiseNN. White Noise would be used as base and noiseNN gets applied as a filter. and the custom noise could be used for the spin effect as base noise, noisebeat (like mixbeat but noise gets used instead of mixinput), noisepulse (Like Mixpulse but noise gets used as base).
It would work like a filter curve. (Some audio programs have a filter curve eq as feature). Values are entered in decibel.
example:
noise00: e=2 5 3 2 0 0 0 0 0 0 0 0 0 0 0 0 -2 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10
This custom filtered noise
This is how it would look in a sequence:
noise00/20
noise00:spin:300+2/20
noise00:noisebeat:3/20
noise00:noisepulse:20/20
Here is how it would look by using SpinNN and CustomNN:
spin00:noise00:spin:300+2/20
custom00:noise00:noisebeat:4/20
custom00:noise00:noisepulse:4/20
This would make noise customizable without having to rely on external programs for that.
Beta Was this translation helpful? Give feedback.
All reactions