- Posts: 3333
Complex mix and Mux ???
- vlad_vy
- Topic Author
- Offline
Less
More
19 Jan 2013 10:23 - 19 Jan 2013 10:26 #5181
by vlad_vy
Complex mix and Mux ??? was created by vlad_vy
What doing complex mix if it first or single? Except Mux:'replace'.
1) Mux: 'mult' = do nothing = output always 0% (trim works at range -10% - +10%)
2) Mux: 'add' = do nothing = output always 327% or -327% (trim at some point will slow change output from 327% to -327%)
3) Mux: 'max' = do nothing = output always 0% (trim from 0 point will slow change output from 0 to +327% or to -10%)
4) Mux: 'min' = do nothing = output always 0% (trim from 0 point will slow change output from 0 to -327% or to +10%)
Is it normal?
1) Mux: 'mult' = do nothing = output always 0% (trim works at range -10% - +10%)
2) Mux: 'add' = do nothing = output always 327% or -327% (trim at some point will slow change output from 327% to -327%)
3) Mux: 'max' = do nothing = output always 0% (trim from 0 point will slow change output from 0 to +327% or to -10%)
4) Mux: 'min' = do nothing = output always 0% (trim from 0 point will slow change output from 0 to -327% or to +10%)
Is it normal?
Last edit: 19 Jan 2013 10:26 by vlad_vy.
Please Log in or Create an account to join the conversation.
- domcars0
- Offline
Less
More
- Posts: 390
19 Jan 2013 10:29 #5182
by domcars0
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Replied by domcars0 on topic Complex mix and Mux ???
If you say that single or first mux operator can only be 'replace', I think you're right.
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Please Log in or Create an account to join the conversation.
- vlad_vy
- Topic Author
- Offline
Less
More
- Posts: 3333
19 Jan 2013 10:53 - 19 Jan 2013 11:03 #5184
by vlad_vy
Replied by vlad_vy on topic Complex mix and Mux ???
Cx = if(Mo.Mux == 'mult') {1} else {0} ...
Last edit: 19 Jan 2013 11:03 by vlad_vy.
Please Log in or Create an account to join the conversation.
- domcars0
- Offline
Less
More
- Posts: 390
19 Jan 2013 11:17 - 19 Jan 2013 11:19 #5186
by domcars0
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Replied by domcars0 on topic Complex mix and Mux ???
Unfortunatly (but reasonably) for the first mix I think that the algorythm consider that C_(x-1) = 0 (where C_(x-1) is the value of the previous output)
So
Cx = if(Mo.Mux == 'mult') {1} else {0} * C_(x-1) = 0
So
Cx = if(Mo.Mux == 'mult') {1} else {0} * C_(x-1) = 0
Devo 10 (+7e) owner. It's mine, please don't touch it with your big fingers
Last edit: 19 Jan 2013 11:19 by domcars0.
Please Log in or Create an account to join the conversation.
Time to create page: 0.037 seconds
- Home
- Forum
- News, Announcements and Feedback
- Feedback & Questions
- Complex mix and Mux ???