Home
last modified time | relevance | path

Searched refs:ins_HardCutRelease (Results 1 – 13 of 13) sorted by relevance

/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.h56 uint8 ins_HardCutRelease; member
H A Dhvl_replay.c484 ht->ht_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0; in hvl_load_ahx()
792 ht->ht_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0; in hvl_LoadTune()
1121 voice->vc_HardCutRelease = Ins->ins_HardCutRelease; in hvl_process_step()
/dports/audio/hvl2wav/hivelytracker-8296a50/hvl2wav/
H A Dreplay.h46 uint8 ins_HardCutRelease; member
H A Dreplay.c536 ht->ht_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0; in hvl_load_ahx()
786 ht->ht_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0; in hvl_reset()
1151 voice->vc_HardCutRelease = Ins->ins_HardCutRelease; in hvl_process_step()
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_replay.h69 uint8 ins_HardCutRelease; member
H A Dhvl_replay.c283 ht->ht_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0; in hvl_load_ahx()
516 ht->ht_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0; in hvl_load_hvl()
908 voice->vc_HardCutRelease = Ins->ins_HardCutRelease; in hvl_process_step()
/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dplayer.h82 uint8_t ins_HardCutRelease;
H A Dloader.c224 ht->ht_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0;
538 ht->ht_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0;
H A Dplayer.c611 voice->vc_HardCutRelease = Ins->ins_HardCutRelease;
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c310 ins->ins_HardCutRelease = 0; in rp_clear_instrument()
674 buf[18] |= (ins->ins_HardCutRelease&0x1)<<7; in rp_save_hvl_ins()
794 buf[18] |= (ins->ins_HardCutRelease&0x1)<<7; in rp_save_ins()
915 ni->ins_HardCutRelease = buf[18]&0x80?1:0; in rp_load_ins()
1260 tbf[14] |= (in->ins_HardCutRelease&1)<<7; in rp_save_hvl()
1460 tbf[14] |= (in->ins_HardCutRelease&1)<<7; in rp_save_ahx()
1601 at->at_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0; in rp_load_ahx()
1713 at->at_Instruments[k].ins_HardCutRelease = 0; in rp_mod_import()
2013 at->at_Instruments[i].ins_HardCutRelease = bptr[14]&0x80?1:0; in rp_load_tune()
2303 voice->vc_HardCutRelease = Ins->ins_HardCutRelease; in rp_play_instrument()
[all …]
H A Dreplay.h57 uint8 ins_HardCutRelease; member
H A Dundo.c463 if( rembef ) ud->before = ptr->ins_HardCutRelease; in modify_ins_b()
464 ptr->ins_HardCutRelease = new; in modify_ins_b()
1315 ins_b->ptr->ins_HardCutRelease = ins_b->before; in undo()
1814 ins_b->ptr->ins_HardCutRelease = ins_b->after; in redo()
H A Dgui.c1507 gui_check_inb( at, INB_RELCUT, ip->ins_HardCutRelease ); in gui_set_various_things()