Mikoláš Štrajt

Results 62 comments of Mikoláš Štrajt

there is a catch - typically you need to sing up via web interface ([see last column in list of tilde servers](http://tilde.club/%7Epfhawkins/othertildes.html))

This is exactly what I was trying to do while implementing [alda-js](https://github.com/severak/alda-js). Maybe we should cooperate on that. :wink: There are three parts you need to implement: - parser -...

These older libs/projects like MIDI.js tends to be broken sometimes (because WebAudio/WebMIDI API changed in the meantime). This needs to be checked. I can contribute javascript parts.

@daveyarwood can be those OSC messages exported as text file? If that is possible, conversion to MIDI and playing is easy then.

@daveyarwood progress report: - downloaded your modified branch and generated some OSC files - examined it using text editor (*oh no, this is binary format* ) - figured out [how...

Translation from OSC to MIDI score is somewhat implemented - see [source code](https://github.com/severak/alda-js/blob/main/index.html) and [demo page](https://severak.github.io/alda-js/). It can play in Firefox if you have browser extensions from jazz-soft.net. In Chrome...

Hi Dave, I finally found out, how to implement soundfonts. There is soundfont editor called [Polyphone](https://www.polyphone-soundfonts.com/) which can translate soundfonts into [SFZ](http://sfzformat.com/). SFZ has major advantage - it's text based...

@daveyarwood Nice to see that my experiments were valueable to you. I will look into your progress when I find time to do so. JZZ is capable to [act as...

@daveyarwood where can I download WASM/javascript version of Alda? I just started fiddling with music software again so I decided to look into this.

While reasearching something other I looked into this and found out what is missing here. Actually not much. I am going to implement it. Stay tuned!