Adding the effects of curves #2560
Is there an existing issue for this feature request?
Is your feature request related to a problem?Could it be possible to have the possivbility to have the addition of twp curves ? That would be "diff" and 'expo" at the same time, on the Ailerons, for example. Describe the solution you'd likehaving a second line in the Mix menus, for a 2nd curve to add up with another one: default is 'diff', could we have a line offering 'diff' added to the first one ? Describe alternatives you've consideredNo response Additional contextNo response |
Answered by
raphaelcoeffic
Oct 14, 2022
Replies: 4 comments 2 replies
|
You can compose them by using channels that are then used as the source for another. You should have a look here: https://rc-soar.com/opentx/basics/index.htm |
2 replies
Answer selected by
Billy60
|
Thanks Raphael, this is indeed a good way. Keep on the fantastic work ! |
0 replies
|
@Billy60 The existing features already support your example of expo + diff on the ailerons.
|
0 replies
|
Thanks Mike
Understood and will do.
Have a good day
Billy
Le sam. 15 oct. 2022, 13:22, Mike Shellim ***@***.***> a
écrit :
… @Billy60 <https://github.com/Billy60> The existing features already
support your example of expo + diff on the ailerons.
- set aileron expo in the aileron input (it must be done in the *input*
- not the mix - since expo must see the raw stick value [-100% to +100%]).
- set diff in each aileron *mix*
INPUTS
[I]Ail: source=Aileron_stick, expo={your expo}
MIXERS
CH:RightAileron
source=[I]Ail, weight=100%, diff={your diff}
CH:LeftAileron
source=[I]Ail, weight=-100%, diff={your diff}
—
Reply to this email directly, view it on GitHub
<#2560 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOMGZAJGZ4UTIM325SVC6DWDKHXHANCNFSM6AAAAAARFYGN44>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can compose them by using channels that are then used as the source for another. You should have a look here: https://rc-soar.com/opentx/basics/index.htm