JuliaMusic / MusicProcessing.jl

Music Processing Library in Julia
Other
87 stars 15 forks source link

Basic Plots #29

Open ashwani-rathee opened 3 years ago

ashwani-rathee commented 3 years ago

Notes: Solves some issues for #28 This PR is supposed to cover:

Datseris commented 3 years ago

I don't think it makes sense to use Plots instead of the superior Makie.

ashwani-rathee commented 3 years ago

Okk, let's use Makie then. Never used it before so didn't consider it 😄 .

Datseris commented 2 years ago

Alright, I've been away from this project for a lot of time, sorry.

Plotting functionality should be in MusicVisualizations.jl and not here though.

(And yes, MusicVisualizations.jl would be updated to use Makie.jl also for MIDI-based plotting)