Coder of Salvation / Leon van Kammen

Results 115 issues of Coder of Salvation / Leon van Kammen

hi Michael, I noticed you talking about writing 3D apps in haxe which also work in webgl. Would you recommend HaxeHybrid (godot) for it these days?

Hi, I stumbled upon your FM synth. It seems like a nice starting point (I just need to generate one note waveform) and libfmsynth is not exactly a one-header file...

Which files should I include to generate monophonic audiodata (rendering 1 instrument to a sample)? Or is the synth too much entagled with the gui for this purpose? If that...

It would be so much of a help to be able to re-use sf2/xi/sfz instruments in mobmuplat. In which ways could mobmuplat be extended with this (in theory)? I was...

I didn't really find a way to call cloud jobs using this lib: ```(node:9393) UnhandledPromiseRejectionWarning: TypeError: Parse.Cloud.job is not a function``` This is my temporary solution by just adding this...

@xevz: Everything seems to work ok, except rendering. I guess it something small and stupid, will try to figure this one out myself and report the patch here.

Hi, this is a really cool wrapper for fluidsynth. I've tested it succesfully on several devices: | env | normal | audioworklet | |-|-|-| | chrome 91 desktop | yes...

Hi, thank you for all your great audio-work. I need a sf2 player which supports CC data (basically the sf2 modulators) so I can send webmidi-in or a midi-file to...

is it possible to run tty.js in view mode only (disable input) ? (think 'screen -x log') There are many cli-commands which show usefull stats..