Difference between revisions of "Modules/trilo/trilo scc player/Settings"

From MSX Game Library

< Modules‎ | trilo/trilo scc player

(Created page with " // TriloTracker options #define TRILO_USE_SFXPLAY TRUE // Add SFX playback through Trilo SCC player (ayFX + SCC format) #define TRILO_USE_TREMOLO TRUE // Add support for tr...")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
// TriloTracker options
+
Library configuration (<tt>msxgl_config.h</tt>):
#define TRILO_USE_SFXPLAY TRUE // Add SFX playback through Trilo SCC player (ayFX + SCC format)
+
<syntaxhighlight lang="c">
#define TRILO_USE_TREMOLO TRUE // Add support for tremolo effect (little bit expensive)
+
// TriloTracker options
#define TRILO_USE_TAIL FALSE // Add tail to prevent volume to fall to zero
+
#define TRILO_USE_SFXPLAY TRUE // Add SFX playback through Trilo SCC player (ayFX + SCC format)
 +
#define TRILO_USE_TREMOLO TRUE // Add support for tremolo effect (little bit expensive)
 +
#define TRILO_USE_TAIL FALSE // Add tail to prevent volume to fall to zero
 +
</syntaxhighlight>

Latest revision as of 01:34, 5 January 2024

Library configuration (msxgl_config.h):

// TriloTracker options
#define TRILO_USE_SFXPLAY	TRUE	// Add SFX playback through Trilo SCC player (ayFX + SCC format)
#define TRILO_USE_TREMOLO	TRUE	// Add support for tremolo effect (little bit expensive)
#define TRILO_USE_TAIL		FALSE	// Add tail to prevent volume to fall to zero