├── LICENSE.txt ├── Makefile ├── README.md ├── plugin.json ├── res ├── 8CV.svg ├── 8GT.svg ├── Calibrator.svg ├── ES40.svg ├── ES5.svg └── SMUX.svg └── src ├── 8CV.cpp ├── 8GT.cpp ├── Calibrator.cpp ├── ES40.cpp ├── ES5.cpp ├── Encoders.cpp ├── Encoders.hpp └── SMUX.cpp /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/README.md -------------------------------------------------------------------------------- /plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/plugin.json -------------------------------------------------------------------------------- /res/8CV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/res/8CV.svg -------------------------------------------------------------------------------- /res/8GT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/res/8GT.svg -------------------------------------------------------------------------------- /res/Calibrator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/res/Calibrator.svg -------------------------------------------------------------------------------- /res/ES40.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/res/ES40.svg -------------------------------------------------------------------------------- /res/ES5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/res/ES5.svg -------------------------------------------------------------------------------- /res/SMUX.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/res/SMUX.svg -------------------------------------------------------------------------------- /src/8CV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/src/8CV.cpp -------------------------------------------------------------------------------- /src/8GT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/src/8GT.cpp -------------------------------------------------------------------------------- /src/Calibrator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/src/Calibrator.cpp -------------------------------------------------------------------------------- /src/ES40.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/src/ES40.cpp -------------------------------------------------------------------------------- /src/ES5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/src/ES5.cpp -------------------------------------------------------------------------------- /src/Encoders.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/src/Encoders.cpp -------------------------------------------------------------------------------- /src/Encoders.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/src/Encoders.hpp -------------------------------------------------------------------------------- /src/SMUX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/expertsleepersltd/vcvrack-encoders/HEAD/src/SMUX.cpp --------------------------------------------------------------------------------