Home
last modified time | relevance | path

Searched refs:sFrames (Results 1 – 15 of 15) sorted by relevance

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c316 ins->ins_Envelope.sFrames = 1; in rp_clear_instrument()
667 buf[10] = ins->ins_Envelope.sFrames; in rp_save_hvl_ins()
787 buf[10] = ins->ins_Envelope.sFrames; in rp_save_ins()
908 ni->ins_Envelope.sFrames = buf[10]; in rp_load_ins()
1250 tbf[6] = in->ins_Envelope.sFrames; in rp_save_hvl()
1450 tbf[6] = in->ins_Envelope.sFrames; in rp_save_ahx()
1594 at->at_Instruments[i].ins_Envelope.sFrames = bptr[6]; in rp_load_ahx()
2290 voice->vc_ADSR.sFrames = Ins->ins_Envelope.sFrames; in rp_play_instrument()
2449 voice->vc_ADSR.sFrames = Ins->ins_Envelope.sFrames; in rp_process_step()
2754 } else if( voice->vc_ADSR.sFrames ) { in rp_process_frame()
[all …]
H A Dreplay.h22 int16 sFrames; member
H A Dundo.c354 if( rembef ) ud->before = ptr->sFrames; in modify_env_w()
355 ptr->sFrames = new; in modify_env_w()
1118 env_w->ptr->sFrames = env_w->before; in undo()
1617 env_w->ptr->sFrames = env_w->after; in redo()
H A Dgui.c1492 gui_check_inb( at, INB_SUSTAIN, ip->ins_Envelope.sFrames ); in gui_set_various_things()
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_replay.c276 ht->ht_Instruments[i].ins_Envelope.sFrames = bptr[6]; in hvl_load_ahx()
509 ht->ht_Instruments[i].ins_Envelope.sFrames = bptr[6]; in hvl_load_hvl()
895 voice->vc_ADSR.sFrames = Ins->ins_Envelope.sFrames; in hvl_process_step()
1174 voice->vc_ADSR.aFrames = voice->vc_ADSR.dFrames = voice->vc_ADSR.sFrames = 0; in hvl_process_frame()
1198 } else if( voice->vc_ADSR.sFrames ) { in hvl_process_frame()
1200 voice->vc_ADSR.sFrames--; in hvl_process_frame()
H A Dhvl_replay.h34 int16 sFrames; member
/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dplayer.c598 voice->vc_ADSR.sFrames = Ins->ins_Envelope.sFrames;
919 voice->vc_ADSR.aFrames = voice->vc_ADSR.dFrames = voice->vc_ADSR.sFrames = 0;
945 } else if ( voice->vc_ADSR.sFrames )
947 voice->vc_ADSR.sFrames--;
H A Dplayer.h47 int16_t sFrames;
H A Dloader.c217 ht->ht_Instruments[i].ins_Envelope.sFrames = bptr[6];
531 ht->ht_Instruments[i].ins_Envelope.sFrames = bptr[6];
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.h21 int16 sFrames; member
H A Dhvl_replay.c477 ht->ht_Instruments[i].ins_Envelope.sFrames = bptr[6]; in hvl_load_ahx()
785 ht->ht_Instruments[i].ins_Envelope.sFrames = bptr[6]; in hvl_LoadTune()
1108 voice->vc_ADSR.sFrames = Ins->ins_Envelope.sFrames; in hvl_process_step()
1387 voice->vc_ADSR.aFrames = voice->vc_ADSR.dFrames = voice->vc_ADSR.sFrames = 0; in hvl_process_frame()
1411 } else if( voice->vc_ADSR.sFrames ) { in hvl_process_frame()
1413 voice->vc_ADSR.sFrames--; in hvl_process_frame()
/dports/audio/hvl2wav/hivelytracker-8296a50/hvl2wav/
H A Dreplay.h11 int16 sFrames; member
H A Dreplay.c529 ht->ht_Instruments[i].ins_Envelope.sFrames = bptr[6]; in hvl_load_ahx()
779 ht->ht_Instruments[i].ins_Envelope.sFrames = bptr[6]; in hvl_reset()
1138 voice->vc_ADSR.sFrames = Ins->ins_Envelope.sFrames; in hvl_process_step()
1417 voice->vc_ADSR.aFrames = voice->vc_ADSR.dFrames = voice->vc_ADSR.sFrames = 0; in hvl_process_frame()
1441 } else if( voice->vc_ADSR.sFrames ) { in hvl_process_frame()
1443 voice->vc_ADSR.sFrames--; in hvl_process_frame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx3855 sFrames = SwResId(STR_CONTENT_TYPE_FRAME); in SwXLinkTargetSupplier()
3881 else if(rName == sFrames) in getByName()
3931 sFrames, in getElementNames()
3942 rName == sFrames || in hasByName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunotxdoc.hxx474 OUString sFrames; member in SwXLinkTargetSupplier