Code Monkey home page Code Monkey logo

komposter's Introduction

Komposter

Komposter is a lightweight music composing system intended mainly to be used in applications where the size of the executable must be minimized such as 4K and 64K intros.

It is built using a modular "virtual analog" model, where the composer can build the synthesizers from scratch using simple basic building blocks. This minimizes the amount of code required and relies more on data, which can be compressed more effectively.

A simple pattern-based sequencer is used to create songs which use up to 24 voices, each of which can use a different synthesizer. Each synthesizer can be programmed with a number of patches that can be switched between patterns.

Included with Komposter is a music player with full x86 assembly source code as well as a converter for generating nasm-includeable files from song files. Source code for the converter is also provided.

As Komposter is still in beta stage, please give me feedback on any bugs you may encounter or features you'd like to see added. Bugs and crashes are very likely, so please save your work often.

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot

Building (macOS)

git clone https://github.com/electronoora/komposter.git
cd komposter
make -f Makefile.darwin dist

Using finder, navigate to the directory you cloned Komposter into and run Komposter.app. Alternatively, you can open Komposter-yyyy-mm-dd.dmg and move the app to your /Applications.

Building (Linux, FreeBSD, etc)

Install the development packages for Freetype2, GLUT, MesaGL, OpenAL and pkg-config. For example, on Ubuntu 16.04:

sudo apt-get install libfreetype6-dev freeglut3-dev mesa-common-dev libopenal-dev pkg-config

Any dependencies are automatically installed along with these packages. After installation is complete, type:

git clone https://github.com/electronoora/komposter.git
cd komposter
./configure
make
make install

Examples

Some audio clips and screenshots can be found at komposter.haxor.fi.

komposter's People

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.