Zebra2 Matrix
- KVRist
- 152 posts since 4 Oct, 2014 from Russia
Hi! As influenced by "mod" and "via" to "target"? Can be explained in more detail please? Google translator translates not correct. Thank U!
1) mod+via ->target ; 2) mod ->target, via ->target ; 3) mod ->via ->target
1) mod+via ->target ; 2) mod ->target, via ->target ; 3) mod ->via ->target
Live and learn forever!
- KVRAF
- 24455 posts since 7 Jan, 2009 from Croatia
Mod x via > target.
- KVRist
- Topic Starter
- 152 posts since 4 Oct, 2014 from Russia
ie "mod" is multiplied by the "via" and affects the "target"? "Mod" do not touch "via"? Thank U.EvilDragon wrote:Mod x via > target.
Live and learn forever!
- KVRAF
- 24455 posts since 7 Jan, 2009 from Croatia
Exactly as I said.
- u-he
- 30244 posts since 8 Aug, 2002 from Berlin
target = target + Source * SourceDepth * ( 1 + viaDepth * ( viaSource - 1 ) )
-> if viaDepth = 0: target = target + Source * SourceDepth
-> if viaDepth = 1: target = target + Source * SourceDepth * viaSource
(in Hive, viaDepth is always 1)
-> if viaDepth = 0: target = target + Source * SourceDepth
-> if viaDepth = 1: target = target + Source * SourceDepth * viaSource
(in Hive, viaDepth is always 1)
- KVRist
- Topic Starter
- 152 posts since 4 Oct, 2014 from Russia
I'm completely confused! What is SourseDepth, sours, viaSource, viaDepth? So how do work regulators "MOD" and "VIA"?Urs wrote:target = target + Source * SourceDepth * ( 1 + viaDepth * ( viaSource - 1 ) )
-> if viaDepth = 0: target = target + Source * SourceDepth
-> if viaDepth = 1: target = target + Source * SourceDepth * viaSource
(in Hive, viaDepth is always 1)
Live and learn forever!
- KVRAF
- 4197 posts since 23 May, 2004 from Bad Vilbel, Germany
Back to words, then...
MOD is the usual (primary) source of modulation e.g. LFO or whatever. A second source ("VIA") is required if you want to control the amount of modulation from something else e.g. a wheel on your keyboard, an envelope or whatever. Here's an example...
MOD = LFO2, VIA = ModWhl, TARGET = Cutoff
The amount of LFO modulating filter cutoff is controlled by the modulation wheel. Easy!
MOD is the usual (primary) source of modulation e.g. LFO or whatever. A second source ("VIA") is required if you want to control the amount of modulation from something else e.g. a wheel on your keyboard, an envelope or whatever. Here's an example...
MOD = LFO2, VIA = ModWhl, TARGET = Cutoff
The amount of LFO modulating filter cutoff is controlled by the modulation wheel. Easy!
Last edited by Howard on Sun Mar 15, 2015 7:46 am, edited 1 time in total.
- u-he
- 30244 posts since 8 Aug, 2002 from Berlin
Sorry, hehehe, over the years some people have preferred this kind of formula to explain things.atmelcool wrote:I'm completely confused! What is SourseDepth, sours, viaSource, viaDepth? So how do work regulators "MOD" and "VIA"?
Please take a look at Howie's explanation - it's that easy!
