Skip to content
Pedro Santos edited this page Apr 2, 2018 · 4 revisions

Vaughan - F# music library

About

Vaughan, named after blues guitarist Stevie Ray Vaughan, is a library for working with music theory concepts, music notation, guitar tab notation and programmatically creating music.

NuGet package

NuGet

Build Status

The library is now a .NET Standard 2.0 compatible framework and .NET Core 2.0 (Only if you want to build the Unit Tests project).

Getting started

Online

Navigate to repl.it (a bit outdated and no SonicPi integration) there is some sample code included with the source. The SpeechToMusic module is not available as I have not found a way to add FParsec dependency in repl.it

In your own environment

  1. Clone the repository to your machine
  2. Open a terminal and navigate to the repository folder
  3. Restore dependencies using dotnet restore
  4. Build the project using dotnet build
  5. (optional) Execute the tests using dotnet test VaughanTests

Documentation

Documentation