项目作者: PongoEngine

项目描述 :
Famuz is a programming language for writing music
高级语言: Haxe
项目地址: git://github.com/PongoEngine/famuz.git
创建时间: 2019-09-17T20:02:56Z
项目社区:https://github.com/PongoEngine/famuz

开源协议:

下载


Disclaimer

This project is on hold until I have more time. The goal of this project is to compose music and use as a source for other DAWs. There is a lot of work left to go. It is in an operable but not midi producing state.

Famuz

A Modular Music Format for famous compositions.

Famuz is a programming language that compiles to Midi.

Simple Example

  1. func add a b = a + b
  2. func main = {
  3. let partial = add(4)
  4. print(partial(2) + partial(3))
  5. }

Operators

Numberic

(+) Plus

(-) Minus

(*) Multiplication

(/) Division

Musical

(:+) Add to Sequence

(:=) Parrellel