mitmedialab / prg-raise-playground

Boilerplate for playing with and deploying Scratch 3.0 modifications!
https://mitmedialab.github.io/prg-extension-boilerplate/main/
MIT License
19 stars 39 forks source link

Machine Audition -- Scrolling Visualizations #81

Closed pmalacho-mit closed 2 years ago

pmalacho-mit commented 2 years ago

Make visuals 'scroll' as new items are added. Still TBD.

Some things to consider:

DolevArtzi commented 2 years ago

first attempt: https://github.com/mitmedialab/prg-extension-boilerplate/commit/4589a071e4cdc6ba9ae2e4814c6533c828b1f3e0. This commit has 'scrolling' visualizations for the sheet music, as well as 'scrolling' visualizations for waveforms, with the caveat that the colors that notes are being re-drawn as don't seem to match the original color that it was displayed as. Have not worked enough with the frequency/spectrogram visualizations yet.

DolevArtzi commented 2 years ago

somewhat working: https://github.com/mitmedialab/prg-extension-boilerplate/commit/71aedc321239ce41fe1ff5df1d62786899150cf2. This commit fixes two bugs:

remaining issues:

DolevArtzi commented 2 years ago

(2) is mostly fixed by https://github.com/mitmedialab/prg-extension-boilerplate/commit/6ef8f8ac6bbc6de188e3fdfde74a3cdfc5fc0731 aside from a small issue with the legend

edit: (2) fixed by https://github.com/mitmedialab/prg-extension-boilerplate/commit/eced762021cd1b3665f47158dfe6f28b68be99ce

DolevArtzi commented 2 years ago

(3) is fixed by https://github.com/mitmedialab/prg-extension-boilerplate/pull/122, (1) is outdated