Skip to content

Add MIDI Time Code Quarter Frame message support #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2021

Conversation

rdoursenaud
Copy link
Contributor

@rdoursenaud rdoursenaud commented Aug 6, 2021

I’m working on implementing an MTC display using a MatrixPortal Starter Kit.
MTC full frame message are Global SySex and already covered by the System Exclusive message type.
Quarter Frame are their own message type and wasn’t implemented.
Here’s a tentative implementation.

Edit: Sorry for the force pushes, I cleaned up a bit of crust.

@rdoursenaud rdoursenaud force-pushed the mtc branch 2 times, most recently from 7abc706 to 2fb865e Compare August 6, 2021 00:51
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thank you!

@tannewt
Copy link
Member

tannewt commented Aug 6, 2021

Looks like pylint has a suggestion. I'd suggest installing pre-commit locally: https://learn.adafruit.com/improve-your-code-with-pylint/check-your-code-with-pre-commit

@rdoursenaud
Copy link
Contributor Author

Thanks. Here’s a version with the offending variable renamed.

@jepler
Copy link
Contributor

jepler commented Aug 7, 2021

Thanks! The remaining problem noticed by pylint existed before your changes and we'll address it at #39.

@jepler jepler merged commit f24bb0d into adafruit:main Aug 7, 2021
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Aug 11, 2021
Updating https://github.com/adafruit/Adafruit_CircuitPython_MacroPad to 1.3.3 from 1.3.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_MacroPad#16 from apendley/extended_tone_demo

Updating https://github.com/adafruit/Adafruit_CircuitPython_MIDI to 1.4.2 from 1.4.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_MIDI#40 from jepler/no-reuse-exception
  > Merge pull request adafruit/Adafruit_CircuitPython_MIDI#39 from jepler/use-generator
  > Merge pull request adafruit/Adafruit_CircuitPython_MIDI#38 from EMATech/mtc

Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 5.1.1 from 5.1.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#87 from DynamicDevices/ajl/fix-multiple-pingreqs

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Added the following libraries: Adafruit_CircuitPython_Ducky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants