psychemedia / showntell

Advocacy project - Using Jupyter Notebooks As Part of Rich Educational Media Publishing System
5 stars 1 forks source link

Music demos #5

Open psychemedia opened 5 years ago

psychemedia commented 5 years ago

Example of a backend for a project working on music applications in nteract: https://github.com/nCoda/nteractExperimentBackend

psychemedia commented 5 years ago

Example notebooks and example build? https://github.com/musicEnfanthen/music21playground

psychemedia commented 5 years ago

Piano player fingering - would be interesting to make this play nice with Jupyter notebooks?

psychemedia commented 5 years ago

R package for displaying scores and guitar tabs using LilyPond: https://leonawicz.github.io/tabr/

psychemedia commented 5 years ago

Lovely interactive course on synths and sounds. Could be interesting to try to do this as a set of notebooks?

psychemedia commented 4 years ago

Musescore / music21 in Colab https://github.com/devjmc/Music21_musescore_Colab/blob/master/music21_Colab_musescore_BWV_775_analysis.ipynb

psychemedia commented 4 years ago

music21 - does this recipe render stuff?

from music21 import note, stream, converter
stream1 = stream.Stream()

note = note.Note("C4", quarterLength = 1)
stream1.repeatAppend(note, 4)
stream1.show()

And also:

s = converter.parse('tinyNotation: 4/4 e8 e8 r e8 r c8 e8 r g4 r G4 r')
s.show()
psychemedia commented 3 years ago

https://github.com/bspaans/python-mingus %pip install mingus --user

psychemedia commented 3 years ago

https://github.com/psychemedia/jupyter-vextab.git