Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c266 signed short int vol_lvl; member
2613 nte->vol_lvl = get_volume(mdi, ch, nte);
2632 nte->vol_lvl = get_volume(mdi, ch, nte);
2636 nte->next->vol_lvl = get_volume(mdi, ch, nte->next);
2693 (*note_data)->vol_lvl = get_volume(mdi, ch, *note_data);
2695 (*note_data)->next->vol_lvl = get_volume(mdi, ch, (*note_data)->next);
2717 (*note_data)->vol_lvl = get_volume(mdi, ch, *note_data);
2719 (*note_data)->next->vol_lvl = get_volume(mdi, ch, (*note_data)->next);
2919 (*note_data)->vol_lvl = get_volume(mdi, ch, *note_data);
2986 (*note_data)->vol_lvl = get_volume(mdi, ch, *note_data);
[all …]