Some of my AI projects

I share the projects I have undertaken using AI.

抹茶 — Matcha Sequencer

This is a basic MIDI sequencer that runs in a web browser. It can use external MIDI devices as sound sources, as well as SoundFonts.

Try it here · GitHub repository

Fast Tracker 2 Clone — WebAssembly

Fast Tracker II is the legendary Mod Tracker. Use FT2 clone in your browser.

Try it here · GitHub repository

Original repository: 8bitbubsy/ft2-clone

Schism Tracker — WebAssembly

Schism Tracker is a reimplementation of Impulse Tracker. This project adapts it to run in a web browser.

Try it here · GitHub repository

Original repository: schismtracker/schismtracker

SMF Viewer

It analyses Standard MIDI files and displays the data. It also includes a function for editing the data.

Try it here · GitHub repository