Search found 63 matches

by freedom
Mon Jan 25, 2021 4:13 am
Forum: Lua and API Scripting Help
Topic: Reversing slider direction
Replies: 1
Views: 1342

Reversing slider direction

I have been trying to create vertical slider with 0.0 at bottom and 1.0 at top. This is the opposite of the default API.

Wonder if there's any code which can reverse the direction of the default slider?

Cheers
Freedom
by freedom
Thu Dec 03, 2020 11:55 am
Forum: Lua and API Scripting Help
Topic: Looking for a tools to view the Simvars in FS2020
Replies: 5
Views: 2166

Re: Looking for a tools to view the Simvars in FS2020

How do u guys dig out those custom variables of the addon aircrafts then? Seems no way to guess
by freedom
Wed Dec 02, 2020 6:44 pm
Forum: Lua and API Scripting Help
Topic: Looking for a tools to view the Simvars in FS2020
Replies: 5
Views: 2166

Looking for a tools to view the Simvars in FS2020

Is there a FS2020 equivalent of Dataref tools of X Plane? Been trying to look for something to monitor/interrogate realtime change of variables within FS2020 but no luck. I read about Simconnect but it doesn't seem to provide such function.

Cheers
Freedom
by freedom
Sat Nov 28, 2020 2:31 pm
Forum: Lua and API Scripting Help
Topic: Sound only from one side
Replies: 4
Views: 2175

Re: Sound only from one side

I tried converting the file into mono format, it still comes from the left side.

Therefore I would say its an output issue
by freedom
Fri Nov 27, 2020 6:36 pm
Forum: Lua and API Scripting Help
Topic: Sound only from one side
Replies: 4
Views: 2175

Sound only from one side

Code: Select all

beep = sound_add("beep.wav")
sound_play(beep)
When I load the above instrument, I only hear beep sound from the left channel of the headphone. Why is it happening? Thanks for your help.

Regards
Freedom

AM 4.0 Beta
by freedom
Fri Nov 27, 2020 6:35 pm
Forum: Lua and API Scripting Help
Topic: Possible for inter-panel instrument cross talk?
Replies: 3
Views: 1768

Re: Possible for inter-panel instrument cross talk?

Sure I have other plans for those panels right now. So no rush Ralph
by freedom
Tue Nov 24, 2020 4:34 pm
Forum: Lua and API Scripting Help
Topic: Possible for inter-panel instrument cross talk?
Replies: 3
Views: 1768

Re: Possible for inter-panel instrument cross talk?

Disregard, with the sim running from background it's fine.
by freedom
Tue Nov 24, 2020 4:16 pm
Forum: Lua and API Scripting Help
Topic: Possible for inter-panel instrument cross talk?
Replies: 3
Views: 1768

Possible for inter-panel instrument cross talk?

Is it possible to have 2 instruments across 2 different panels talking to each other? I want to use one instrument in Panel A to trigger output at Panel B

Looked at si_command_subscribe() but apparently it is contained within the same panel

Cheers
Freedom
by freedom
Thu Oct 29, 2020 9:27 am
Forum: Air Manager feedback & feature requests
Topic: Request for node brightness adjustment
Replies: 1
Views: 1426

Request for node brightness adjustment

For actions like button pushing and dimming, currently user have to upload separate png. Is it possible to add function to adjust individual image's brightness to optimize the workflow?
by freedom
Wed Oct 28, 2020 1:05 am
Forum: Air Manager Help
Topic: Urgent help required - functions disabled
Replies: 10
Views: 3968

Re: Urgent help required - functions disabled

Fixed. This is efficiency! Thank for the effort.