TOP Contributors

  1. MIKROE (2779 codes)
  2. Alcides Ramos (376 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 (139566 times)
  2. FAT32 Library (72041 times)
  3. Network Ethernet Library (57255 times)
  4. USB Device Library (47615 times)
  5. Network WiFi Library (43219 times)
  6. FT800 Library (42566 times)
  7. GSM click (29930 times)
  8. mikroSDK (28292 times)
  9. PID Library (26933 times)
  10. microSD click (26309 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: 98 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

Angle 2 Click

0

The MA700 sensor IC features quadrature encoded outputs so that it can directly replace similar mechanical devices. The advantages of a contactless quadrature encoder are many, therefore Angular 2 Click is equipped with a three-pin header, offering an easy access to these outputs.

[Learn More]

EZO Carrier RTD Click

0

EZO Carrier Click - RTD is a compact add-on board engineered to provide temperature readings across a broad range of temperatures. This board features the EZO-RTD™, an embedded temperature circuit board from Atlas Scientific.

[Learn More]

MP3 2 Click

0

MP3 2 Click is an audio decoder expansion board with on-board microSD card slot, that enables you to create your personal audio playback system. It holds the KT403A,a SOC chip solution with intergraded MCU, hardware audio MP3/WAV decoder and DSP, from Shenzhen Qianle Microelectronics Technology Co.

[Learn More]