This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--base03: #002b36; | |
--base02: #073642; | |
--base01: #586e75; | |
--base00: #657b83; | |
--base0: #839496; | |
--base1: #93a1a1; | |
--base2: #eee8d5; | |
--base3: #fdf6e3; | |
--yellow: #b58900; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- WirePlumber script to handle inputs based on processing program state. This allows me to use | |
-- my virtual microphone in all programs and have it still work with or without REAPER open. | |
-- There is almost definitely a much more sane way of doing this, but I'm neither an audio | |
-- expert nor a Lua expert. | |
-- | |
-- The three nodes we care about are Scarlett (hardware microphone), REAPER (processor), and Voice (virtual microphone) | |
-- | |
-- When REAPER is open: | |
-- Scarlett->REAPER->Voice | |
-- |