rockbox/apps/plugins/midi
Sebastian Leonhardt a507bb2837 YH8xx,YH9xx: Keymap improvement
The main "innovation" in this patch are two "virtual buttons"
for the record switch on YH92x targets. When the switch state
changes, a single BUTTON_REC_SW_ON or .._OFF button event will
be generated. Thus keymap code can react on switching, but
not on the actual state of the switch.

Wherever sensible, the following user scheme is applied:
- use PLAY as confirm button
- use REW button or Long REW to exit
- use REC (YH820) or FFWD (YH92X) as modifier key for button combos

Change-Id: Ic8d1db9cc6869daed8dda98990dfdf7f6fd5d5a1
2015-11-15 23:46:39 +01:00
..
guspat.c plugin_midi: expand gustable[] to 128 entries 2013-06-16 18:33:57 +02:00
guspat.h midi: make the patch sample data pointer a *int16_t to get rid of some ugly casting and drop an acessor macro to make caching the pointer in the synthVoice loop possible. Speeds up midi by 1-2% on cf and 3-5% on PP. 2011-09-06 10:34:20 +00:00
midi.make
midifile.c midi plugin: make local functions static where possible 2012-02-18 12:06:48 +01:00
midifile.h
midiplay.c YH8xx,YH9xx: Keymap improvement 2015-11-15 23:46:39 +01:00
midiutil.c midi plugin: make local functions static where possible 2012-02-18 12:06:48 +01:00
midiutil.h midi: make the patch sample data pointer a *int16_t to get rid of some ugly casting and drop an acessor macro to make caching the pointer in the synthVoice loop possible. Speeds up midi by 1-2% on cf and 3-5% on PP. 2011-09-06 10:34:20 +00:00
sequencer.c midi plugin: make local functions static where possible 2012-02-18 12:06:48 +01:00
sequencer.h midi plugin: make local functions static where possible 2012-02-18 12:06:48 +01:00
SOURCES
synth.c midi plugin: make local functions static where possible 2012-02-18 12:06:48 +01:00
synth.h