Digigurdy-baz
Loading...
Searching...
No Matches
Functions
EX Button Functions

Functions

void cycle_mel_mute ()
 Cycles through muting the melody strings. More...
 
void cycle_drone_tromp_mute ()
 Cycles through muting the drone and trompette strings. More...
 
void cycle_drone_mute ()
 Toggles muting the drone string. More...
 
void cycle_tromp_mute ()
 Toggles muting the trompette string. More...
 
void turn_volume_down ()
 Turns the volume down by 10 if possible on all strings. More...
 
void turn_volume_up ()
 Turns the volume up by 10 if possible on all strings. More...
 
void ex_cycle_capo (bool playing)
 Cycles the capo, and adjusts any playing notes. More...
 
void ex_tpose_up (bool playing)
 Increases the transpose by 1 semitone, and adjusts any playing notes. More...
 
void ex_tpose_down (bool playing)
 Decreases the transpose by 1 semitone, and adjusts any playing notes. More...
 
void ex_tpose_toggle (bool playing, int steps)
 Toggles the transpose up or down a number of steps. More...
 
void ex_sec_out_toggle ()
 Cycles through the secondary audio output options. More...
 

Detailed Description

These are the various functions that the EX buttons can be configured to run when pressed.

Note
One EX button use isn't listed here: bringing up the pause screen.

Function Documentation

◆ cycle_drone_mute()

void cycle_drone_mute ( )

Toggles muting the drone string.

  • Applies immediately if playing.

◆ cycle_drone_tromp_mute()

void cycle_drone_tromp_mute ( )

Cycles through muting the drone and trompette strings.

  • Applies immediately if playing.
  • Cycles through all 4 mute/unmute possibilities between the two strings.

◆ cycle_mel_mute()

void cycle_mel_mute ( )

Cycles through muting the melody strings.

  • Applies immediately if playing.
  • Cycles through one or the other or no melody strings.
  • Does not include an option to mute all melody strings (why have that?).

◆ cycle_tromp_mute()

void cycle_tromp_mute ( )

Toggles muting the trompette string.

  • Applies immediately if playing.

◆ ex_cycle_capo()

void ex_cycle_capo ( bool  playing)

Cycles the capo, and adjusts any playing notes.

Version
New in 2.3.7

◆ ex_sec_out_toggle()

void ex_sec_out_toggle ( )

Cycles through the secondary audio output options.

Version
New in 2.9.2

◆ ex_tpose_down()

void ex_tpose_down ( bool  playing)

Decreases the transpose by 1 semitone, and adjusts any playing notes.

Version
New in 2.3.7

◆ ex_tpose_toggle()

void ex_tpose_toggle ( bool  playing,
int  steps 
)

Toggles the transpose up or down a number of steps.

Parameters
playing
toggled
Version
New in 2.5.7

◆ ex_tpose_up()

void ex_tpose_up ( bool  playing)

Increases the transpose by 1 semitone, and adjusts any playing notes.

Version
New in 2.3.7

◆ turn_volume_down()

void turn_volume_down ( )

Turns the volume down by 10 if possible on all strings.

Version
New in 2.3.3

◆ turn_volume_up()

void turn_volume_up ( )

Turns the volume up by 10 if possible on all strings.

Version
New in 2.3.3