Hi!
I was wondering if you could use the Pulp song editor to make music for a game made with the Lua SDK and utilizing the synthesizer API?
Cheers!
/D
Hi!
I was wondering if you could use the Pulp song editor to make music for a game made with the Lua SDK and utilizing the synthesizer API?
Cheers!
/D
It's possible, if in Pulp you go to Game and hit the "Download bundle" next to "Audio runtime" in the lower right corner you get a small Lua library as a starting point to do just that. The examples under Examples/DrumMachine
and Examples/MIDIPlayer
in the SDK installation directory can also help with the synthesizer API.
That’s great, thank you!