People kept asking me to release them. Here you go.
You need Node.JS to run them. If you are on mobile, get Termux, and install Node.JS there.
Highly recommended to download them into a new empty directory, especially if you're going to be installing dependencies.
This tool converts .wav files into a bytebeat expression that reads PCM data from a huge string. The string is stored as a persistent variable, but previous versions (builds? revisions? who cares) didn't do that.
Configure the tool in the code. You can use the generated expressions in other expressions, e.g. putting an amen break in your song.
This tool has an optional dependency - that being wave-resampler, which can be installed with: npm i wave-resampler
If you don't want to resample any audio you don't have to install it.
This tool converts an image into an expression, which outputs the image in grayscale. The image can be seen in the Diagram view mode.
Change the file name of the image it'll convert at line #4. The tool cannot output images with a height more than 256 pixels.
Install jimp first: npm i jimp
It'll be on GitHub at some point, but right now, no.