-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A preset library for instruments #91
Comments
Hi, Thank you for bringing this up! There has always been the goal of doing such an example instrument (and song) library, but I never got around finishing it (the examples/instruments folder). However, in addition to trying to add instruments there, there's a few developments that should remedy the problem a bit:
But none of these are merged yet :) Sorry to keep you waiting. |
Update: vsti is merged to master branch, I'll spend now some time to squash some bugs |
Update: rudimentary version of loading 4klang patches & 4klang instruments is now merged to master branch. I also dropped the 4klang patches & instruments from the 4klang repo to this repo here, so now there is at least the 4klang preset library to work with. |
There's now a menu containing several preset instruments and these presets are embedded in the executable, so they will be always there. I closed this as complete for now, even if the preset menu is a bit crude way to present the list. |
Let's reopen this issue, just to remind us that we are still missing a proper preset explorer. Several improvements could be very useful:
|
It's probably related to #88 but that is about having 4klang compatibility so let me open a separated issue.
Motivation
The main motivation is to make people create music on sointu without knowing how to design instruments.
Because making an instrument requires knowledge of both basic synth and stack data structure! That's pretty hard for beginners.
Possible solutions
Having a preset library or a feature to load such libraries might be very cool to have.
It's a famous episode that Yamaha DX7 used to be popular thanks to its expressive presets and ability to load expansion cartridges.
Like, imagine having a "Virgill preset library". That would motivate people to make 4k music.
Current workaround
Copy and paste feature exists; it requires interacting with yaml file though, which is a bit spicy for non-coders.
The text was updated successfully, but these errors were encountered: