-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various improvements and refactoring
- Loading branch information
Marco Auer
committed
Oct 27, 2024
1 parent
5aa387b
commit 4317c69
Showing
34 changed files
with
1,339 additions
and
1,115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Inbound Mapping Type: Short & long | ||
|
||
## Description | ||
|
||
This mapping simulates a push and pull button, as found in Airbus aircraft. A short button press will execute the push | ||
command, while a longer button press (~1 sec) will execute the pull command. | ||
|
||
## Required Parameters | ||
|
||
| Parameter | Description | | ||
|---------------|------------------------------------------------------| | ||
| command_short | Defines the command to be executed for a push action | | ||
| command_long | Defines the command to be executed for a pull action | | ||
|
||
## Examples | ||
|
||
``` | ||
{ ch = 11, cc = 14, type = "snl", command_push = "AirbusFBW/PushAltitude", command_pull = "AirbusFBW/PullAltitude" } | ||
``` | ||
*If the button for Channel 11 and Control Change 14 is pressed and immediately released the command | ||
'AirbusFBW/PushAltitude' will be executed. If the button is pressed for a longer time (~one second) then command | ||
'AirbusFBW/PullAltitude' will be executed.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.