diff options
author | Wavy Harp <wavyharp@gmail.com> | 2023-05-07 23:04:53 -0600 |
---|---|---|
committer | Kyle McFarland <tfkyle@gmail.com> | 2023-05-07 23:04:53 -0600 |
commit | 991849b32acf83dd14a5096540bb053d2572502a (patch) | |
tree | 279b59d75d4ad6081f5242cf77d843ae6b37fc3d /colourschemes/adam_neely.json | |
download | rustynotes-991849b32acf83dd14a5096540bb053d2572502a.zip rustynotes-991849b32acf83dd14a5096540bb053d2572502a.tar.gz rustynotes-991849b32acf83dd14a5096540bb053d2572502a.tar.bz2 |
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~
Diffstat (limited to 'colourschemes/adam_neely.json')
-rw-r--r-- | colourschemes/adam_neely.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/colourschemes/adam_neely.json b/colourschemes/adam_neely.json new file mode 100644 index 0000000..3439755 --- /dev/null +++ b/colourschemes/adam_neely.json @@ -0,0 +1,14 @@ +{ + "a": "rgb_(247,0,49)", + "as_": "rgb_(155,0,106)", + "b": "rgb_(1,0,200)", + "c": "rgb_(255,238,72)", + "cs": "rgb_(186,241,106)", + "d": "rgb_(72,247,163)", + "ds": "rgb_(84,221,168)", + "e": "rgb_(165,37,200)", + "f": "rgb_(86,230,89)", + "fs": "rgb_(89,208,84)", + "g": "rgb_(109,53,47)", + "gs": "rgb_(161,33,48)" +} |