![]() |
Mixxx
|
00001 /*************************************************************************** 00002 defs_cmetrics.h - description 00003 ------------------- 00004 copyright : (C) 2008 by Albert santoni 00005 email : 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 #ifndef DEFS_CMETRICS_H 00018 #define DEFS_CMETRICS_H 00019 00020 /* BIG NOTE: This must be updated on subsequent releases */ 00021 #define MIXXCMETRICS_RELEASE_ID "933C7639148513A656A40BFBCD397DBD" 00022 00023 #define MIXXXCMETRICS_MIXXX_CONSTRUCTOR_COMPLETE 3 00024 #define MIXXXCMETRICS_MIXXX_DESTRUCTOR_COMPLETE 4 00025 #define MIXXXCMETRICS_FAILED_TO_OPEN_SNDDEVICE_AT_STARTUP 5 00026 #define MIXXXCMETRICS_VERSION 6 00027 #define MIXXXCMETRICS_SOUND_API 7 00028 #define MIXXXCMETRICS_SOUND_SAMPLERATE 8 00029 #define MIXXXCMETRICS_SOUND_LATENCY 9 00030 #define MIXXXCMETRICS_MIDI_DEVICE 10 00031 #define MIXXXCMETRICS_LIBRARY_SCAN_TIME 11 00032 #define MIXXXCMETRICS_MIDI_MAPPING 12 00033 00034 #endif