Giter Club home page Giter Club logo

m_gen's Introduction

To compile all java files, go into ./src and run "javac -d ../bin *.java"
To run Score2Wav, go into ./bin and run "java Score2Wav"
Input score files should be stored in ./scores, but do not include the folder path when inputting file names into the program
During Score2Wav, an output PCM file will be generated in ./PCM
Output wav files will be generated in ./wav

Score .txt files should have the following format:
	First line contains beat per minute and beats per measure, separated by spaces
	Comments are denoted by "//" followed by a space, then the comment message
	To start a new measure, denote it with "Start" on its own line
	To end a measure, denote it with "End" on its own line
	A note has 5 parts (the 5th part is optional), and should be on its own line.  The parts are all separated by any number of spaces or tabs:
		Name of the note (use capital letters, sharps and flats are denoted by "s" or "f" connected to the note name
		Octave of the note (middle C is 4)
		Starting beat location (1 is the first possible beat in a measure)
		Beat duration
		(Optional) Include "Y" to signify that the note should continue playing directly up to the next note

m_gen's People

Watchers

Kevin Hsieh avatar

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.