[HN Gopher] A plucked string simulator using Julia
       ___________________________________________________________________
        
       A plucked string simulator using Julia
        
       Author : leephillips
       Score  : 15 points
       Date   : 2024-09-21 20:03 UTC (2 hours ago)
        
 (HTM) web link (lee-phillips.org)
 (TXT) w3m dump (lee-phillips.org)
        
       | minetest2048 wrote:
       | I always wanted to do this, I think Julia is a good language to
       | develop audio plugins and virtual instruments. But its currently
       | missing real time tooling and binding to audio plugin frameworks
       | such as CLAP JUCE VST3
       | 
       | There is a way to compile Julia to webassembly:
       | https://tshort.github.io/WebAssemblyCompiler.jl/stable/examp... ,
       | it might be possible for you to run the julia script clientside.
       | I don't know whether FFTW.jl can run though for the spectrogram
       | plot
       | 
       | Another related demo is
       | https://youtu.be/bujv4mxG7mE?si=LMGri56Gzs7mWTN_ , they solve
       | differential equations of a saxophone
        
       ___________________________________________________________________
       (page generated 2024-09-21 23:01 UTC)