






Not now, not in the near future, but possibly some time after version one. No guarantees.
It might come in the future, especially now that Apple has moved over to the Intel platform. But it’d be a huge task for us devs, since we’d have to first reimplement all the graphical stuff with an abstraction layer and THEN add implementations for both PC and Mac, using that abstraction layer. So it’s not something we’re about to do soon or anything. It is not “harder” to code for Mac, but none of us devs are Mac users and well, it’s different. Not harder, just a bit different.
Some primitives that come with SynthMaker have not been fully tested or may not be functioning 100% correctly, to avoid confusion or problems these primitives they have been assigned as ‘R&D’. If you wish to use these primitives, you have to switch on the ‘R&D Components’ in the advanced preferences. R&D primitives will be highlighted red in the toolbox.
Also, a few primitives have been superseded by newer versions, and no longer are listed, though perhaps the older versions will still function.
Audio that is passed to the soundcard has to be in the range -1 to +1, anything exceeding this range is wrapped around into the range. So for example if a value of 1.1 is passed to the output it will be converted to the value of -0.9. For audio this results in extreme distortion. So if you play 2 two notes on your synth, each with a volume of 1, the total output can easily exceed the -1,+1 range.
To remedy this you should do two things: Firstly scale the output of the synth so when playing more than one note the total volume shouldn’t go above 1, secondly add a stereo clip module before the audio output to limit the output so the range is never exceed. It is recommended to have a clip module.
The reason for this is the developers of SynthMaker decided that they would like hide as few of the background processes as possible from the user, giving the user maximum flexibility with the application.
2 inputs: Original BPM and Target BPM
1 output: Pitch change in semitones
ratio = 180 / 140 pitch = log2(ratio) * 12 -> ~ 4.35 semitones
The long: 
The short:
Ensure you connect a wireless input into the view input connector on the master MGUI, and turn on “Toggle Front Panel” (G) on the menu on the bottom of the module.
They can be caused by several things:
—- thanks to: stefan, oddson, re8, trogluddite