Skip to content
/ NewWave Public
forked from Jjagg/NewWave

A .NET music generation engine.

License

Notifications You must be signed in to change notification settings

solcz/NewWave

 
 

Repository files navigation

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.

About

A .NET music generation engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%