Initial revision

This commit is contained in:
Geoffrey D. Bennett
2022-03-14 09:24:43 +10:30
commit 17b4d2f055
89 changed files with 40806 additions and 0 deletions

19
src/tooltips.c Normal file
View 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).";