Home
last modified time | relevance | path

Searched refs:stp_Instrument (Results 1 – 14 of 14) sorted by relevance

/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dloader.c184 ht->ht_Tracks[i][j].stp_Instrument = 0;
197 ht->ht_Tracks[i][j].stp_Instrument = ((bptr[0]&0x3)<<4) | (bptr[1]>>4);
487 ht->ht_Tracks[i][j].stp_Instrument = 0;
501 ht->ht_Tracks[i][j].stp_Instrument = 0;
511 ht->ht_Tracks[i][j].stp_Instrument = bptr[1];
H A Dhvlptrak.c158 if (Step->stp_Instrument)
160 writenum(bp, 0, COLINS, Step->stp_Instrument, 16, 2, 0);
H A Dplayer.h97 uint8_t stp_Instrument;
H A Dplayer.c521 Instr = Step->stp_Instrument;
882 nextinst = ht->ht_Tracks[voice->vc_Track][ht->ht_NoteNr+1].stp_Instrument;
884 nextinst = ht->ht_Tracks[voice->vc_NextTrack][0].stp_Instrument;
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_replay.c236 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_load_ahx()
248 ht->ht_Tracks[i][j].stp_Instrument = ((bptr[0]&0x3)<<4) | (bptr[1]>>4); in hvl_load_ahx()
456 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_load_hvl()
470 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_load_hvl()
480 ht->ht_Tracks[i][j].stp_Instrument = bptr[1]; in hvl_load_hvl()
823 Instr = Step->stp_Instrument; in hvl_process_step()
1141 nextinst = ht->ht_Tracks[voice->vc_Track][ht->ht_NoteNr+1].stp_Instrument; in hvl_process_frame()
1143 nextinst = ht->ht_Tracks[voice->vc_NextTrack][0].stp_Instrument; in hvl_process_frame()
H A Dhvl_replay.h84 uint8 stp_Instrument; member
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c2101 if( stp->stp_Instrument ) in gui_render_tracked()
2105 stp->stp_Instrument, in gui_render_tracked()
2232 if( stp->stp_Instrument ) in gui_render_tracked()
2236 stp->stp_Instrument, in gui_render_tracked()
2291 if( stp->stp_Instrument ) in gui_render_tracked()
2295 stp->stp_Instrument, in gui_render_tracked()
4182 cb_content[i-start].stp_Instrument = curtune->at_Tracks[track][i].stp_Instrument; in gui_copyregion()
4236 at->at_Tracks[track][i+at->at_NoteNr].stp_Instrument = cb_content[i].stp_Instrument; in gui_paste()
7806 tmpstp.stp_Instrument = curtune->at_Tracks[track][k].stp_Instrument; in gui_handler()
7808 … curtune->at_Tracks[track][k].stp_Instrument = curtune->at_Tracks[track][l].stp_Instrument; in gui_handler()
[all …]
H A Dreplay.c447 at->at_Tracks[i][j].stp_Instrument = 0; in rp_clear_tune()
1107 ( at->at_Tracks[0][i].stp_Instrument != 0 ) || in rp_save_hvl()
1138 ( at->at_Tracks[i][j].stp_Instrument == 0 ) && in rp_save_hvl()
1218 ( at->at_Tracks[i][j].stp_Instrument == 0 ) && in rp_save_hvl()
1229 tbf[k++] = at->at_Tracks[i][j].stp_Instrument; in rp_save_hvl()
1343 ( at->at_Tracks[0][i].stp_Instrument != 0 ) || in rp_save_ahx()
1422 tbf[k++] |= (at->at_Tracks[i][j].stp_Instrument>>4)&0x3; in rp_save_ahx()
1955 at->at_Tracks[i][j].stp_Instrument = 0; in rp_load_tune()
1965 at->at_Tracks[i][j].stp_Instrument = bptr[1]; in rp_load_tune()
2377 Instr = Step->stp_Instrument; in rp_process_step()
[all …]
H A Dundo.c691 if( rembef ) ud->before = ptr->stp_Instrument; in modify_stp_b()
692 ptr->stp_Instrument = new; in modify_stp_b()
758 if( rembef ) ud->before = (ptr->stp_Note<<8)|(ptr->stp_Instrument); in modify_stp_w()
760 ptr->stp_Instrument = new & 0xff; in modify_stp_w()
1365 stp_w->ptr->stp_Instrument = stp_w->before & 0xff; in undo()
1411 stp_b->ptr->stp_Instrument = stp_b->before; in undo()
1864 stp_w->ptr->stp_Instrument = stp_w->after & 0xff; in redo()
1910 stp_b->ptr->stp_Instrument = stp_b->after; in redo()
H A Dreplay.h75 uint8 stp_Instrument; member
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.c437 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_load_ahx()
449 ht->ht_Tracks[i][j].stp_Instrument = ((bptr[0]&0x3)<<4) | (bptr[1]>>4); in hvl_load_ahx()
732 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_LoadTune()
746 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_LoadTune()
756 ht->ht_Tracks[i][j].stp_Instrument = bptr[1]; in hvl_LoadTune()
1036 Instr = Step->stp_Instrument; in hvl_process_step()
1354 nextinst = ht->ht_Tracks[voice->vc_Track][ht->ht_NoteNr+1].stp_Instrument; in hvl_process_frame()
1356 nextinst = ht->ht_Tracks[voice->vc_NextTrack][0].stp_Instrument; in hvl_process_frame()
H A Dhvl_replay.h71 uint8 stp_Instrument; member
/dports/audio/hvl2wav/hivelytracker-8296a50/hvl2wav/
H A Dreplay.c489 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_load_ahx()
501 ht->ht_Tracks[i][j].stp_Instrument = ((bptr[0]&0x3)<<4) | (bptr[1]>>4); in hvl_load_ahx()
726 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_reset()
740 ht->ht_Tracks[i][j].stp_Instrument = 0; in hvl_reset()
750 ht->ht_Tracks[i][j].stp_Instrument = bptr[1]; in hvl_reset()
1066 Instr = Step->stp_Instrument; in hvl_process_step()
1384 nextinst = ht->ht_Tracks[voice->vc_Track][ht->ht_NoteNr+1].stp_Instrument; in hvl_process_frame()
1386 nextinst = ht->ht_Tracks[voice->vc_NextTrack][0].stp_Instrument; in hvl_process_frame()
H A Dreplay.h61 uint8 stp_Instrument; member