Git Product home page Git Product logo

famuz's Introduction

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

func add a b = a + b

func main = {
    let partial = add(4)
    print(partial(2) + partial(3))
}

Operators

Numberic

(+) Plus

(-) Minus

(*) Multiplication

(/) Division

Musical

(:+) Add to Sequence

(:=) Parrellel

famuz's People

Contributors

pongoengine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

longde123

famuz's Issues

add to parser

ESwitch(e:Expr, cases:Array<Case>, edef:Null<Expr>); //TODO: add to parser
/**
* An object declaration.
*/
EObjectDecl(fields:Array<ObjectField>); //TODO: add to parser


This issue was generated by todo based on a TODO comment in 7363860. It's been assigned to @PongoEngine because they committed the code.

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.