Where to download the SDK?

Hello

I’m the developer of FM Composer, a synthesis-based music creation tool, and I’d like to make Defold able to playback the songs created with this tool.

The synth engine has a simple API and is plain portable C/C++, ready to integrate : https://github.com/stephanedamo/fmcomposer/tree/master/src/fmengine

After looking at several pages, I found the tutorial about the extension development but I didn’t see any link for download. Can you help me ?

5 Likes

Hey there, I’m the guy who commented on your youtube clip, welcome!

So, turns out there’s no SDK. Defold uses cloud servers to build individual engines for the game developer once you start using native extensions. Not 100% sure how it works when developing your own NE’s, but I suppose the tutorial should be enough to get you started?

This page should have what’s needed.

4 Likes


the link to download is right here, on the top right. click “Get Defold.” you will have to log in, of course!

3 Likes

This is really cool, will be trying it if you manage to get this into an extension.

Any chance we would be able to take note events and turn them into objects or events from tracker files with FM Composer?