Home
last modified time | relevance | path

Searched refs:OCTAVE (Results 126 – 150 of 516) sorted by path

12345678910>>...21

/dports/audio/timidity++-motif/TiMidity++-2.15.0/libunimod/
H A Dload_gdm.c232 UniNote (((note >> 4) * OCTAVE) + (note & 0xf) - 1); in GDM_ConvertTrack()
H A Dload_imf.c67 #define IMFNOTECNT (10*OCTAVE)
408 UniNote (((note >> 4) * OCTAVE) + (note & 0xf)); in IMF_ConvertTrack()
H A Dload_m15.c301 static UWORD npertab[7 * OCTAVE] =
332 for (note = 0; note < 7 * OCTAVE; note++) in M15_ConvertNote()
335 if (note == 7 * OCTAVE) in M15_ConvertNote()
372 UniNote (note + 2 * OCTAVE - 1); in M15_ConvertNote()
H A Dload_med.c309 UniNote (note + 3 * OCTAVE - 1); in MED_Convert1()
340 UniNote (note + 3 * OCTAVE - 1); in MED_Convert0()
H A Dload_mod.c169 static UWORD npertab[7 * OCTAVE] =
200 for (note = 0; note < 7 * OCTAVE; note++) in ConvertNote()
203 if (note == 7 * OCTAVE) in ConvertNote()
251 UniNote (note + 2 * OCTAVE - 1); in ConvertNote()
H A Dload_mtm.c133 UniNote (note + 2 * OCTAVE);
H A Dload_okt.c108 UniNote(note + 3*OCTAVE - 1); in OKT_ConvertTrack()
H A Dload_s3m.c273 UniNote (((note >> 4) * OCTAVE) + (note & 0xf)); /* normal note */ in S3M_ConvertTrack()
H A Dload_stm.c153 UniNote ((((note >> 4) + 2) * OCTAVE) + (note & 0xf)); in STM_ConvertNote()
H A Dload_stx.c228 UniNote (24 + ((note >> 4) * OCTAVE) + (note & 0xf)); /* normal note */ in STX_ConvertTrack()
H A Dload_ult.c273 UniNote (ev.note + 2 * OCTAVE - 1); in ULT_Load()
H A Dload_xm.c70 #define XMNOTECNT (8*OCTAVE)
H A Dmlutil.c171 static const UWORD oldperiods[OCTAVE * 2] =
246 t = (20L * OCTAVE + 2 - note) * 32L - (fine >> 1); in getlinearperiod()
266 n = note % (2 * OCTAVE); in getlogperiod()
267 o = note / (2 * OCTAVE); in getlogperiod()
288 n = note % (2 * OCTAVE); in getoldperiod()
289 o = note / (2 * OCTAVE); in getoldperiod()
314 noteindex[sample]=note-4*OCTAVE; in speed_to_finetune()
H A Dunimod.h122 #define OCTAVE 12 macro
/dports/audio/timidity++-slang/TiMidity++-2.15.0/libunimod/
H A Dload_669.c215 UniNote (note + 2 * OCTAVE); in S69_LoadPatterns()
H A Dload_amf.c206 if (track[row].note > OCTAVE) in AMF_ConvertTrack()
207 UniNote (track[row].note - OCTAVE); in AMF_ConvertTrack()
H A Dload_far.c140 UniNote (n->note + 3 * OCTAVE - 1); in FAR_ConvertTrack()
H A Dload_gdm.c232 UniNote (((note >> 4) * OCTAVE) + (note & 0xf) - 1); in GDM_ConvertTrack()
H A Dload_imf.c67 #define IMFNOTECNT (10*OCTAVE)
408 UniNote (((note >> 4) * OCTAVE) + (note & 0xf)); in IMF_ConvertTrack()
H A Dload_m15.c301 static UWORD npertab[7 * OCTAVE] =
332 for (note = 0; note < 7 * OCTAVE; note++) in M15_ConvertNote()
335 if (note == 7 * OCTAVE) in M15_ConvertNote()
372 UniNote (note + 2 * OCTAVE - 1); in M15_ConvertNote()
H A Dload_med.c309 UniNote (note + 3 * OCTAVE - 1); in MED_Convert1()
340 UniNote (note + 3 * OCTAVE - 1); in MED_Convert0()
H A Dload_mod.c169 static UWORD npertab[7 * OCTAVE] =
200 for (note = 0; note < 7 * OCTAVE; note++) in ConvertNote()
203 if (note == 7 * OCTAVE) in ConvertNote()
251 UniNote (note + 2 * OCTAVE - 1); in ConvertNote()
H A Dload_mtm.c133 UniNote (note + 2 * OCTAVE); in MTM_Convert()
H A Dload_okt.c108 UniNote(note + 3*OCTAVE - 1); in OKT_ConvertTrack()
H A Dload_s3m.c273 UniNote (((note >> 4) * OCTAVE) + (note & 0xf)); /* normal note */ in S3M_ConvertTrack()

12345678910>>...21