From 240b28cc3d9cf53f0e961a1415e7d15c8b14f28d Mon Sep 17 00:00:00 2001 From: Erik Strand <erik.strand@cba.mit.edu> Date: Tue, 11 Dec 2018 18:36:21 -0500 Subject: [PATCH] Admit to prior MIDI failures --- content/10_output_devices.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/10_output_devices.md b/content/10_output_devices.md index 946ada8..4f111f5 100644 --- a/content/10_output_devices.md +++ b/content/10_output_devices.md @@ -41,4 +41,7 @@ To test it, I sent the serial data to my computer using an FTDI friend. I made u  -Here is my first "hello world" [MIDI recording](/audio/10_microcontroller_midi.mp3) (rendered to audio in Logic Pro). +Here is my first "hello world" [MIDI recording](/audio/10_microcontroller_midi.mp3) (rendered to audio in [Logic Pro](https://www.apple.com/logic-pro/)). + +Unfortunately it doesn't work flawlessly. When I try to play longer sequences of notes, some note off messages stop making it through to my computer, resulting in stuck notes in Logic. For a given program, which notes hang seems to be consistent. But when I add new notes to a program, sometimes that will break notes that worked previously. This is a very strange problem and I'm not sure what's causing it at this time. + -- GitLab