Signal Customizations

Customizations for the MIDI editor web app Signal.

Patches

Here are some patches you can apply to Signal using the browser console or a JavaScript bookmark.

Contents
How to apply
Patch descriptions
Change history

How to apply

Open the following text file in a text editor and read over the code.

signal-patches.txt

Read the patch descriptions to understand what the patches do and what side effects they have. If you don't want a particular patch, you can remove that section of the code.

To apply the patches using the Console

  1. Go to the Signal app page https://signal.vercel.app/edit
    If you are already on the Signal app page, you should save any work in progress. Applying the patches will reload the Signal app page.
  2. Press F12 to open the browser developer tools and go to the Console page.
  3. Copy the entire patch code, then paste it into the Console and press Enter.

To apply the patches using a bookmark

  1. Go to your browser's bookmarks manager or bookmarks bar.
  2. Add a new bookmark and give it a name like "Signal Patches". Copy the entire patch code and paste it into the URL field of the new bookmark. Save the bookmark.
  3. Go to the Signal app page https://signal.vercel.app/edit
    If you are already on the Signal app page, you should save any work in progress. Applying the patches will reload the Signal app page.
  4. In the bookmarks bar or the bookmarks menu, click on the "Signal Patches" bookmark.

Patch descriptions

Expand allowable tempo range

This patch will increase the maximum tempo you can enter from 512 to 60 million.

Change history


Home > Programs > Signal Customizations

Robert Hart
Updated