1 /** 2 * This file is part of the Web Enabled Audio and Sound Enhancement Library (aka the Weasel audio library) Copyright 2011 - 2013 Warren Willmey. It is covered by the GNU General Public License version 3 as published by the Free Software Foundation, you should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. 3 */ 4 5 if( undefined == window.weasel ) window.weasel = {}; 6 7 // --------------------------------------------------------------------------- 8 /** Object containing constants that a The Def Jam Soundtracker 3 module requires, in 9 * addition to those defined in FormatTJCSoundTracker2 & FormatUltimateSoundTracker121. 10 * 11 * @constructor 12 * @const 13 */ 14 weasel.FormatDefJamSoundTracker3 = 15 { 16 /** The supported effects in a Def Jam Soundtracker 3 modules and: 17 * # Alpha Flight Soundtracker 4 18 * # DOC Soundtracker 3 19 * # DOC Soundtracker 4 20 * # DOC Soundtracker 6 21 * 22 * @const 23 * @enum {int} 24 */ 25 Effects: { 26 TickSpeed: 15 27 } 28 };