Home
last modified time | relevance | path

Searched refs:at_PosJumpNote (Results 1 – 2 of 2) sorted by relevance

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c370 at->at_PosJumpNote = 0; in rp_clear_tune()
530 at->at_PosJumpNote = 0; in rp_init_subsong()
2097 at->at_PosJumpNote = (FXParam & 0x0f) + (FXParam>>4)*10; in rp_process_stepfx_1()
2099 if( at->at_PosJumpNote > at->at_TrackLength ) in rp_process_stepfx_1()
2100 at->at_PosJumpNote = 0; in rp_process_stepfx_1()
3246 at->at_PosJumpNote = 0; in rp_play_irq()
3265 at->at_NoteNr = at->at_PosJumpNote; in rp_play_irq()
3275 at->at_PosJumpNote = 0; in rp_play_irq()
3798 rp_tune->at_PosJumpNote = 0; in rp_subtask_main()
3823 rp_tune->at_PosJumpNote = 0; in rp_subtask_main()
[all …]
H A Dreplay.h222 uint16 at_PosJumpNote; member