#pragma once #define MIXXX_WEBSITE_URL "https://www.mixxx.org" #define MIXXX_SUPPORT_URL "https://www.mixxx.org/support/" #define MIXXX_TRANSLATION_URL "https://www.transifex.com/projects/p/mixxxdj/" #define MIXXX_FEEDBACK_URL "https://goo.gl/forms/IHf3JK7Q9DXmExXc2" #define MIXXX_MANUAL_URL "https://manual.mixxx.org/2.3" #define MIXXX_MANUAL_SHORTCUTS_URL \ MIXXX_MANUAL_URL "/chapters/controlling_mixxx.html#using-a-keyboard" #define MIXXX_MANUAL_CONTROLLERS_URL \ MIXXX_MANUAL_URL \ "/chapters/controlling_mixxx.html#using-midi-hid-controllers" #define MIXXX_MANUAL_CONTROLLERMANUAL_PREFIX \ MIXXX_MANUAL_URL \ "/hardware/controllers/" #define MIXXX_MANUAL_CONTROLLERMANUAL_SUFFIX ".html" #define MIXXX_MANUAL_SOUND_URL \ MIXXX_MANUAL_URL "/chapters/preferences.html#sound-hardware" #define MIXXX_MANUAL_LIBRARY_URL \ MIXXX_MANUAL_URL "/chapters/preferences.html#library" #define MIXXX_MANUAL_BEATS_URL \ MIXXX_MANUAL_URL "/chapters/preferences.html#beat-detection" #define MIXXX_MANUAL_KEY_URL \ MIXXX_MANUAL_URL "/chapters/preferences.html#key-detection" #define MIXXX_MANUAL_EQ_URL \ MIXXX_MANUAL_URL "/chapters/preferences.html#equalizers" #define MIXXX_MANUAL_BROADCAST_URL \ MIXXX_MANUAL_URL "/chapters/livebroadcasting.html#configuring-mixxx" #define MIXXX_MANUAL_VINYL_URL \ MIXXX_MANUAL_URL "/chapters/vinyl_control.html#configuring-vinyl-control" #define MIXXX_MANUAL_FILENAME "Mixxx-Manual.pdf"