Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
/ Apollo Public archive

A combination looper and sequencer for live performances, all in your browser.

Notifications You must be signed in to change notification settings

TheFirstQuestion/Apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apollo

A combination looper and sequencer for live performances, all in your browser.

Installation

Apollo must be served, rather than just opening the HTML file, due to how Chrome loads worker files. See here.

Simplest way to run locally:

  • Open a terminal and navigate to midi-synth.
  • sudo python -m SimpleHTTPServer 80
  • Visit http://localhost in the web browser of your choice.

txt File Syntax

(For importing and exporting songs)

First section: instruments

Second section: scheduling (for each instrument, in the same order as listed in the first section)

  • Each line: Number of bars, what to do in those bars
  • "what to do":
  • R = rest
  • 0 = follow/play the input, but don't record
  • Positive integer = play that number loop
  • Negative integer = record that number loop
  • After each instrument, leave a line with three ===s

Third section: there is no third section

  • Just add three ---s at the very end (instead of the ===s)
  • A blank line following the ---s is optional and also acceptable

Adapted From

References

https://en.wikipedia.org/wiki/General_MIDI#Percussion


TODO

  • Generate .txt file from .mcsz file (and thus PDF, etc.)
  • Time signatures other than 4/4
  • Tempo changes

onsite,in progress

About

A combination looper and sequencer for live performances, all in your browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published