Initial revision
This commit is contained in:
19
src/tooltips.c
Normal file
19
src/tooltips.c
Normal file
@@ -0,0 +1,19 @@
|
||||
// SPDX-FileCopyrightText: 2022 Geoffrey D. Bennett <g@b4.vu>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#include "tooltips.h"
|
||||
|
||||
// tooltips that are used from multiple files
|
||||
|
||||
const char *level_descr =
|
||||
"Mic/Line or Instrument Level (Impedance)";
|
||||
|
||||
const char *air_descr =
|
||||
"Enabling Air will transform your recordings and inspire you while "
|
||||
"making music.";
|
||||
|
||||
const char *phantom_descr =
|
||||
"Enabling 48V sends “Phantom Power” to the XLR microphone input. "
|
||||
"This is required for some microphones (such as condensor "
|
||||
"microphones), and damaging to some microphones (particularly "
|
||||
"vintage ribbon microphones).";
|
||||
Reference in New Issue
Block a user