Comment on Show HN: Warp, a Python based music-theory aware MIDI sequencerparentComments−mpdehaan2OP6yHere the Python API is just expressing the pattern language to user land, the user does not have to deal with python arrays at all.See some examples at https://bitbucket.org/laserllama/warpseq/src/master/examples...And then you can imagine the web interface growing up around those simple lists of strings.
Comments
Here the Python API is just expressing the pattern language to user land, the user does not have to deal with python arrays at all.
See some examples at https://bitbucket.org/laserllama/warpseq/src/master/examples...
And then you can imagine the web interface growing up around those simple lists of strings.