├── LICENSE ├── Makefile ├── README.md ├── Seasons.jpg ├── plugin.json ├── res ├── SA_GreeenPushButton.svg ├── SA_GreeenPushButton_pressed.svg ├── SA_GreenKnob.svg ├── SA_GreenKnobSmall.svg └── Seasons.svg └── src ├── Seasons.cpp ├── plugin.cpp └── plugin.hpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/README.md -------------------------------------------------------------------------------- /Seasons.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/Seasons.jpg -------------------------------------------------------------------------------- /plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/plugin.json -------------------------------------------------------------------------------- /res/SA_GreeenPushButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/res/SA_GreeenPushButton.svg -------------------------------------------------------------------------------- /res/SA_GreeenPushButton_pressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/res/SA_GreeenPushButton_pressed.svg -------------------------------------------------------------------------------- /res/SA_GreenKnob.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/res/SA_GreenKnob.svg -------------------------------------------------------------------------------- /res/SA_GreenKnobSmall.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/res/SA_GreenKnobSmall.svg -------------------------------------------------------------------------------- /res/Seasons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/res/Seasons.svg -------------------------------------------------------------------------------- /src/Seasons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/src/Seasons.cpp -------------------------------------------------------------------------------- /src/plugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/src/plugin.cpp -------------------------------------------------------------------------------- /src/plugin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SpektroAudio/Seasons/HEAD/src/plugin.hpp --------------------------------------------------------------------------------