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.
- Pedro Santos (@pedromsantos)
The library is now a .NET Standard 2.0 compatible framework and .NET Core 3.1 (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
Last refresh:
Copyright (c) 2025 Pedro Santos
Licensed under the EUPL-1.2
This work is licensed under the European Union Public Licence v. 1.2. You may obtain a copy of the License at https://eupl.eu/1.2/en/
This is a reference kit for educational and development purposes. You are free to use, modify, and distribute this work under the terms of the EUPL-1.2 license.