Piece with realtime generation of scores #98
charlesneimog
started this conversation in
Show and tell
Replies: 4 comments
|
Thanks for sharing! Any chance you could share a screenshot or video of it in action? I'd love to make a little gallery of real-life music using neoscore. |
0 replies
|
The piece will be recorded (video and audio) soon, then I will be happy to share it. |
0 replies
|
Hi, here is the video of the first version of the piece! https://www.youtube.com/watch?v=XIEI7-W7t2o It is not completely ready yet... It is not possible to see what is happen, but I upload an example in my web site: https://www.charlesneimog.com/pages/flute/flute.html Every time the bar below reaches the end, the page sends a signal to puredata which generates new scores. |
0 replies
|
Excellent work Charles. Hope to see it performed some day. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Sharing a piece with neoscore. The III mov of the piece is composed using FFT and Partial-Tracking. The FFTs are calculated in smartphones, and the idea is to show the scores in the Smartphones too.
It needs, Python 3.11, Puredata.
In PureData it needs this externals:
The repo is here: https://github.com/charlesneimog/ecos
All reactions