Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freealise authored Feb 20, 2025
1 parent 83fb54e commit 9a5ec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Written in Javascript using Web Audio API, works in modern browsers.
MIDI in/out to and from DAWs (16 channels for microtonality; read/write file ?) - midi_out.html
touch radius x/y -> filter quality or amplitude modulation

audio to MIDI converter: poly pitch detect by comb filtering (in webaudio add the same signal delayed by varying time starting from longest and find greatest output volumes excluding harmonics of already existing unless louder than base pitch)
audio to midi / tab / notes transcription: poly pitch detect by comb filtering (in webaudio add the same signal delayed by varying time starting from longest and find greatest output volumes excluding harmonics of already existing unless louder than base pitch)
or in spectrum analyser find lowest pitch above threshold then exclude its harmonics unless louder than itself then continue up the scale
display piano roll with smooth pitch transitions on google function chart

Expand Down

0 comments on commit 9a5ec11

Please sign in to comment.