Giter Site home page Giter Site logo

sonic-pi-to-musescore-music-transfer's Introduction

Sonic Pi to MuseScore Music Transfer

A simple text file protocol

alt text

Noteitems are inserted into a text file. A noteitem has the following format: A series of comma separated integer numbers and ending with a semicolon. Note timing is commonly expressed as a fraction such as 1/4, 1/2 etc. The sequence of numbers in the noteitem follow this convention:

  1. the timing numerator ( the 1 in 1/4 for a quater note)
  2. the timing denominator ( the 4 in 1/4 for a quarter note)
  3. a positive midi pitch number or a -1 for a Rest note
  4. additional midi pitch numbers to form chords
  5. a semicolon ends the noteitem.

For example:

1,4,60;1,4,62;1,4,64;1,4,67;1,1,60,64,67

The Sonic Pi program Chopsticks1.rb was used to create the text file qchop2.txt
The Sonic Pi program ParseTune.rb will read the text file and play the tune
The MuseScore plug-in readtune.qml was used to import the qchop2.txt file into a score.
Excess measures were removed from the score and some other editing was performed.
The score was saved and exported as seen in the remaining qchop2 files.

To listen

qChop2.wav

sonic-pi-to-musescore-music-transfer's People

Contributors

clearmemory041063 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ismael-vc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.