TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (385 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139845 times)
  2. FAT32 Library (72209 times)
  3. Network Ethernet Library (57392 times)
  4. USB Device Library (47740 times)
  5. Network WiFi Library (43364 times)
  6. FT800 Library (42700 times)
  7. GSM click (29980 times)
  8. mikroSDK (28440 times)
  9. PID Library (26989 times)
  10. microSD click (26398 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

USB-MIDI Demo

Rating:

0

Author: MIKROE

Last Updated: 2024-07-09

Package Version: 2.0.0.8

mikroSDK Library: 2.0.0.0

Category: USB

Downloaded: 109 times

Not followed.

License: MIT license  

The application demonstrates USB MIDI functionality.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "USB-MIDI Demo" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "USB-MIDI Demo" changes.

Do you want to report abuse regarding "USB-MIDI Demo".

  • Information
  • Comments (0)

mikroSDK Library Blog

USB MIDI

Code developed on UNI-DS v8 and it can be used on other MIKROE development boards as well. Code was developed with purpose of easier understanding functions for USB Musical Instrument Digital Interface (MIDI).



Code description

Depending on the numbers in the note_sequence array, different melodies will play. By default there is a "Happy Birthday" melody playing.


Hardware Support

image

This code was developed on UNI-DS v8 board. For this hardware to work according to program, it is necessary to:

  • Pull USB/UART switches that turn on PSW and ID lines (in the BOARD SETUP part, on picture -> bigger red square on the right);
  • Connect USB-C to USB connector (in the USB part, on picture -> smaller red square on the right);

Functions Description

All functions used in main project are located in MikroSDK.USB.Tiny and MikroSDK.USB.HW.

Functions in main file:

  • bool tusb_init(void)
    • initializes device/host stack;
  • uint32_t tud_midi_available(void)
    • gets the number of bytes available for reading;
  • bool tud_midi_packet_read(uint8_t packet[4])
    • reads event packet;
  • uint32_t tud_midi_stream_write(uint8_t cable_num, uint8_t const* buffer, uint32_t bufsize)
    • writes byte stream;

Software Support

We provide demo code for testing all MIDI functions contained in libraries MikroSDK.USB.Tiny and MikroSDK.USB.HW, available in mikroSDK 2.0.

In order to make this example work, proper clock setup is needed. To create a setup with the adequate clock scheme, follow these steps:

  1. Click on Setups and select New.
  2. Choose GCC ARM or RISC-V GNU compiler.
  3. Choose the board you are using.
  4. Choose the MCU that has USB functionality and click Advanced to enter clock configuration window.
  5. In the Config scheme field choose the option with _USB in the end.
  6. If there is no such option, then either USB for this MCU is not supported in current version of SDK, or this MCU doesn't have USB functionality.
  7. Complete the setup.
  8. Program the MCU with created setup.
  9. Download MIDI-OX application if using windows OS.
  10. Open MIDI-OX application and you will be able to hear the melody that you programmed.
  11. If you have an error No MIDI devices when you're opening MIDI-OX, reset the MCU.
  12. If you see the MIDI notes on the screen, but don't hear the melody, go to Options -> MIDI Devices and choose Microsoft GS Wavetable Synth in the MIDI Outputs field.

ALSO FROM THIS AUTHOR

LightRanger 9 Click

0

LightRanger 9 Click is a compact add-on board suitable for range-finding and distance sensing applications. This board features the TMF8828, a dToF (direct time of flight) optical distance sensor with an integrated Vertical Cavity Surface Emitting Laser (VCSEL) achieving up to 5m target detection distance from ams AG. Due to its lens on the SPAD, it supports 3x3, 4x4, 3x6, and 8x8 multizone output data and a wide, dynamically adjustable field of view. All raw data processing is performed inside the TMF8828, providing distance information and confidence values through its I2C interface. A unique addition to this Click board™ represents an additional 0.7mm thick protective lens that further reduces interference and improves the sensor's accuracy.

[Learn More]

Color 7 Click

0

Color 7 Click is a very accurate color sensing Click board which features the TCS3472 color light to digital converter with IR filter, from ams.

[Learn More]

Stepper Click

0

Stepper Click is a complete solution for driving bipolar stepper motors with full/half and micro-steps. It features the A3967 IC from Allegro Microsystems with proprietary Satlington™ sink drivers on its outputs, which ensure high efficiency and reliable operation of the internal H-Bridges. This IC has the integrated translation section, used to simplify the control: using simple step control inputs from the host MCU, the stepper motor can be driven in both directions, with the predetermined step sizes. In addition, the output current is regulated allowing for noiseless operation of the stepper motor, with no resonance and ringing typically observed at unregulated stepper driver designs.

[Learn More]