Skip to content

LauraDamianTNA/meowsynth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meowsynth

The future of feline synthesis.

Copyright 2015-2016 Dave Gurnell. Licensed GPLv3.

Join the chat at https://gitter.im/underscoreio/scala

Synopsis

Meowsynth is a fun project to demonstrate the serious side of functional programming. It is built on top of Compose, a functional music composition library I developed for training at Underscore.

You can read more about Compose in this blog post and browse the source code for the demo songs on Github.

Contributions to Compose and Meowsynth are welcome! Please jump in to the Underscore Gitter channel to chat about ideas.

Compiling and Running the Code

Meowsynth is a ScalaJS project built using SBT and Li Haoyi's workbench plugin. All you need to build the code is a working JVM. The SBT launcher takes care of the rest:

# Change to the root directory of the project:
$ cd meowsynth

# Launch SBT:
$ ./sbt.sh

# Compile the code from within SBT:
> fastOptJS

# Leaving SBT running, open the debug server running on `localhost:12345`:
$ open 'http://localhost:12345/target/scala-2.11/classes/index-dev.html'

About

The mighty meowing synthesizer!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 71.8%
  • CSS 13.8%
  • HTML 8.9%
  • Shell 4.3%
  • Batchfile 1.2%