Skip to content

atsushieno/alsa-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alsa-sharp

alsa-sharp is a Mono and .NET Core binding to ALSA API, mostly targeting sequencer for MIDI.

The API is twofolds:

  • The non-public AlsaSharp.Natives class is mostly (but not completely) generated by nclang PInvokeGenerator and contains P/Invokes around libasound.

  • Other public types are object-oriented API that wraps AlsaSharp.Natives and designed for use in applications.

AlsaSharp does not contain (very) high-level API. managed-midi is more generalized, higher-level API across platforms.

About

ALSA C# binding (only sequencer so far)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages