GithubHelp home page GithubHelp logo

newwave's Introduction

NewWave

NewWave is a .NET music generation engine. It uses procedural generation and customized algorithms to create full instrumental songs.

Usage

Create a test in the unit test project (there are several examples already there) that calls the RenderAndPlay function. It will save a MIDI file to the NewWave.Test\bin\Debug directory and open it up with whatever music player you have set to default.

Projects

  • NewWave.Core
    • Contains an interface for the Song class which is implemented by the Generator library
    • Contains the Score class, a "rendered" song that can be saved as a MIDI file
    • Contains common classes like instrument tracks and TimeSignature
  • NewWave.Generator
    • Where the magic happens. Generates chord progressions, drum grooves, arrangements, etc. and layers it all together
  • NewWave.Library
    • Contains common functionality: chords, scales, scales
  • NewWave.Midi
    • Enums for MIDI generation
  • NewWave.Test
    • As NewWave currently has no executable, unit tests are used for testing and executing all functionality, including full-stack custom song generation.

Dependencies

Git branching structure

  • master — "production"-quality code; currently NewWave is nowhere close to being ready for this.
  • develop — main development branch. Extra work on the NewWave.Core project should go here. As stable and feature-complete as possible.
  • generator — active branch for the NewWave.Generator project, where most of the work is currently happening. Merges back into develop.

newwave's People

Contributors

andrewsarnold avatar asa-hmb avatar fidwell 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.