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
{
Off = Thru::off,
Full = Thru::full,
SameChannel = Thru::sameChannel,
DifferentChannel = Thru::differentChannel,
Off = Thru::Off,
Full = Thru::Full,
SameChannel = Thru::SameChannel,
DifferentChannel = Thru::DifferentChannel,
};
// -----------------------------------------------------------------------------