Pulselyre

By Michael D., 4/11/2024

With the release of version 1.3.0.0, I wanted to write a quick guide on how to setup Pulselyre, since it may not be immediately intuitive. Below are three sections covering how to create an environment with virtual MIDI devices/ports, how to configure "instruments" in Pulselyre, and how to arrange those instruments in your workspace for performing.

Pulselyre is an application for recording and looping sequences of MIDI messages (mostly MIDI Note On/Off messages). It can record messages generated from the on-screen 'piano' buttons and keyboard bindings (from your QWERTY keyboard), or received from recognized external MIDI devices (such as USB MIDI controllers/keyboards). Pulselyre can send MIDI messages to any recognized MIDI device that can receive MIDI messages. Because Pulselyre only handles MIDI messages, it does not create or play any audio on its own.

If you already have external MIDI devices such as hardware synths connected to (and recognized by) your computer, then Pulselyre should be able to see and send MIDI messages to them without any additional setup. Similarly, if you already have your own Digital Audio Workstation software running with virtual MIDI devices to create sound, then Pulselyre should also be able to see and send MIDI messages to those virtual devices without any further setup. Otherwise, you will need to install additional software to create virtual MIDI devices on your computer and to translate MIDI messages into audio.

My free recommendations are:

  1. "loopMIDI" - Once installed and running, this small program enables you to create and delete named virtual MIDI ports on-the-fly. These ports operate as both input and output, and merely pass along MIDI messages (received on the input side) to any other software listening (to the output side).
  2. "VSTHost" - This program enables you to instantiate and run VSTs (virtual synthesizer and effect plugins), and then configure them to receive MIDI messages from MIDI output devices. "VSTHost" is sophisticated, but not too difficult to learn.

There are many free and paid VSTs available; two free plugins that I suggest starting with are:

  1. "Surge XT"
  2. "Drum Pro"

Quick start instructions:

  1. Start by opening "loopMIDI" and creating a virtual MIDI port (or several).
  2. Then, open "VSTHost" and enable it to listen to your virtual MIDI port(s): open 'Devices' menu -> 'MIDI…'; hold ctrl and click to highlight all of your virtual MIDI ports; click 'Ok'.
  3. Add a VST plugin to the workspace: 'File' menu -> 'New Device…'; locate and open the '.vst' file.
  4. Configure the plugin to listen to your virtual MIDI port: Click the 'MIDI Input Filters' button on the plugin instance (left side in the middle, hover to see tooltips); select your virtual MIDI port in the list (the default behavior is to receive MIDI messages from all MIDI devices and ports); optionally, open 'Filter Settings…' and use the 'Channels' section to ignore certain channels (checked means the channel will be ignored); close the popup windows.
  5. Configure how the plugin sounds: click the 'Plugin Edit' button on the plugin instance (top row, third from the right, looks like a white/red dial); configure the plugin as desired (if using "Surge XT", use the patch browser to select from the included preset configurations; if using "Drum Pro", select from the instrument list).
  6. Repeat steps 3-5 to create as many plugin instances as you would like. Be sure to separate them by MIDI device/port and/or channel, or else multiple plugins could respond to the same MIDI messages.

Pulselyre allows you to create and save various "instruments", each configured with its own behavior to output its MIDI messages to a specific MIDI device/port and channel. Then, within the main "workspace" area, you can arrange multiple instruments in rows on screen. At first, the default instrument is configured without a MIDI output device selected and sow ill be inoperable. Within Pulselyre, open the Menu (three line 'hamburger' button) and select "Edit Instruments". You will see a list of saved instruments on the left with configuration options for the currently selected instrument on the right (along with an on-screen piano keyboard for testing). You can rename the instrument and make changes to the settings in the tabs.

The "MIDI Input" tab is for choosing an external MIDI controller/keyboard for Pulselyre to receive MIDI messages from. (Note: if you use "loopMIDI" to create virtual MIDI ports as described above, you will see those virtual ports in this list. Do not select them, as this can create a feedback loop with infinitely repeating MIDI messages. Use ctrl + click to deselect a device if necessary. To stop a a feedback loop, open "loopMIDI" from the system tray, select the affected port, and temporarily click the "Mute" button.)

The "MIDI Output" tab is for choosing a MIDI device or port to send MIDI messages to. If you followed the instructions above, then you should see any "loopMIDI" virtual ports you created in this list. Choose a device/port and channel number.

The rest of the tabs should be self-explanatory, but hover your mouse over the buttons and labels for tooltips with more information. Be sure to click the "Save" button after you have completed the configuration.

Once you have instruments configured and saved, return to the main workspace area. You can add additional instruments to the worksapce using the "+" buttons at the top and bottom of the workspace and left and right of each row. Use each instrument's "Selection Mode" button (looks like a bulleted list) to select from your saved instruments. Use the increase/decrease beats buttons to choose how many beats that instrument will loop over. The "IN" and "KB" buttons control whether the instrument is receiving inputs from its selected external MIDI controller and channel or the QWERTY keyboard, respectively. Use the "Record", "Play/Pause", "Undo", "Delete All", and "Erase After" buttons to manage recorded MIDI messages. Once you have configured the workspace to your liking, save the layout by opening the Menu (three line 'hamburger' button) and clicking the "Workspace Save" button.

I hope you enjoy using Pulselyre! Please reach out with any questions, feedback, or suggestions.