Home
last modified time | relevance | path

Searched refs:tunehigh (Results 1 – 6 of 6) sorted by relevance

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dlds_play.c654 void lds_playsound(int inst_number, int channel_number, int tunehigh) in lds_playsound() argument
663 tunehigh += ((i->finetune + c->finetune + 0x80) & 0xff) - 0x80; in lds_playsound()
670 tunehigh = tunehigh - (arpcalc ^ 0xff0) - 16; in lds_playsound()
672 tunehigh += arpcalc; in lds_playsound()
677 c->gototune = tunehigh; in lds_playsound()
717 freq = frequency[tunehigh % (12 * 16)]; in lds_playsound()
718 octave = tunehigh / (12 * 16) - 1; in lds_playsound()
723 c->lasttune = c->gototune = tunehigh; in lds_playsound()
725 c->gototune = tunehigh; in lds_playsound()
732 c->lasttune = tunehigh; in lds_playsound()
[all …]
H A Dlds_play.h67 void lds_playsound(int inst_number, int channel_number, int tunehigh);
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dlds.cpp549 void CldsPlayer::playsound(int inst_number, int channel_number, int tunehigh) in playsound() argument
558 tunehigh += ((i->finetune + c->finetune + 0x80) & 0xff) - 0x80; in playsound()
565 tunehigh = tunehigh - (arpcalc ^ 0xff0) - 16; in playsound()
567 tunehigh += arpcalc; in playsound()
572 c->gototune = tunehigh; in playsound()
612 freq = frequency[tunehigh % (12 * 16)]; in playsound()
613 octave = tunehigh / (12 * 16) - 1; in playsound()
618 c->lasttune = c->gototune = tunehigh; in playsound()
620 c->gototune = tunehigh; in playsound()
627 c->lasttune = tunehigh; in playsound()
[all …]
H A Dlds.h87 void playsound(int inst_number, int channel_number, int tunehigh);
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dlds.cpp549 void CldsPlayer::playsound(int inst_number, int channel_number, int tunehigh) in playsound() argument
558 tunehigh += ((i->finetune + c->finetune + 0x80) & 0xff) - 0x80; in playsound()
565 tunehigh = tunehigh - (arpcalc ^ 0xff0) - 16; in playsound()
567 tunehigh += arpcalc; in playsound()
572 c->gototune = tunehigh; in playsound()
612 freq = frequency[tunehigh % (12 * 16)]; in playsound()
613 octave = tunehigh / (12 * 16) - 1; in playsound()
618 c->lasttune = c->gototune = tunehigh; in playsound()
620 c->gototune = tunehigh; in playsound()
627 c->lasttune = tunehigh; in playsound()
[all …]
H A Dlds.h87 void playsound(int inst_number, int channel_number, int tunehigh);