Home
last modified time | relevance | path

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

/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dhvlpinst.c104 writenum (buf, 106, col, ht->ht_Instruments[n].ins_VibratoSpeed, 10, 3, 0);
H A Dplayer.h80 uint8_t ins_VibratoSpeed;
H A Dloader.c226 ht->ht_Instruments[i].ins_VibratoSpeed = bptr[15];
540 ht->ht_Instruments[i].ins_VibratoSpeed = bptr[15];
H A Dplayer.c608 voice->vc_VibratoSpeed = Ins->ins_VibratoSpeed;
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.h54 uint8 ins_VibratoSpeed; member
H A Dhvl_replay.c486 ht->ht_Instruments[i].ins_VibratoSpeed = bptr[15]; in hvl_load_ahx()
794 ht->ht_Instruments[i].ins_VibratoSpeed = bptr[15]; in hvl_LoadTune()
1118 voice->vc_VibratoSpeed = Ins->ins_VibratoSpeed; in hvl_process_step()
/dports/audio/hvl2wav/hivelytracker-8296a50/hvl2wav/
H A Dreplay.h44 uint8 ins_VibratoSpeed; member
H A Dreplay.c538 ht->ht_Instruments[i].ins_VibratoSpeed = bptr[15]; in hvl_load_ahx()
788 ht->ht_Instruments[i].ins_VibratoSpeed = bptr[15]; in hvl_reset()
1148 voice->vc_VibratoSpeed = Ins->ins_VibratoSpeed; in hvl_process_step()
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_replay.h67 uint8 ins_VibratoSpeed; member
H A Dhvl_replay.c285 ht->ht_Instruments[i].ins_VibratoSpeed = bptr[15]; in hvl_load_ahx()
518 ht->ht_Instruments[i].ins_VibratoSpeed = bptr[15]; in hvl_load_hvl()
905 voice->vc_VibratoSpeed = Ins->ins_VibratoSpeed; in hvl_process_step()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c308 ins->ins_VibratoSpeed = 0; in rp_clear_instrument()
676 buf[19] = ins->ins_VibratoSpeed; in rp_save_hvl_ins()
796 buf[19] = ins->ins_VibratoSpeed; in rp_save_ins()
917 ni->ins_VibratoSpeed = buf[19]; in rp_load_ins()
1262 tbf[15] = in->ins_VibratoSpeed; in rp_save_hvl()
1462 tbf[15] = in->ins_VibratoSpeed; in rp_save_ahx()
1603 at->at_Instruments[i].ins_VibratoSpeed = bptr[15]; in rp_load_ahx()
1712 at->at_Instruments[k].ins_VibratoSpeed = 0; in rp_mod_import()
2015 at->at_Instruments[i].ins_VibratoSpeed = bptr[15]; in rp_load_tune()
2300 voice->vc_VibratoSpeed = Ins->ins_VibratoSpeed; in rp_play_instrument()
[all …]
H A Dreplay.h55 uint8 ins_VibratoSpeed; member
H A Dundo.c453 if( rembef ) ud->before = ptr->ins_VibratoSpeed; in modify_ins_b()
454 ptr->ins_VibratoSpeed = new; in modify_ins_b()
1301 ins_b->ptr->ins_VibratoSpeed = ins_b->before; in undo()
1800 ins_b->ptr->ins_VibratoSpeed = ins_b->after; in redo()
H A Dgui.c1497 gui_check_inb( at, INB_VIBSPEED, ip->ins_VibratoSpeed ); in gui_set_various_things()