AJFaraday / smiff_music

Social Media InterFace For Music - It's only a concept at this stage, the end-game is a situation where people can interact with a twitter account and music will result.
6 stars 1 forks source link

SMIFF Music - Social Media Interface For Music

The idea is simple, people send a tweet then the SMIFF Music app makes music. Only the music is written, modified and interacted with by many people over the web. Hopefully producing an unending and infinitely modifiable, constantly developing and organic piece of music where all are involved.

It is primarily controlled via a set of terminal-style commands which are designed to get the information required to create and modify music in as 'plain-english' a way as possible.

SMIFF is currently at version 0.3, in which users can define drums and melodies, as well as selecting from a variety of synthesisers and modifying their sounds.

Components:

There is an end-game plan to allow users to send the terminal-style messages which control SMIFF via twitter, allowing users to change the SMIFF music from anywhere.

Dependencies

I recommend working with rvm, the version manager, to ring-fence the ruby you are using for SMIFF from other ruby projects.

Installation

This is the installation process for a local instance.

Documentation

When the app is running you can select 'help' in the header to see the formatted, indexed help docs for using SMIFF.

It is also available as an amalgamated .md file in /docs/help/help.md or in github at https://github.com/AJFaraday/smiff_music/blob/master/docs/help/help.md

There are some technical docs for developers in /docs/technical