Giter Site home page Giter Site logo

alejandrosame / megra.rs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from the-drunk-coder/megra.rs

0.0 2.0 0.0 1.44 MB

Mégra is a mini-language to make music with variable-order markov chains and some other stochastic shenanigans.

License: GNU General Public License v3.0

Rust 100.00%

megra.rs's Introduction

megra.rs

(Versión español: LEAME.md)

Mégra is a domain-specific programming language (DSL for short) designed for live-coding music with stochastic elements. Its predecessor was implemented in Common Lisp, this one is implemented in pure Rust !

This readme should contain all the necessary information to get Mégra up and running.

Table Of Contents

WARNING

This is still in a relatively early development stage and has some limitations! It hasn't been excessively tested on all platforms.

It's also heavily guided by the author's artistic practice, so some design decsisions might seem odd if you're familiar with other live coding systems.

Features

  • It lets you make music with Markov chains!
  • It follows a sequencing paradigm rather than a modular synth paradigm.
  • It comes with its own (simple) editor.
  • It works with Linux (JACK or PipeWire), Windows 10/11 (WASAPI), and macOS.

Limitations

  • It isn't a turing-complete programming language. In fact it's mostly a bunch of hard-coded methods at this point.
  • It loads all your samples to memory, so if you have a lot of samples, make sure you have enough RAM.
  • It's focused on samples. Synthesis is pretty primitive and limited to some basic waveforms at this point.
  • It currently doesn't allow you to create fancy synths unless you want to code them in Rust.
  • Except for some basic note names, Mégra doesn't reflect (traditional) music theory. There's no scales, scale completions, chords, chord completions or tunings, nor any helpers to work with functional harmony. Maybe there never will be.
  • The editor is fairly primitive (you can use it in REPL mode and integrate in other editors if you want).

These issues are being addressed in no particular order ...

Documentation

The (english) documentation can be found here:

https://megra-doc.readthedocs.io/en/latest/

It contains:

  • Installation & Configuration Info
  • Tutorial
  • Reference

megra.rs's People

Contributors

the-drunk-coder avatar

Watchers

James Cloos avatar  avatar

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.