Home
last modified time | relevance | path

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

/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dhvlpinst.c68 writenum (buf, 56, col, ht->ht_Instruments[n].ins_Volume, 10, 3, 0);
87 writenum (buf, 64, col, ht->ht_Instruments[n].ins_Volume, 10, 3, 0);
H A Dplayer.h71 uint8_t ins_Volume;
H A Dloader.c209 ht->ht_Instruments[i].ins_Volume = bptr[0];
523 ht->ht_Instruments[i].ins_Volume = bptr[0];
H A Dplayer.c603 voice->vc_NoteMaxVolume = Ins->ins_Volume;
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.h45 uint8 ins_Volume; member
H A Dhvl_replay.c469 ht->ht_Instruments[i].ins_Volume = bptr[0]; in hvl_load_ahx()
777 ht->ht_Instruments[i].ins_Volume = bptr[0]; in hvl_LoadTune()
1113 voice->vc_NoteMaxVolume = Ins->ins_Volume; in hvl_process_step()
/dports/audio/hvl2wav/hivelytracker-8296a50/hvl2wav/
H A Dreplay.h35 uint8 ins_Volume; member
H A Dreplay.c521 ht->ht_Instruments[i].ins_Volume = bptr[0]; in hvl_load_ahx()
771 ht->ht_Instruments[i].ins_Volume = bptr[0]; in hvl_reset()
1143 voice->vc_NoteMaxVolume = Ins->ins_Volume; in hvl_process_step()
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_replay.h58 uint8 ins_Volume; member
H A Dhvl_replay.c268 ht->ht_Instruments[i].ins_Volume = bptr[0]; in hvl_load_ahx()
501 ht->ht_Instruments[i].ins_Volume = bptr[0]; in hvl_load_hvl()
900 voice->vc_NoteMaxVolume = Ins->ins_Volume; in hvl_process_step()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c299 ins->ins_Volume = 64; in rp_clear_instrument()
658 buf[4] = ins->ins_Volume; in rp_save_hvl_ins()
778 buf[4] = ins->ins_Volume; in rp_save_ins()
900 ni->ins_Volume = buf[4]; in rp_load_ins()
1243 tbf[0] = in->ins_Volume; in rp_save_hvl()
1443 tbf[0] = in->ins_Volume; in rp_save_ahx()
1586 at->at_Instruments[i].ins_Volume = bptr[0]; in rp_load_ahx()
1702 at->at_Instruments[k].ins_Volume = 64; in rp_mod_import()
1998 at->at_Instruments[i].ins_Volume = bptr[0]; in rp_load_tune()
2295 voice->vc_NoteMaxVolume = Ins->ins_Volume; in rp_play_instrument()
[all …]
H A Dreplay.h46 uint8 ins_Volume; member
H A Dundo.c408 if( rembef ) ud->before = ptr->ins_Volume; in modify_ins_b()
409 ptr->ins_Volume = new; in modify_ins_b()
1238 ins_b->ptr->ins_Volume = ins_b->before; in undo()
1737 ins_b->ptr->ins_Volume = ins_b->after; in redo()
H A Dgui.c1455 gui_check_inb( at, INB_VOL, ip->ins_Volume ); in gui_set_various_things()