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
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.
Press F12 to open the browser developer tools and go to the Console page.
Copy the entire patch code, then paste it into the Console and press Enter.
To apply the patches using a bookmark
Go to your browser's bookmarks manager or bookmarks bar.
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.
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.
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
: Posted
: Removed "Round fractional ticks on save" because it is now part of Signal.
:
Removed "Start measure ruler with 1" because it is now part of Signal.
Added "Record constant velocity".
: Removed "Use highest 16 bits of 24-bit soundfont" because Signal now works with 24-bit soundfonts.
: Updated the "Record constant velocity" patch with a more detailed find and replace.
: Updated the "Use OS clipboard (have to paste twice)" patch with a more detailed find and replace.
:
Removed "Record constant velocity" because Signal now has a way to change the velocity of multiple selected notes at once.
Added "Expand allowable tempo range".
: Removed "Use OS clipboard" because Signal now uses the OS clipboard.