项目作者: dvoinoi

项目描述 :
monophonic midi sequencer
高级语言:
项目地址: git://github.com/dvoinoi/text-sequencer.git
创建时间: 2017-04-28T09:05:53Z
项目社区:https://github.com/dvoinoi/text-sequencer

开源协议:MIT License

下载


text sequencer

about

This is a monophonic midi sequencer that uses text
and converts it to midi notes.
It does a good job making really long monophonic sequences easy to write,
and is used as a live music experimentation and composition tool.

interface

the interface is … your favourite text editor.

use

You will first need to install node.js https://nodejs.org.
cd to the folder, and run this command:

  1. // params: text-file bpm [grid] [debug]
  2. node sequencer pieces/war-and-piece.txt 120 [32] [debug]

Open the text file pieces/war-and-piece.txt and edit some text, save, listen to
the sequencer play the updated sequnce once it gets to your changes.

You should now have a new virtual MIDI device called “Text Sequencer”,
you can now route it to wherever you want.

the notes?

The letters are mapped to notes directly as their ASCII value, reference: http://www.asciitable.com/

limitations

This sequencer does not have velocity or note length,
but these are really easy to program/control yourself from your Hardware or DAW.