https://github.com/schollz/supercollider-microtonic
Porting the Microtonic VST to SuperCollider
https://github.com/schollz/supercollider-microtonic
drums microtonic supercollider
Last synced: 18 days ago
JSON representation
Porting the Microtonic VST to SuperCollider
- Host: GitHub
- URL: https://github.com/schollz/supercollider-microtonic
- Owner: schollz
- License: mit
- Created: 2021-08-24T17:44:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T14:45:32.000Z (over 3 years ago)
- Last Synced: 2025-04-11T19:06:49.647Z (21 days ago)
- Topics: drums, microtonic, supercollider
- Language: SuperCollider
- Homepage:
- Size: 12.7 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# supercollider-microtonic
One of my favorite drum machines is the [Microtonic VST by SonicCharge](https://soniccharge.Com/microtonic). I have this VST and I use it a lot, but I was hoping to control it via OSC in SuperCollider so I sought to port it to SuperCollider. Namely, I really wanted to use this sound in [norns](https://monome.org/#norns). I ended up getting very close (I think) and made a norns script using these sounds called "[supertonic](https://schollz.com/blog/supertonic/)".
You can use this repository by opening `microtonic.scd`. It will open up a `SynthDef` with the basic parameters, and then some example presets and an example euclidean drum sequencer.
### Demo
Here's a direct comparison between the SuperCollider port and Microtonic on some random presets: https://vimeo.com/591627963.
### Importing presets
I included a Lua script that you can use to convert your Microtonic presets into SuperCollider code automatically. Simply run:
```bash
lua utonic2sc.lua /location/to/microtonic/preset > preset.scd
```## More information
For more information about this port, check out [my blog](https://schollz.com/blog/microtonic).
## License
MIT