FM synth example - do we have preset algorithms? #65
Replies: 2 comments
-
Hi, I didn't emulate a real device which might work with integer values instead of float. It could be possible to try to adopt settings from the devices. This implementation does not have the same complexity like the DX7. I need to add some more operators to get the similar DX7 typical sound out of it |
Beta Was this translation helpful? Give feedback.
-
I might miss some point. Regarding the internal algorithms the implementation is the same as shown in this video: https://youtu.be/rGTw05GKwvU |
Beta Was this translation helpful? Give feedback.
-
I have just compiled the FM synth example with the latest ML_SynthTools build 04c06d5 and it looks like I need a external MIDI controller to manually create the algorithms.
Just curious - is it possible to have default preset algorithms like DX7/9's "E.Piano" and such for one to start inside, instead of having to set them manually with an external MIDI device? Having this to run as a midi player box is one of the ideas I have. :D
Beta Was this translation helpful? Give feedback.
All reactions