2021-12-09 (Th) EWC_Panel MIDI in and out

I had two new serial ports, Serial1 and Serial2. The first will use input and output to receive the clock signals and resend those same messages and any note messages. The second serial port will only output drum data, regardless of what comes in. I wrote a function to display any non-zero numbers that came into the serial port. I tested the code by connecting the timing panel and watching "F8" appear on the screen. I modified the code to send those digits to the computer, and I was satisfied that I could parse incoming data. Next, I added to the function by telling it to retransmit any data back out on the same port, but in this case, it was a MIDI output socket on the other side of the device. Since the timer only transmitted one message, I connected a 64-button controller and watched the display change with the different buttons. I attached a general MIDI synthesizer to the output and heard sounds coming through to ensure it passed data correctly. When I played notes quickly, there was a delay due to my controller refreshing the screen and transmitting data to the computer between each byte. I will have to be mindful when deciding what happens during playback.
The start of a playable setup

The rest of the posts for this project have been arranged by date.
First time here?

Completed projects from year 1
Completed projects from year 2
Completed projects from year 3
Completed projects from year 4
Completed projects from year 5
Completed projects from year 6
Completed projects from year 7
Completed projects from year 8

Disclaimer for http://24hourengineer.blogspot.com and 24HourEngineer.com

This disclaimer must be intact and whole. This disclaimer must be included if a project is distributed.

All information on this blog, or linked by this blog, is not to be taken as advice or solicitation. Anyone attempting to replicate, in whole or in part, is responsible for the outcome and procedure. Any loss of functionality, money, property, or similar, is the responsibility of those involved in the replication.

All digital communication regarding the email address 24hourengineer@gmail.com becomes the intellectual property of Brian McEvoy. Any information contained within these messages may be distributed or retained at the discretion of Brian McEvoy. Any email sent to this address, or any email account owned by  Brian McEvoy, cannot be used to claim property or assets.

Comments to the blog may be utilized or erased at the discretion of the owner. No one posting may claim property or assets based on their post.

This blog, including pictures and text, is copyright to Brian McEvoy.
2021-12-08

Comments