This commit is contained in:
Francois Best 2016-10-27 08:04:15 +02:00
parent 37e72bc7fa
commit 7117671b16
1 changed files with 4 additions and 4 deletions

View File

@ -100,10 +100,10 @@ struct Thru
*/ */
enum __attribute__ ((deprecated)) MidiFilterMode enum __attribute__ ((deprecated)) MidiFilterMode
{ {
Off = Thru::off, Off = Thru::Off,
Full = Thru::full, Full = Thru::Full,
SameChannel = Thru::sameChannel, SameChannel = Thru::SameChannel,
DifferentChannel = Thru::differentChannel, DifferentChannel = Thru::DifferentChannel,
}; };
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------