Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 636 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 636 Bytes

pitch-class-lua

basic set class calculator written in Lua

Why?

Lua is a really fast und lightweight scripting language, a perfect tool for computer-assistend-composition.

Usage

after installing Lua (ie via homebrew: brew install lua)

enter midi values [0-127] in terminal:

lua pc-info.lua 60 64 55

result:

midi: 60 64 55
normal: 0 4 7
prime: 037
name: 3-11
vector: 001110

This program is free software. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.