teadrinker

Results 19 issues of teadrinker

I was comparing color blending functions and I noticed this one did not seem to be symmetrical (swapping a,b and using 1-t instead if t, is expected to give the...

(might be related to [issue 203](https://github.com/tooll3/t3/issues/203)) I have a high-DPI laptop at 200% windows scaling, although **text scales as expected**, a number of issues seem to be happening: * Many...

bug
feature request
ui

v.3.7.1 Dev a bit confusing when graph looks different in the minimap

Spent a few days trying to hack together a midi converter for LML https://sightreading.training/song/125/greensleeves https://sightreading.training/song/123/clair-de-lune-intro https://sightreading.training/song/124/clair-de-lune-bug Some thoughts: The main issue here is that each track automatically expands to multiple...

This is written to console: Failed to init sound: Could not find float output config

mouse support is great for quickly exploring a parameter space (2 variables) interactively. currently the mouse cursor is hidden, I feel this could still be the behaviour, no need to...

Support for viewing maximized in browser window, and also ability to switch to fullscreen. I realize this is tricky cos we don't want non-integer scaling with the pixeled look, so...

I found that my [intro](https://teadrinker.net/microw8/trails.html) was not working as expected in firefox, so I created this to plot the difference: #define IMPORT(MODULE, NAME) __attribute__((import_module(MODULE), import_name(NAME))) IMPORT("env", "time") extern float time();...