Home
last modified time | relevance | path

Searched refs:MOD_ORDERS (Results 1 – 7 of 7) sorted by relevance

/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_module_saver.c67 for (i = 0; i < MOD_ORDERS; i++) in modSave()
71 for (i = 0; i < MOD_ORDERS; i++) in modSave()
H A Dpt2_structs.h53 uint16_t order[MOD_ORDERS], numOrders;
166 …bool swapChannelFlag, configFound, abortMod2Wav, chordLengthMin, rowVisitTable[MOD_ORDERS * MOD_RO…
H A Dpt2_header.h50 #define MOD_ORDERS 128 macro
H A Dpt2_mod2wav.c239 memset(editor.rowVisitTable, 0, MOD_ORDERS * MOD_ROWS); in calcMod2WavTotalRows()
H A Dpt2_module_loader.c421 for (i = 0; i < MOD_ORDERS; i++)
H A Dpt2_replayer.c1559 memset(editor.rowVisitTable, 0, MOD_ORDERS * MOD_ROWS); // for MOD2WAV in restartSong()
H A Dpt2_visuals.c668 for (i = 0; i < MOD_ORDERS; i++) in updateSongInfo2()