Patchblocks Midiblock Quick Start Guide

Getting started with the Midiblock
Receiving MIDI messages in the Patchblock
Connect the Midiblock to the left side of the Patchblock and move the switch to the “MIDI IN” position. Make sure you switch on the Patchblock after you connected the Midiblock, otherwise digital glitches can occur that might trigger a Note-On message which gets stuck. Now you can connect a Midi-Keyboard or the Midi-Interface of your computer to the Midiblock and send MIDI messages into the Patchblock. Below are two examples of simple MIDI patches.
Monophonic Synth
AAUAAADveJw9jk0KwkAMhV/t1KkgiDfoCaTTf+hK0EUXVc+gnUKh2IHOCK49jGfyNDVVa5JF SL7kPYB3fI9/DMNYUwu3bKomuKge7JzEEmD8wW+YJ37u58ICZsCyLHaFd+i09IorWJ2mGWB9 3q5H7JsiCbMoF8Q7sMDobGuqpvOORiujwWSW1IDNletg8T8j+mTaXpJ8EKYkR/JPrKKIdpt4 osiHY5FX0+pGtXfy4MuYZlzxF7jIxQ+y8Qb80i28
Copy and paste this code into your Patchblocks editor
Polyphonic Synth
1
Sending MIDI messages from the Patchblock
Connect the Midiblock to the right side of the Patchblock and move the switch to the “MIDI OUT” posi­tion. Now you can send MIDI messages from Patchblocks to other equipment. Below is a simple example to show how to send MIDI Notes:
AAUAAAEdeJw9jk2KwkAQRr9op+MMCLNwJSJ9AB06bR IjWQluRPwBT9BO2lEQdTS5gXgHT+N9vIRTrdGqTRW8 evUBXPMb3nW/AyV+8Wpo6jQV8jsU2U58HlfrZWYn2f bFQW9/jQVfB5W5+cvN9seAxVEYAGV+8s5oyOTVgWyJ ULVEFDxWP/EdwHHgzvebdQYW6p4PMK69EbzniSoRQV 0G3Fm+OZJ8oTpdG88mrqqEwhV6RTaX3vbTFKy3jGNa yVXHhywoSzCgOh4OhmKyy4yY5vRXdSSxDrFXfMkkom iqS/EeWvwDwZI2xQ==
Copy and paste this code into your Patchblocks editor
Sending MIDI notes from Patchblocks
Building a MIDI Filter / Arpeggiator
Connect a Midiblock on either side of the Patchblock and move their switches to the corresponding set­tings. Now you can receive MIDI data in your Patchblock and process it before sending out a new mes­sage. This can be used to build an Arpeggiator as in the example below. It takes incoming MIDI Note messages and adds the output of a sequence to the note value (in this case cycling through 3 octaves).
AAUAAAG6eJxdkctKw0AUhv+0k0yCFnTtJitXR TKTa5mVWJCgrUKfoLVTKISk2gTqw7j3jeojeH mIelLaBJ2ZRQL/+c53ZgDzk9+iWbtdfY6fsCf 6udL5kwZLojAAulbJN7jwVLP7rpB9Vwb7P6GE ATgGzMcqW1PVTPox0LF++Dt6UnlX4aFOUs4ET kfpMHXHRandNAdbxHECWOR0j/O2iYj8JFCiA5 zAgEMa1/M52GCRUNqxLvkbeIs1DNijKiuXq+y VkJ4OaRAy2MAWSh5TnZoyHoJFOpoR2Pz6R/nb xSTABxzvMEKdYECv1X+oSjDpe5Q1iLXFmaciU pcx3coeS5DJKltSLJwOBNVbU37XtKyHI/Muud 4UeflSZOtaPiF5bn3TGznNbVBvG7+xP1Fs
MIDI Arpeggiator
Copy and paste this code into your editor
2
Loading...