rockbox/apps/plugins/midi
Solomon Peachy 5b23c9eb0a Introduce HW_SAMPR_MIN_GE_22 macro
Gives us the lowest HW sample rate that's >= 22KHz.

Needed because some targets that don't support 22K support 11K or 8K, so
HW_SAMPR_MIN will give us much lower quality than is acceptable.

Take advantage of this new macro in the SDL, MIDI, and MIKMOD plugins,
and implement a crude "fast enough" test to enable higher sample rates
on more capable targets.

Change-Id: I6ad38026fb3410c62da028e78512e027729bb851
2019-08-08 22:37:30 +02:00
..
guspat.c Midiplay plugin ehancements 2019-08-05 20:48:40 +02:00
guspat.h midi: Recalculate (and rename) the note frequency table. 2017-01-06 19:29:00 +01:00
midi.make
midifile.c Midiplay plugin ehancements 2019-08-05 20:48:40 +02:00
midifile.h
midiplay.c Midiplay plugin ehancements 2019-08-05 20:48:40 +02:00
midiutil.c Midiplay plugin ehancements 2019-08-05 20:48:40 +02:00
midiutil.h Introduce HW_SAMPR_MIN_GE_22 macro 2019-08-08 22:37:30 +02:00
sequencer.c midi: Recalculate (and rename) the note frequency table. 2017-01-06 19:29:00 +01:00
sequencer.h midi plugin: make local functions static where possible 2012-02-18 12:06:48 +01:00
SOURCES
synth.c Midiplay plugin ehancements 2019-08-05 20:48:40 +02:00
synth.h Midiplay plugin ehancements 2019-08-05 20:48:40 +02:00