Page 1 of 1

FFB to record

PostPosted: Tue Nov 19, 2019 12:48 am
by bonefisher
Requesting FFB to be able to record in macro editor!!!!!!! Please

Re: FFB to record

PostPosted: Tue Nov 19, 2019 1:35 am
by DontAtMe
Code: Select all
main {
  set_val(BUTTON_18, ffb_get_actual(FFB_1, 0));
  set_val(BUTTON_19, ffb_get_actual(FFB_2, 0));
  set_val(BUTTON_20, ffb_get_actual(FFB_3, 0));
  set_val(BUTTON_21, ffb_get_actual(FFB_4, 0));
}

Record a macro with this.
The FFB outputs will be recorded to BUTTON_18-21. :smile0517:

Re: FFB to record

PostPosted: Tue Nov 19, 2019 4:38 am
by bonefisher
Thanks! :smile0517:

Re: FFB to record

PostPosted: Thu Nov 21, 2019 5:02 am
by Prototype
bonefisher wrote:Requesting FFB to be able to record in macro editor!!!!!!! Please

Yesterday i thought about that and today i see a request for that! +1
Thank you for the trick DontAtMe!

Re: FFB to record

PostPosted: Fri Nov 22, 2019 2:29 am
by Baby Cham
prototype wrote:
bonefisher wrote:Requesting FFB to be able to record in macro editor!!!!!!! Please

Yesterday i thought about that and today i see a request for that! +1
Thank you for the trick DontAtMe!


+1. Been thinking to ask Jefferson about this.