GuitarAlchemist.GA.Business.Core 1.0.10-beta1

This is a prerelease version of GuitarAlchemist.GA.Business.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package GuitarAlchemist.GA.Business.Core --version 1.0.10-beta1
                    
NuGet\Install-Package GuitarAlchemist.GA.Business.Core -Version 1.0.10-beta1
                    
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.Business.Core" Version="1.0.10-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GuitarAlchemist.GA.Business.Core" Version="1.0.10-beta1" />
                    
Directory.Packages.props
<PackageReference Include="GuitarAlchemist.GA.Business.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GuitarAlchemist.GA.Business.Core --version 1.0.10-beta1
                    
#r "nuget: GuitarAlchemist.GA.Business.Core, 1.0.10-beta1"
                    
#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.
#:package GuitarAlchemist.GA.Business.Core@1.0.10-beta1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GuitarAlchemist.GA.Business.Core&version=1.0.10-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=GuitarAlchemist.GA.Business.Core&version=1.0.10-beta1&prerelease
                    
Install as a Cake Tool

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

  • A .NET Interactive extension is also being developed (Preview)

GuitarAlchemist.GA.Interactive

Authors

Stephane Pareilleux

Version History

  • 1.0.1 - Initial version (Experimental)

Acknowledgments

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.17 284 3/31/2024
1.0.16 174 3/29/2024
1.0.15 190 3/29/2024 1.0.15 is deprecated because it has critical bugs.
1.0.14 773 12/20/2022
1.0.13 764 12/17/2022
1.0.12 792 12/10/2022
1.0.11 761 11/25/2022
1.0.10-beta1 588 11/25/2022
1.0.9 806 11/25/2022 1.0.9 is deprecated because it has critical bugs.
1.0.8 854 10/28/2022
1.0.7 847 10/23/2022
1.0.6-alpha-2 607 10/21/2022
1.0.6-alpha-1 603 10/21/2022
1.0.6-alpha 587 10/21/2022
1.0.5 848 10/21/2022
1.0.4 895 10/16/2022
1.0.3-alpha 646 10/15/2022
1.0.2-alpha 556 10/15/2022
1.0.1-alpha 599 10/15/2022
1.0.0 941 10/14/2022 1.0.0 is deprecated because it is no longer maintained and has critical bugs.

2022-11-24 - Added GA.Core.Combinatorics.VariationsWithRepetitions class
2022-10-28 - Fixed Instrument types generation from YAML config, fixed fretboard text rendering issues
2022-10-21 - Successful attempt to remove the need for '#r "nuget:FSharp.Configuration,2.0.0"' in notebooks
2022-10-21 - Attempt to remove the need for '#r "nuget:FSharp.Configuration,2.0.0"' in notebooks
2022-10-21 - Added instruments/tunings config
2022-10-15 - Initial version