├── .gitignore ├── LICENSE ├── README.md ├── main.c ├── tinyosc.c └── tinyosc.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhroth/tinyosc/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhroth/tinyosc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhroth/tinyosc/HEAD/README.md -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhroth/tinyosc/HEAD/main.c -------------------------------------------------------------------------------- /tinyosc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhroth/tinyosc/HEAD/tinyosc.c -------------------------------------------------------------------------------- /tinyosc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhroth/tinyosc/HEAD/tinyosc.h --------------------------------------------------------------------------------