-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Pedro Santos edited this page Apr 2, 2018
·
4 revisions
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.
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).
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
- Clone the repository to your machine
- Open a terminal and navigate to the repository folder
- Restore dependencies using
dotnet restore
- Build the project using
dotnet build
- (optional) Execute the tests using
dotnet test VaughanTests