From 41424e246a1e6cfb733df37c1fc97e8167825722 Mon Sep 17 00:00:00 2001 From: Jackson-Devices <123213412+Jackson-Devices@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:09:55 +0100 Subject: [PATCH] Update TeensyUsbMasterMidiClock.ino added 4.x --- examples/TeensyUsbMasterMidiClock/TeensyUsbMasterMidiClock.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/TeensyUsbMasterMidiClock/TeensyUsbMasterMidiClock.ino b/examples/TeensyUsbMasterMidiClock/TeensyUsbMasterMidiClock.ino index 542b7b5..ad10e3c 100644 --- a/examples/TeensyUsbMasterMidiClock/TeensyUsbMasterMidiClock.ino +++ b/examples/TeensyUsbMasterMidiClock/TeensyUsbMasterMidiClock.ino @@ -1,7 +1,7 @@ /* USB MIDI Sync Box * * This example demonstrates how to change the USB MIDI - * device name on Teensy LC and 3.x. When creating more + * device name on Teensy LC, 3.x and 4.x. When creating more * that one MIDI device, custom names are much easier to * use when selecting each device in MIDI software on * your PC or Mac. The custom name is in the "name.c" tab.