CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever 1.0.266.257

dotnet add package CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever --version 1.0.266.257
                    
NuGet\Install-Package CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever -Version 1.0.266.257
                    
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="CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever" Version="1.0.266.257" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever" Version="1.0.266.257" />
                    
Directory.Packages.props
<PackageReference Include="CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever" />
                    
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 CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever --version 1.0.266.257
                    
#r "nuget: CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever, 1.0.266.257"
                    
#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 CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever@1.0.266.257
                    
#: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=CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever&version=1.0.266.257
                    
Install as a Cake Addin
#tool nuget:?package=CodeBrix.Audio.MusicGeneration.MuPT.ApacheLicenseForever&version=1.0.266.257
                    
Install as a Cake Tool

CodeBrix.Audio.MusicGeneration.MuPT

The MuPT Q4_K_M GGUF model for CodeBrix.Audio.MusicGeneration, packaged with a small registration assembly. It generates ABC music that MusicGeneration converts to streaming MIDI.

using CodeBrix.Audio.ModestSynth;
using CodeBrix.Audio.MusicGeneration;
using CodeBrix.Audio.MusicGeneration.MuPT;

GeneralMidiInstrumentLibrary.Register();
MuPTModel.Register();
using var music = new MusicSession(new MusicGenerationOptions { Generator = MuPTModel.GeneratorName });
music.Play();

Registration loads nothing. The model loads on first use or explicit preloading. The package copies its model and notices into Models/CodeBrix.Audio.MusicGeneration.MuPT/ in build and publish output, including when referenced through an intermediary library. MuPT and SkyTNT can be installed together. Registering does not select a generator; specify its name.

Inference assets: 117.44 MiB before NuGet compression. File size is not a runtime-memory limit. No runtime downloads, ModelManager or Python are required. MuPT uses the native inference engine bundled with ModelRunner.

See README-INDEX.txt for consumer and maintainer documentation, and MODEL-PROVENANCE.json for the reproducible recipe. The wrapper and model are Apache-2.0 licensed; attribution is in THIRD-PARTY-NOTICES.txt.

Release preparation is in progress. The published MusicGeneration dependency and final consuming-package gates must be verified before publication.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.266.257 46 9/23/2026