From 991849b32acf83dd14a5096540bb053d2572502a Mon Sep 17 00:00:00 2001 From: Wavy Harp Date: Sun, 7 May 2023 23:04:53 -0600 Subject: initial import currently everything is very tied to alsa and my system, for the moment you'll need to manually change the device names and maybe channels/period_size in src/main.rs, src/bin/smolguitar.rs and src/bin/loopbacker.rs, i'll fix that and add runtime period size/updater allocation soon, (and probably make a cpal backend as well so it can work on other platforms), but doing this initial commit to play around with stereo for now~ --- colourschemes/notes.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 colourschemes/notes.txt (limited to 'colourschemes/notes.txt') diff --git a/colourschemes/notes.txt b/colourschemes/notes.txt new file mode 100644 index 0000000..07d75f9 --- /dev/null +++ b/colourschemes/notes.txt @@ -0,0 +1,27 @@ +adam_neely.json: + * he doesn't mention if sharps/flats have their own colours for him in + his video, right now i'm probably going to make them a + blended colour between the note and the next note, hopefully choosing + decent colours + * using brighter versions for the sharps also seems like a good idea, + (or darker for flats if you go the other way) that could look weird + though because i'm using brightness for value too, i might need to also + make the brightness for the max value rgb higher too for the b fex + so it doesn't get too dark too fast (probably a good idea to make sure + the notes have atleast close brightnesses to each other via the val + value in kcolorchooser) + +wavy2: + * created with: + hsv.py 344,90,255 30,80,255 30 0.23 + * strikes a bit of a balance, probably a bit hard to read still + +wavy3: + * created with: + hsv.py 344,90,255 40,80,255 24 0.22 + and + hsv.py 134,66,255 + to generate the g# colour + * with the e colour switched to g and visa-versa (green <-> yellow) + and the new g# colour generated as above + -- cgit v1.1