Tag: midi


  • Introduction to MIDI Programming

    Introduction to Midi Programming Intro – Format of Midi Messages MIDI (Musical Instrument Digital Interface) messages consist of a header and a data part. The format is as follows: Header 1.Status byte: This 1-byte value indicates the type of message being sent: 0x80-0xF7: Control Change, Pitch Bend, or Program Change (CC, PB, PC) 0xF8-0xF9: Note…

  • MIDI note number, pitch name, and the corresponding frequency

    The following table summarizes the MIDI note numbers as defined in the MIDI standard and matched to the Middle C (note number 60) as C4. ## **What is the formula for note frequency?** $Freq = note \times 2 N/12$ where N is the number of notes away from the start in connecting the MIDI note…

  • MIDI interfaces

    A MIDI interface (short for Musical Instrument Digital Interface interface) is a piece of hardware or software that allows electronic musical instruments, computers, and other devices to communicate with each other using the MIDI protocol. MIDI is a standardised protocol that enables the exchange of musical performance data, such as note information, control signals, and…

  • Setting Up Your Home Studio :: A Practical Guide

    # Setting Up Your Home Studio: A Practical Guide Creating a home studio is not just about having the right equipment; it’s also an art of balancing acoustics, ergonomic design, and personal workflow. This practical guide will walk you through setting up your own space where creativity can flourish without leaving your comfort zone. ##…

  • RTP-MIDI

    ## RTP-MIDI (Real-Time Protocol MIDI) RTP-MIDI (Real-Time Protocol MIDI) is a protocol that allows for MIDI data to be transmitted over a network in real-time. It was designed to facilitate MIDI communication between computers, music devices, and other MIDI-enabled equipment over local area networks (LANs) and the internet. Here’s how RTP-MIDI works: 1. Real-Time Protocol…

Optimized by Optimole