Close

Let's learn Rust

A project log for Fire Sequencer

Turning an Akai Fire for FL Studio into an independent step sequencer

andrewmcdanAndrewMcDan 07/19/2020 at 15:160 Comments

I have the step sequencer working to a certain degree and have done a bit of testing to see how well it performs. Results...? meh.

The overhead involved with using JS makes it a bit CPU intensive if the track count gets too high or the pattern length gets too long. And so, I've decided to rewrite that part of the project in Rust so it can be compiled to a stand alone binary. I'll post an update once I've taught myself Rust and got it working.....

Discussions