-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic Plots #29
base: master
Are you sure you want to change the base?
Basic Plots #29
Conversation
I don't think it makes sense to use Plots instead of the superior Makie. |
Okk, let's use Makie then. Never used it before so didn't consider it 😄 . |
@@ -37,7 +37,7 @@ export melspectrogram, mfcc | |||
export spectrogram, stft, istft, phase_vocoder | |||
|
|||
function __init__() | |||
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" include("display.jl") | |||
@require GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" include("display.jl") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GLMakie
-> Makie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I use Makie instead of GLMakie?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay for now use GLMakie. We will resolve this later.
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) |
Notes:
Solves some issues for #28
This PR is supposed to cover:
Sample Spectrogram: