GuitarAlchemist.GA.Interactive 1.0.1-beta5

This is a prerelease version of GuitarAlchemist.GA.Interactive.
dotnet add package GuitarAlchemist.GA.Interactive --version 1.0.1-beta5
NuGet\Install-Package GuitarAlchemist.GA.Interactive -Version 1.0.1-beta5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GuitarAlchemist.GA.Interactive" Version="1.0.1-beta5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GuitarAlchemist.GA.Interactive --version 1.0.1-beta5
#r "nuget: GuitarAlchemist.GA.Interactive, 1.0.1-beta5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GuitarAlchemist.GA.Interactive as a Cake Addin
#addin nuget:?package=GuitarAlchemist.GA.Interactive&version=1.0.1-beta5&prerelease

// Install GuitarAlchemist.GA.Interactive as a Cake Tool
#tool nuget:?package=GuitarAlchemist.GA.Interactive&version=1.0.1-beta5&prerelease

Guitar Alchemist

What is Guitar Alchemist?

Guitar Alchemist is a tool for exploring the guitar fretboard (Under development)

It is the sequel of the Guitar Alchemist project, started many years ago

Guitar Alchemist

Classes currently implemented:

  • Instrument/Tuning (Guitar, Bass, Banjo, Ukulele, and many more...)
  • Note (Chromatic, diatonic, etc...)
  • Keys (Major, Minor)
  • Octave, Pitch, MidiNote
  • Interval, scale, Modes (Major scale, harmonic minor scale, melodic minor scale)
  • Atonal classes: Pitch class, Pitch class set

GuitarAlchemist.GA.Business.Core NuGet package

.NET Interactive extensions

GuitarAlchemist.GA.Interactive

Authors

Stephane Pareilleux

Acknowledgments

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1-beta5 50 3/31/2024
1.0.1-beta4 44 3/29/2024
1.0.1-beta3 90 11/25/2022
1.0.0-beta 87 10/29/2022

2024-04-29 - Added latest GA.Business.Core changes (Migrated to .NET 8)
2022-11-24 - Added latest GA.Business.Core changes (VariationsWithRepetitions class)
2022-10-29 - Initial version