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/tango.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 colourschemes/tango.json (limited to 'colourschemes/tango.json') diff --git a/colourschemes/tango.json b/colourschemes/tango.json new file mode 100644 index 0000000..cbde1b6 --- /dev/null +++ b/colourschemes/tango.json @@ -0,0 +1,9 @@ +{ + "a": "dark_red", "as_": "red", + "b": "white", + "c": "dark_green", "cs": "green", + "d": "dark_cyan", "ds": "cyan", + "e": "yellow", + "f": "dark_magenta", "fs": "magenta", + "g": "dark_blue", "gs": "blue" +} -- cgit v1.1