Home
last modified time | relevance | path

Searched refs:n_notes (Results 1 – 25 of 47) sorted by relevance

12

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dorg.c165 Uint16 n_notes; in import_org() member
173 fread(&instrument[i].n_notes, 1, sizeof(instrument[i].n_notes), f); in import_org()
176 FIX_ENDIAN(instrument[i].n_notes); in import_org()
186 if (instrument[i].n_notes) in import_org()
222 *length = calloc(sizeof(Uint8), instrument[i].n_notes), in import_org()
223 *volume = calloc(sizeof(Uint8), instrument[i].n_notes), in import_org()
227 fread(note, sizeof(Uint8), instrument[i].n_notes, f); in import_org()
228 fread(length, sizeof(Uint8), instrument[i].n_notes, f); in import_org()
229 fread(volume, sizeof(Uint8), instrument[i].n_notes, f); in import_org()
230 fread(panning, sizeof(Uint8), instrument[i].n_notes, f); in import_org()
[all …]
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_chan.c84 chan->i_last = chan->n_notes = 0; /* clears the list */ in fluid_channel_init()
389 if(chan->n_notes) in fluid_channel_update_legato_staccato_state()
426 if(chan->n_notes) in fluid_channel_add_monolist()
442 chan->n_notes = 0; in fluid_channel_add_monolist()
445 if(chan->n_notes < FLUID_CHANNEL_SIZE_MONOLIST) in fluid_channel_add_monolist()
447 chan->n_notes++; /* updates n_notes */ in fluid_channel_add_monolist()
534 if(i < 0 || i >= FLUID_CHANNEL_SIZE_MONOLIST || !chan->n_notes) in fluid_channel_remove_monolist()
572 chan->n_notes--; /* updates the number of note in the list */ in fluid_channel_remove_monolist()
593 chan->n_notes = 0; in fluid_channel_clear_monolist()
666 chan->n_notes = 1; in fluid_channel_cc_legato()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_chan.c84 chan->i_last = chan->n_notes = 0; /* clears the list */ in fluid_channel_init()
388 if(chan->n_notes) in fluid_channel_update_legato_staccato_state()
425 if(chan->n_notes) in fluid_channel_add_monolist()
441 chan->n_notes = 0; in fluid_channel_add_monolist()
444 if(chan->n_notes < FLUID_CHANNEL_SIZE_MONOLIST) in fluid_channel_add_monolist()
446 chan->n_notes++; /* updates n_notes */ in fluid_channel_add_monolist()
533 if(i < 0 || i >= FLUID_CHANNEL_SIZE_MONOLIST || !chan->n_notes) in fluid_channel_remove_monolist()
571 chan->n_notes--; /* updates the number of note in the list */ in fluid_channel_remove_monolist()
592 chan->n_notes = 0; in fluid_channel_clear_monolist()
665 chan->n_notes = 1; in fluid_channel_cc_legato()
[all …]
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_chan.c84 chan->i_last = chan->n_notes = 0; /* clears the list */ in fluid_channel_init()
389 if(chan->n_notes) in fluid_channel_update_legato_staccato_state()
426 if(chan->n_notes) in fluid_channel_add_monolist()
442 chan->n_notes = 0; in fluid_channel_add_monolist()
445 if(chan->n_notes < FLUID_CHANNEL_SIZE_MONOLIST) in fluid_channel_add_monolist()
447 chan->n_notes++; /* updates n_notes */ in fluid_channel_add_monolist()
534 if(i < 0 || i >= FLUID_CHANNEL_SIZE_MONOLIST || !chan->n_notes) in fluid_channel_remove_monolist()
572 chan->n_notes--; /* updates the number of note in the list */ in fluid_channel_remove_monolist()
593 chan->n_notes = 0; in fluid_channel_clear_monolist()
666 chan->n_notes = 1; in fluid_channel_cc_legato()
[all …]
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/synth/
H A Dfluid_chan.c84 chan->i_last = chan->n_notes = 0; /* clears the list */ in fluid_channel_init()
409 if(chan->n_notes) in fluid_channel_update_legato_staccato_state()
446 if(chan->n_notes) in fluid_channel_add_monolist()
462 chan->n_notes = 0; in fluid_channel_add_monolist()
465 if(chan->n_notes < FLUID_CHANNEL_SIZE_MONOLIST) in fluid_channel_add_monolist()
467 chan->n_notes++; /* updates n_notes */ in fluid_channel_add_monolist()
554 if(i < 0 || i >= FLUID_CHANNEL_SIZE_MONOLIST || !chan->n_notes) in fluid_channel_remove_monolist()
592 chan->n_notes--; /* updates the number of note in the list */ in fluid_channel_remove_monolist()
613 chan->n_notes = 0; in fluid_channel_clear_monolist()
686 chan->n_notes = 1; in fluid_channel_cc_legato()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtransform.cc59 return Variant(Variant::INT, ctx.n_notes); in eval()
133 ctx.n_notes = (*s).size(); in operator ()()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/stepseq.lv2/misc/
H A Dboxmaker.c259 int n_notes = 8; in main() local
270 n_notes = atoi (argv[3]); in main()
275 int h = 192 + 46 * n_notes; in main()
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/linux/
H A Dlinux_coredump.c1092 int i, n_notes = 0, *thread_id; in build_note_section() local
1120 n_notes++; in build_note_section()
1125 n_notes++; in build_note_section()
1130 n_notes++; in build_note_section()
1137 n_notes++; in build_note_section()
1141 n_notes++; in build_note_section()
1145 n_notes++; in build_note_section()
1152 n_notes++; in build_note_section()
1161 n_notes++; in build_note_section()
1170 n_notes++; in build_note_section()
[all …]
/dports/devel/py-game/pygame-2.1.0/examples/
H A Dmidi.py134 n_notes = 24 # Two octaves (14 white keys)
183 keyboard = Keyboard(start_note, n_notes)
693 def __init__(self, start_note, n_notes): argument
697 self._end_note = start_note + n_notes - 1
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtransform.h65 size_t n_notes; ///< Total number of notes to process member
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Ditem_counts.h42 size_t n_notes() const { return _notes; } in n_notes() function
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreg-stack.c1913 int n_notes; in subst_asm_stack_regs() local
1955 n_notes = 0; in subst_asm_stack_regs()
1971 note_reg[n_notes] = reg; in subst_asm_stack_regs()
1972 note_loc[n_notes] = loc; in subst_asm_stack_regs()
1973 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
1974 n_notes++; in subst_asm_stack_regs()
2068 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2153 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2168 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreg-stack.c1913 int n_notes; in subst_asm_stack_regs() local
1955 n_notes = 0; in subst_asm_stack_regs()
1971 note_reg[n_notes] = reg; in subst_asm_stack_regs()
1972 note_loc[n_notes] = loc; in subst_asm_stack_regs()
1973 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
1974 n_notes++; in subst_asm_stack_regs()
2068 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2153 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2168 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/
H A DRoomEQWizard.cpp58 size_t n_notes = ::strlen(pnotes) + 1; in build_config() local
59 size_t n_strings = ALIGN_SIZE(n_hdr + n_notes, DEFAULT_ALIGN); in build_config()
76 ::memcpy(xnotes, pnotes, n_notes); in build_config()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreg-stack.c2113 int n_notes; in subst_asm_stack_regs() local
2150 n_notes = 0; in subst_asm_stack_regs()
2168 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2169 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2170 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2171 n_notes++; in subst_asm_stack_regs()
2260 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2344 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2359 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dreg-stack.c2120 int n_notes; in subst_asm_stack_regs() local
2157 n_notes = 0; in subst_asm_stack_regs()
2175 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2176 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2177 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2178 n_notes++; in subst_asm_stack_regs()
2267 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2345 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2360 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dreg-stack.c2119 int n_notes; in subst_asm_stack_regs() local
2156 n_notes = 0; in subst_asm_stack_regs()
2174 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2175 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2176 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2177 n_notes++; in subst_asm_stack_regs()
2266 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2344 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2359 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dreg-stack.c2122 int n_notes; in subst_asm_stack_regs() local
2159 n_notes = 0; in subst_asm_stack_regs()
2177 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2178 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2179 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2180 n_notes++; in subst_asm_stack_regs()
2269 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2347 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2362 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dreg-stack.c2113 int n_notes; in subst_asm_stack_regs() local
2150 n_notes = 0; in subst_asm_stack_regs()
2168 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2169 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2170 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2171 n_notes++; in subst_asm_stack_regs()
2260 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2344 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2359 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dreg-stack.c1993 int n_notes; in subst_asm_stack_regs() local
2030 n_notes = 0; in subst_asm_stack_regs()
2048 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2049 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2050 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2051 n_notes++; in subst_asm_stack_regs()
2140 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2224 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2239 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dreg-stack.c2022 int n_notes; in subst_asm_stack_regs() local
2062 n_notes = 0; in subst_asm_stack_regs()
2078 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2079 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2080 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2081 n_notes++; in subst_asm_stack_regs()
2173 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2257 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2272 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dreg-stack.c2113 int n_notes; in subst_asm_stack_regs() local
2150 n_notes = 0; in subst_asm_stack_regs()
2168 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2169 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2170 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2171 n_notes++; in subst_asm_stack_regs()
2260 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2344 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2359 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dreg-stack.c2113 int n_notes; in subst_asm_stack_regs() local
2150 n_notes = 0; in subst_asm_stack_regs()
2168 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2169 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2170 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2171 n_notes++; in subst_asm_stack_regs()
2260 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2344 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2359 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dreg-stack.c2019 int n_notes; in subst_asm_stack_regs() local
2059 n_notes = 0; in subst_asm_stack_regs()
2077 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2078 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2079 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2080 n_notes++; in subst_asm_stack_regs()
2172 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2256 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2271 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreg-stack.c2113 int n_notes; in subst_asm_stack_regs() local
2150 n_notes = 0; in subst_asm_stack_regs()
2168 note_reg[n_notes] = reg; in subst_asm_stack_regs()
2169 note_loc[n_notes] = loc; in subst_asm_stack_regs()
2170 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2171 n_notes++; in subst_asm_stack_regs()
2260 for (i = 0; i < n_notes; i++) in subst_asm_stack_regs()
2344 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()
2359 for (j = 0; j < n_notes; j++) in subst_asm_stack_regs()

12