Home
last modified time | relevance | path

Searched refs:fixed_note (Results 1 – 12 of 12) sorted by relevance

/dports/security/gvmd/gvmd-21.4.4/src/
H A Dgmp_tickets.c676 entity_t entity, comment, status, open_note, fixed_note, closed_note; in modify_ticket_run() local
689 fixed_note = entity_child (entity, "fixed_note"); in modify_ticket_run()
733 fixed_note ? entity_text (fixed_note) : NULL, in modify_ticket_run()
H A Dmanage_sql_tickets.c1190 const gchar *fixed_note, const gchar *closed_note, in modify_ticket() argument
1271 if ((fixed_note == NULL) || (strlen (fixed_note) == 0)) in modify_ticket()
1317 if (set_note (ticket, "fixed_note", fixed_note)) in modify_ticket()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dahx.c431 Uint8 fixed_note = (step >> 22) & 1; in import_ahx() local
470 if (fixed_note) n = my_min(0xf0, my_max(0, (int)n)) + 48 - wavelen_semitones; in import_ahx()
474 …if (pidx < MUS_PROG_LEN - 1) i->program[pidx] = (fixed_note ? MUS_FX_ARPEGGIO_ABS : MUS_FX_ARPEGGI… in import_ahx()
512 was_fixed = fixed_note; in import_ahx()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/oplsynth/
H A Dgenmidi.h41 uint8_t fixed_note; member
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Doplplayer.c79 unsigned char fixed_note; member
857 voice->note = instrument->fixed_note; in VoiceKeyOn()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/MUSIC/
H A Doplplayer.c79 byte fixed_note; member
850 voice->note = instrument->fixed_note; in VoiceKeyOn()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/snd/
H A Dmusic.h109 Uint16 target_note, last_note, fixed_note; member
H A Dmusic.c802 chn->fixed_note = (inst & 0xff) << 8; in do_command()
808 if (chn->fixed_note != 0xffff) in do_command()
811 chn->fixed_note = 0xffff; in do_command()
1158 chn->fixed_note = 0xffff; in mus_trigger_instrument_internal()
1403 …Sint32 note = (mus->channel[chan].fixed_note != 0xffff ? mus->channel[chan].fixed_note : mus->chan… in mus_advance_channel()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/
H A Dmusicblock.cpp152 if (instrument->flags & GENMIDI_FLAG_FIXED) note = instrument->fixed_note; in voiceKeyOn()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Di_oplmusic.c72 byte fixed_note;
938 voice->note = instrument->fixed_note; in VoiceKeyOn()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Di_oplmusic.c72 byte fixed_note;
938 voice->note = instrument->fixed_note; in VoiceKeyOn()
/dports/security/greenbone-security-assistant/gsa-21.4.3/gsad/src/
H A Dgsad_gmp.c16186 const gchar *ticket_id, *status, *open_note, *fixed_note, *closed_note; in save_ticket_gmp() local
16193 fixed_note = params_value (params, "fixed_note"); in save_ticket_gmp()
16201 CHECK_VARIABLE_INVALID (fixed_note, "Save Ticket"); in save_ticket_gmp()
16212 ticket_id, user_id, status, open_note, fixed_note, closed_note)) in save_ticket_gmp()