Home
last modified time | relevance | path

Searched refs:curtune (Results 1 – 3 of 3) sorted by relevance

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c1546 gui_render_perf( curtune, &curtune->at_Instruments[curtune->at_curins], FALSE ); in gui_set_various_things()
2697 ( tmr_lasttime == ((curtune->at_hours<<16)|(curtune->at_mins<<8)|curtune->at_secs) ) ) in gui_render_timer()
2702 tmr_lasttime = (curtune->at_hours<<16)|(curtune->at_mins<<8)|curtune->at_secs; in gui_render_timer()
2704 sprintf( tbuf, "%02d:%02d:%02d", curtune->at_hours, curtune->at_mins, curtune->at_secs ); in gui_render_timer()
2742 … gui_render_perf( curtune, curtune ? &curtune->at_Instruments[curtune->at_curins] : NULL, force ); in gui_render_tunepanel()
4684 gui_render_perf( curtune, &curtune->at_Instruments[curtune->at_curins], TRUE ); in gui_check_bbank()
4839 if( curtune ) curtune->at_doing = D_IDLE; in gui_check_bbank()
5494 …modify_pos_b( curtune, &curtune->at_Positions[curtune->at_PosNr], chan, UNT_POS_TRACK, curtune->at… in gui_wheelybin()
5970 if( (curtune->at_posed_curs/5+curtune->at_curlch) >= curtune->at_Channels ) in gui_posed_moveright()
7373 …stp = &curtune->at_Tracks[curtune->at_Positions[curtune->at_PosNr].pos_Track[chan]&0xff][curtune->… in gui_handler()
[all …]
H A Dabout.c43 extern struct ahx_tune *curtune;
499 if( curtune == rp_curtune ) in about_handler()
H A Dundo.c13 extern struct ahx_tune *curtune;
981 if( at != curtune ) return; in show_changed()