Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Is there, like, a javascript library for manipulating midi files?

Uncategorized
4 2 20

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    5 Views
    The support for #MathML in browser is often poor. The fact that instead of improving it the developers seem to be instead pressuring the standard bodies to impoverish the language only makes this worse.(I am aware of #MathJax. We shouldn't need a heavy-duty #JavaScript library to solve typesetting problems. That's exactly what browser engines are there fore.)I weep for the status of scientific publishing in the modern world.(This rant is offered by my experience looking for options to make the SPHERIC newsletter available both in PDF and in HTML form. I don't even need complex math usually,, we try to avoid it in contributions because it's hard to typeset math outside of the TeX world. But the fact that in 2026 online the only safe way seems to be to typeset everything manually or rely on huge JavaScript libraries is a little depressing.)
  • 0 Votes
    1 Posts
    8 Views
    How to transport #MIDI over #network the easy way? #fedihelp So, my client just called me, and it turns out… I need to have his MIDI signal from stage at my #FOH, which is around 40m of cable.I got a CAT cable running with TCP/IP infrastructure anyways.I know that #RTPMIDI exists, but I never have used it.So I need something that takes #USBMIDI and makes it available 40 meters somewhere else. Or I need to send USB over 40 meters, doesn't really matter.I think the endpoint for the MIDI transmission will be VCV Rack on Linux.Must happen the day after tomorrow, so buying something is not a solution.I have available: 1 Ubuntu Studio 24.4 laptop. 1 Windows 10 laptop. 1 MacBook Pro 2017. Several iPads, something Bluetooth-MIDI working with one of the iPads. I used to have #midimonster but it cannot be installed on Ubuntu any more due to dependency shit.EDIT: See my own answer in 🧵 for a solution.
  • 0 Votes
    1 Posts
    12 Views
    Anyone aware of #Javascript jobs at a not evil/impactful company? I’ve got 15 years of experience, fluent in React and NodeJS with Express. Experience with Postgres, SQLite and NoSQL databases. Got my last company Cyber Essentials Certified. Im proficient in dev ops and sys admin. Have a small (but growing!) portfolio of FOSS work.Have an extensive background in teaching programming too, so can mentor juniors. I LOVE mentoring. Have an academic background too. #GetFediHired boosts welcome 💖
  • 0 Votes
    5 Posts
    29 Views
    @eniko it's interesting to see how things shape up differently depending on perspective and use case. To embed the RSS feeds of my Fedi accounts on my website, the JS is just a trivial “call this XSLT on this XML”, and I would actually do without the JS if there was a way to, but I'm limited to the number of entries in the RSS and I don't even think it's possible to get user-specific tags via RSS at all. OTOH, once one has to use the API, JS for everything (like in your case) makes more sense.