Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Basic Plots #29

wants to merge 3 commits into from

Conversation

ashwani-rathee
Copy link
Contributor

@ashwani-rathee ashwani-rathee commented May 23, 2021

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

  • Basic Waveplot
  • Spectrogram
    Sample Spectrogram:

@Datseris
Copy link
Member

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

@ashwani-rathee
Copy link
Contributor Author

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")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GLMakie -> Makie

Copy link
Contributor Author

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?

Copy link
Member

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.

@Datseris
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants