#include "defs.h"
Go to the source code of this file.
Functions | |
void | if_print_helpmsg (void) |
void | if_print_moving_msg (struct _application *app, const char *msg) |
void | if_print_status_msg (struct _application *app, const char *fmt,...) |
void | if_print_error_msg (struct _application *app, const char *fmt,...) |
void | if_muteon (struct _application *app, int chain_index) |
void | if_muteon_inv (struct _application *app, int chain_index) |
void | if_muteoff (struct _application *app, int chain_index) |
void | if_soloon (struct _application *app, int chain_index) |
void | if_solooff (struct _application *app, int chain_index) |
void | if_inputon (struct _application *app, int chain_index) |
void | if_inputoff (struct _application *app, int chain_index) |
void | if_outputon (struct _application *app, int chain_index) |
void | if_outputoff (struct _application *app, int chain_index) |
void | if_playat_select_length (struct _application *app, CHAIN *chain) |
void | if_clear_status (struct _application *app) |
void | if_chain_info_chain_name (struct _application *app, CHAIN *chain) |
void | if_chain_info_chain_index (struct _application *app, CHAIN *chain) |
void | if_chain_info_chain_input (struct _application *app, CHAIN *chain) |
void | if_chain_info_chain_output (struct _application *app, CHAIN *chain) |
void | if_print_song_position (struct _application *app) |
void | if_print_current_chain_info (struct _application *app, int my) |
void | if_chcopyon (struct _application *app, int chain_index) |
void | if_chcopyoff (struct _application *app, int chain_index) |
void | if_print_header (struct _application *app) |
void | if_print_footer (struct _application *app) |
void | if_print_chains (struct _application *app) |
void | if_print_chain_name (struct _application *app, CHAIN *cc) |
void | if_print_chain_input (struct _application *app, CHAIN *cc) |
void | if_print_chain_output (struct _application *app, CHAIN *cc) |
void | if_print_chain_mute (struct _application *app, CHAIN *cc) |
void | if_print_chain_solo (struct _application *app, CHAIN *cc) |
void | if_print_chain_chcopy (struct _application *app, CHAIN *cc) |
void | if_print_chain_volume (struct _application *app, CHAIN *cc) |
void | if_print_chain_volume_quick (struct _application *app, CHAIN *cc) |
void | if_print_chain_panning (struct _application *app, CHAIN *cc) |
void if_chain_info_chain_index | ( | struct _application * | app, | |
CHAIN * | chain | |||
) |
void if_chain_info_chain_input | ( | struct _application * | app, | |
CHAIN * | chain | |||
) |
void if_chain_info_chain_name | ( | struct _application * | app, | |
CHAIN * | chain | |||
) |
Print the chain name of the chain at chain list position clpos within the info area.
void if_chain_info_chain_output | ( | struct _application * | app, | |
CHAIN * | chain | |||
) |
void if_chcopyoff | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_chcopyon | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_clear_status | ( | struct _application * | app | ) |
void if_inputoff | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_inputon | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_muteoff | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_muteon | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_muteon_inv | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_outputoff | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_outputon | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_playat_select_length | ( | struct _application * | app, | |
CHAIN * | chain | |||
) |
void if_print_chain_chcopy | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
void if_print_chain_input | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
void if_print_chain_mute | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
void if_print_chain_name | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
void if_print_chain_output | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
void if_print_chain_panning | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
void if_print_chain_solo | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
void if_print_chain_volume | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
print the current volume of the chain into tohe volume column
void if_print_chain_volume_quick | ( | struct _application * | app, | |
CHAIN * | cc | |||
) |
Same as above but without getyx stuff.
void if_print_chains | ( | struct _application * | app | ) |
void if_print_current_chain_info | ( | struct _application * | app, | |
int | my | |||
) |
void if_print_error_msg | ( | struct _application * | app, | |
const char * | fmt, | |||
... | ||||
) |
void if_print_footer | ( | struct _application * | app | ) |
void if_print_header | ( | struct _application * | app | ) |
void if_print_helpmsg | ( | void | ) |
void if_print_moving_msg | ( | struct _application * | app, | |
const char * | msg | |||
) |
void if_print_song_position | ( | struct _application * | app | ) |
void if_print_status_msg | ( | struct _application * | app, | |
const char * | fmt, | |||
... | ||||
) |
void if_solooff | ( | struct _application * | app, | |
int | chain_index | |||
) |
void if_soloon | ( | struct _application * | app, | |
int | chain_index | |||
) |