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

From MSX Game Library

< Modules‎ | trilo/trilo scc player

Line 1: Line 1:
<syntaxhighlight lang="c">
+
<syntaxhighglight>
 
// TriloTracker options
 
// TriloTracker options
 
#define TRILO_USE_SFXPLAY TRUE // Add SFX playback through Trilo SCC player (ayFX + SCC format)
 
#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_TREMOLO TRUE // Add support for tremolo effect (little bit expensive)
 
#define TRILO_USE_TAIL FALSE // Add tail to prevent volume to fall to zero
 
#define TRILO_USE_TAIL FALSE // Add tail to prevent volume to fall to zero
</syntaxhighlight>
+
</syntaxhgighlight>

Revision as of 20:18, 4 January 2024

<syntaxhighglight> // TriloTracker options

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

</syntaxhgighlight>