Isaiah Odhner

Results 272 comments of Isaiah Odhner

Do you mean like zooming in and out time-wise, or like the beats track but for seconds instead of measures, or the ability to change tempo with some sort of...

[Hexagons](https://bl.ocks.org/vasturiano/e70e14483fe01eb0a3ea7d1d46a30571) (MIT License) would be a good MIDI device. I would add scale highlighting alongside the layout configuration. [The Infinite Drum Machine](https://experiments.withgoogle.com/ai/drum-machine) (Apache License 2.0) Their "musical interface" for it...

Improved a bit in https://github.com/1j01/guitar/commit/aad53a3308c244c00b3d39929edac1a40e49cc9d ![improved](https://user-images.githubusercontent.com/3630663/36690197-9056ecfa-1aff-11e8-9ecd-da3fd0df2d35.gif) It definitely looks weird and complicated and *like a bomb* if I do this: ![bombshells](https://user-images.githubusercontent.com/3630663/36690089-49a13766-1aff-11e8-88c0-3c94e6e4c5c8.gif) ![bombshells 2](https://user-images.githubusercontent.com/3630663/36690130-5dc58ecc-1aff-11e8-8708-bdf1170b5bac.gif)

Also I should move the source files to a folder, and set up auto formatting and update dependencies

More reusable version: https://jsfiddle.net/1j01/bss30t5u/ WIP branch: https://github.com/1j01/guitar/tree/circular-transition-effect

Started a bit in https://github.com/1j01/guitar/commit/f7d989aa2e0cd3a3eac3fbc330a953ec2600e7dd

## Prior Art So apparently my initial google search wasn't good enough (I was searching for "inlays" rather than "decals", and maybe should have put "learning" in there); there are...

## Possible App Features I might make it rather customizable, but it should still have good defaults! Useful generally: - [x] Arbitrary scales, in arbitrary keys - [ ] Arbitrary...

After implementing undo/redo button graying (when there are no undos/redos), it's clear it's actually the unfocusing logic (which parses and stringifies tablature) ![redo broken by selection or rather unfocusing by...

I've now implemented window resizing (on all corners and edges), but not the bottom right resize handle which is supposed to be a visual indication and larger hit target. ###...