Skip to content

Conversation

ashwanirathee
Copy link
Contributor

@ashwanirathee ashwanirathee 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.

@ashwanirathee
Copy link
Contributor Author

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


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