Is Mynth cross-platform?
Mynth is fully cross-platform. In particular, the plug API is entirely platform-independent, so sound programmers do not have to write multiple versions of their plugs for each OS that Mynth supports. (For programmers: Mynth abstracts two “execution layers,” one for real-time sound generation and one for lengthy operations such as loading and analyzing data; on MacOS, for example, these layers correspond to Deferred Task Time and SystemTask time, while on Linux they map to a high-priority thread and a regular one. Mynth also comes with file management shims, interrupt-safe memory allocation facilities and other synchronization primitives.) If you’re interested in porting Mynth to a new platform, I’d love to hear from you (however, please note that its internal architecture is very sophisticated, so this task is better suited to an experienced developer.