Skip to content

Roll the dice to make music, 2017 ICT-Culture Art Convergence Award

License

Notifications You must be signed in to change notification settings

mididice/mididice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mididice

Build Status

Role the dice and play generated music

Getting Started

Prerequisites

  • jfugue - music programming for java
  • timidity - MIDI to WAVE converter
  • MIDI.js - JavaScript MIDI Player using W3C Web Audio
  • waveform.js - audio waveform visualization

Installing

the step will be on Ubuntu 16.04


git clone https://github.com/mididice/mididice
cd mididice
apt install openjdk-8-jdk
apt install maven
apt install timidity
apt install lame

Start

mvn package
java -jar target/mididice-0.0.1.jar

Built With

Screenshot

alt text

Started From

midiyapp - origin project