Kasane2D.Music
1.0.0
dotnet add package Kasane2D.Music --version 1.0.0
NuGet\Install-Package Kasane2D.Music -Version 1.0.0
<PackageReference Include="Kasane2D.Music" Version="1.0.0" />
<PackageVersion Include="Kasane2D.Music" Version="1.0.0" />
<PackageReference Include="Kasane2D.Music" />
paket add Kasane2D.Music --version 1.0.0
#r "nuget: Kasane2D.Music, 1.0.0"
#:package Kasane2D.Music@1.0.0
#addin nuget:?package=Kasane2D.Music&version=1.0.0
#tool nuget:?package=Kasane2D.Music&version=1.0.0
Kasane2D.Music
Kasane2D.Music is the optional tracker-inspired real-time synthesis and sequencing package for Kasane2D. It provides basic oscillators, DMG- and SID-inspired noise, wavetable and sample generators, programmable patterns, fine-grained control events, conductor-managed song transitions, and direct runtime control.
Install this package when your game needs synthesized, procedural, or gameplay-responsive music. Prerecorded music and sound-effect playback are already available in the core engine.
dotnet add package Kasane2D.Music
Create a synth engine from an initialized Kasane2D sound system:
var synth = SoundSystem?.CreateSynthEngine(new SynthConfig
{
Name = "Game Music",
TrackConfigs =
[
new()
{
Name = "Lead",
Kind = GeneratorKind.BasicOscillator,
},
],
});
var conductor = synth?.CreateConductor();
Patterns can schedule notes and microstep control events, while a conductor arranges patterns and handles queued pattern or song transitions. See the main readme for the full feature overview, examples, and project documentation.
| Product | Versions 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. |
-
net10.0
- Kasane2D (>= 1.0.0)
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.0 | 36 | 8/22/2026 |
| 1.0.0-rc.5 | 52 | 8/13/2026 |
| 1.0.0-rc.2 | 57 | 8/13/2026 |
| 1.0.0-rc.1 | 52 | 8/12/2026 |