|
EM MIDI Arduino Lib 1.0.1
|
Define constants for reverberation effect types and chorus effect types. More...
Go to the source code of this file.
Macros | |
| #define | _EM_MIDI_CHORUS_REVERBERATION_H_ |
| #define | EM_MIDI_REVERBERATION_ROOM_1 (0) |
| Define reverberation effect type constants. | |
| #define | EM_MIDI_REVERBERATION_ROOM_2 (1) |
| Room reverberation type 2. | |
| #define | EM_MIDI_REVERBERATION_ROOM_3 (2) |
| Room reverberation type 3. | |
| #define | EM_MIDI_REVERBERATION_HALL_1 (3) |
| Hall reverberation type 1. | |
| #define | EM_MIDI_REVERBERATION_HALL_2 (4) |
| Hall reverberation type 2. | |
| #define | EM_MIDI_REVERBERATION_PLATE (5) |
| Plate reverberation effect. | |
| #define | EM_MIDI_REVERBERATION_DELAY (6) |
| Delay reverberation effect. | |
| #define | EM_MIDI_REVERBERATION_PAN_DELAY (7) |
| Panning delay reverberation effect. | |
| #define | EM_MIDI_CHORUS_1 (0) |
| Define chorus effect type constants. | |
| #define | EM_MIDI_CHORUS_2 (1) |
| Chorus effect type 2. | |
| #define | EM_MIDI_CHORUS_3 (2) |
| Chorus effect type 3. | |
| #define | EM_MIDI_CHORUS_4 (3) |
| Chorus effect type 4. | |
| #define | EM_MIDI_CHORUS_FEEDBACK (4) |
| Feedback chorus effect. | |
| #define | EM_MIDI_CHORUS_FLANGER (5) |
| Flanger-style chorus effect. | |
| #define | EM_MIDI_CHORUS_SHORT_DELAY (6) |
| Short delay chorus effect. | |
| #define | EM_MIDI_CHORUS_FEEDBACK_DELAY (7) |
| Feedback delay chorus effect. | |
Define constants for reverberation effect types and chorus effect types.
Definition in file midi_chorus_reverberation.h.
| #define _EM_MIDI_CHORUS_REVERBERATION_H_ |
Definition at line 4 of file midi_chorus_reverberation.h.
| #define EM_MIDI_CHORUS_1 (0) |
Define chorus effect type constants.
Chorus effect type 1
Definition at line 122 of file midi_chorus_reverberation.h.
| #define EM_MIDI_CHORUS_2 (1) |
Chorus effect type 2.
Definition at line 132 of file midi_chorus_reverberation.h.
| #define EM_MIDI_CHORUS_3 (2) |
Chorus effect type 3.
Definition at line 142 of file midi_chorus_reverberation.h.
| #define EM_MIDI_CHORUS_4 (3) |
Chorus effect type 4.
Definition at line 152 of file midi_chorus_reverberation.h.
| #define EM_MIDI_CHORUS_FEEDBACK (4) |
Feedback chorus effect.
Definition at line 162 of file midi_chorus_reverberation.h.
| #define EM_MIDI_CHORUS_FEEDBACK_DELAY (7) |
Feedback delay chorus effect.
Definition at line 192 of file midi_chorus_reverberation.h.
| #define EM_MIDI_CHORUS_FLANGER (5) |
Flanger-style chorus effect.
Definition at line 172 of file midi_chorus_reverberation.h.
| #define EM_MIDI_CHORUS_SHORT_DELAY (6) |
Short delay chorus effect.
Definition at line 182 of file midi_chorus_reverberation.h.
| #define EM_MIDI_REVERBERATION_DELAY (6) |
Delay reverberation effect.
Definition at line 93 of file midi_chorus_reverberation.h.
| #define EM_MIDI_REVERBERATION_HALL_1 (3) |
Hall reverberation type 1.
Definition at line 63 of file midi_chorus_reverberation.h.
| #define EM_MIDI_REVERBERATION_HALL_2 (4) |
Hall reverberation type 2.
Definition at line 73 of file midi_chorus_reverberation.h.
| #define EM_MIDI_REVERBERATION_PAN_DELAY (7) |
Panning delay reverberation effect.
Definition at line 103 of file midi_chorus_reverberation.h.
| #define EM_MIDI_REVERBERATION_PLATE (5) |
Plate reverberation effect.
Definition at line 83 of file midi_chorus_reverberation.h.
| #define EM_MIDI_REVERBERATION_ROOM_1 (0) |
Define reverberation effect type constants.
Room reverberation type 1
Definition at line 33 of file midi_chorus_reverberation.h.
| #define EM_MIDI_REVERBERATION_ROOM_2 (1) |
Room reverberation type 2.
Definition at line 43 of file midi_chorus_reverberation.h.
| #define EM_MIDI_REVERBERATION_ROOM_3 (2) |
Room reverberation type 3.
Definition at line 53 of file midi_chorus_reverberation.h.