Started writing some background music for Donsol, I'd love to find a sort of middleground between VNV Nation and some kind of chiptune.
@neauoire I am really curious how audio like this works on uxn. Is there a synth? Is it a hardcoded waveform? Do you have a tick event handler (I think uxn calls that a vector?) to write data to the audio device?
@lhp varvara has a audio device, it's how I play the SFX in the game, card flipping sounds, etc..
https://wiki.xxiivv.com/site/varvara#audio
varvara

By Devine Lu Linvega

XXIIVV

@neauoire oh that's neat. So it's samples, but you have control over attack, decay, sustain, etc..

How do you generate the samples?

I have been playing around with synths the past year; the idea of programming an entire song, not just tracking but also samples, in uxn sounds appealing. This might be what finally gets me into uxn.

@lhp It depends, I tend to make them in bitwig, but uxn has so little memory, that I more often use waveforms, which I can make in uxn itself.