Home
last modified time | relevance | path

Searched refs:at_NoteNr (Results 1 – 4 of 4) sorted by relevance

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dundo.c204 ud->notenr = at->at_NoteNr; in setafter_track()
673 ud->notenr = at->at_NoteNr; in modify_stp_b()
745 ud->notenr = at->at_NoteNr; in modify_stp_w()
1355 at->at_NoteNr = rtrk->notenr; in undo()
1367 at->at_NoteNr = stp_w->notenr; in undo()
1379 at->at_NoteNr = stp_w->notenr; in undo()
1391 at->at_NoteNr = stp_w->notenr; in undo()
1402 at->at_NoteNr = stp_b->notenr; in undo()
1413 at->at_NoteNr = stp_b->notenr; in undo()
1424 at->at_NoteNr = stp_b->notenr; in undo()
[all …]
H A Dgui.c1980 at->at_cbmarkcurnote = at->at_NoteNr; in gui_render_tracked()
2018 notenr = at->at_NoteNr; in gui_render_tracked()
2798 at->at_NoteNr = at->at_TrackLength-1; in gui_update_from_nbox()
4230 if( (i+at->at_NoteNr) >= at->at_TrackLength ) in gui_paste()
4252 at->at_NoteNr = (at->at_NoteNr+i)%at->at_TrackLength; in gui_paste()
5505 i = curtune->at_NoteNr + wheeldir; in gui_wheelybin()
5508 curtune->at_NoteNr = i; in gui_wheelybin()
6881 curtune->at_NoteNr--; in gui_handler()
7150 curtune->at_NoteNr--; in gui_handler()
7689 curtune->at_NoteNr = 0; in gui_handler()
[all …]
H A Dreplay.c369 at->at_NoteNr = 0; in rp_clear_tune()
529 at->at_NoteNr = 0; in rp_init_subsong()
2695 if( at->at_NoteNr+1 < at->at_TrackLength ) in rp_process_frame()
3242 at->at_NoteNr++; in rp_play_irq()
3243 if( at->at_NoteNr >= at->at_TrackLength ) in rp_play_irq()
3260 at->at_NoteNr = 0; in rp_play_irq()
3265 at->at_NoteNr = at->at_PosJumpNote; in rp_play_irq()
3272 at->at_NoteNr = 0; in rp_play_irq()
3796 rp_tune->at_NoteNr = 0; in rp_subtask_main()
3821 rp_tune->at_NoteNr = 0; in rp_subtask_main()
[all …]
H A Dreplay.h221 int16 at_NoteNr; member