014- Basic MIDI Part II

This Lesson explains how we translate the data received from the MIDI interface into MIDI Notes and Control Changes.
This video is one of many in a series that educates how a DIY Virtual Analog Monosynth synthesizer, called the “BP Synth”, was programmed.
Go here to find the BP Synth Code Tutorials Playlist:
• BP-Synth Code Tutorials
To see how to build the BP Synth you can go directly to the Playlist:
• BP Synth.. a DIY Virtu...
Links (AKA “Resource Tab”)
=============================================================
You can download the "BP_BasicMIDI" Project Folder directly from here:
drive.google.com/file/d/1sw9u...
Here is a link showing how to load a file into the BP synth using a STM32 Dongle:
• Building the BP Synth!
You can go here to see how to hook a MIDI Keyboard up:
• Connecting up the BP S...
=============================================================

Пікірлер: 3

  • @rogrevs
    @rogrevs Жыл бұрын

    I don't know if I missed something, but why are you calculating the frequencies each time rather than just storing all the values in an array and selecting them by index? Wouldn't this be much more efficient?

  • @Synthetech

    @Synthetech

    Жыл бұрын

    The Pitchbend lessons later on may answer your question.. If I never had to update the frequency unless I changed notes.. yes your way may be more efficient.

  • @rogrevs

    @rogrevs

    Жыл бұрын

    @@Synthetech OK, I'll keep watching!