Welcome to my portfolio or whatever
Here is some stuff I have made:
Piano Roll 2 - A unique piano roll for making music.
Instead of traditional notes there are pitch automation nodes (represented by circles connected by lines). A single note can have many automation nodes.
The idea is to allow automating synth- and effect parameters for individual notes. Technically, you can do this in most existing DAWs, but you'd have to create a bunch of extra tracks, most of them with only a few notes each, and to make changes and additions you would have to scroll a hundred miles and click through a thousand menus.
NOTE: This is an old prototype. It lacks many common features, such as saving/loading, undo/redo, etc, and there are known bugs. This prototype has served its purpose and will not be further developed.
Instructions:
Left-click on empty space to place a note. Notes consist of two or more nodes (circles) connected by lines. Left-click on a line to add a new node.
Left-click and drag to move a circle. The largest circle of a note moves the entire note.
Right-click on a node to delete it. Deleting an end-node deletes the entire note.
Press Space to play/stop.
Press Ctrl+Space to play from wherever the mouse cursor is.
Press 1 to switch to pitch automation mode (default)
Press 2 to switch to volume automation mode.
Press G to toggle snap to grid.
Press V to toggle only the vertical grid snapping.
Press H to toggle only the horizontal grid snapping.
Tic-Tac-Two
It's like tic-tac-toe, but better.
Instead of placing new crosses or circles until someone wins, you place only three pieces each, then keep moving them, one by one, to new positions, until someone wins.
A simple rule-change that makes the game much more interesting.
Made with the Godot game engine.
Note: The game has a fixed aspect ratio, and was never intended to be played on mobile phones.
Tic-Tac-Two
JODDAW - An innovative Digital Audio Workstation (WIP)
A digital audio workstation written in javascript. Click the (?) to see the controls.
Like other DAWs, the JODDAW has instrument tracks where notes can be arranged.
Unlike other DAWs, all the notes from all the tracks are shown simultaneously in the same piano-roll.
It is possible to automate pitch and volume on a per-note basis, just like in Piano Roll 2.
The JODDAW is built around the JODSynth, a powerful FM synth with an unlimited number of oscillators.
The JODSynth was born out of frustration with all the clunky, limited, FM synths out there.
It seems to be a requirement for all of them to have a crazy wierd UI.
To be fair, my own UI is a bit wierd right now, but I'll fix that eventually~
This is a work in progress. The UI will likely change a lot in the future.
You will experience performance issues in Firefox.
Chrome and Edge should work fine.