⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tf_config.h

📁 一个96K的3D游戏源码
💻 H
字号:

/* ###########################################################################
*
*    ------  /   /  /\   /  /---  -----  /  ----  /   /
*       /   /   /  /  \ /  /---   -/-   /   \--  /---/
*      /    \---  /    /  /---    /    /  ----/ /   /
*
*       t i n y   m u s i c   s y n t h e s i z e r 
* 
* Copyright 2004, Christian Loos
* snej@braincontrol.org
*
* ########################################################################### */

// ---------------------------------------------------------------------------
//    CONFIGURATION
// ---------------------------------------------------------------------------

// if you set this, a file named "output.wav" will be written while running the synth
#define  OUTPUT_WAVEFILE            1

// if you set this, the API for controlling tunefish will be included. 
// otherwise tunefish will only be usable as player
#define  INCLUDE_API                1

// if you set this, the tunefish server will be included so you can make
// tunefish listen on a socket to receive control commands.
#define  INCLUDE_SERVER             1

// if you set this, all filters will be changable during runtime through API/Server.
// otherwise the filters will be initialized only once. makes sense when you want
// to use tunefish as player only and don't expect user input
#define  INCLUDE_DYNAMIC_FILTERS    1

// if you set this, no cleanups will be done after stopping tunefish which will result 
// in memory leaks. only makes sense when you use tunefish as a player and memory
// leaks are not an issue because you only play one song and then quit
#define  NO_CLEANUPS                0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -