Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kermalis/soundfont2
C# SoundFont 2 library for reading and writing SF2 files.
https://github.com/kermalis/soundfont2
csharp csharp-library sf2 soundfont soundfont2 soundfonts soundfonts-library
Last synced: 4 months ago
JSON representation
C# SoundFont 2 library for reading and writing SF2 files.
- Host: GitHub
- URL: https://github.com/kermalis/soundfont2
- Owner: Kermalis
- License: mit
- Created: 2018-08-24T22:54:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T22:30:55.000Z (over 2 years ago)
- Last Synced: 2024-10-12T14:22:00.038Z (4 months ago)
- Topics: csharp, csharp-library, sf2, soundfont, soundfont2, soundfonts, soundfonts-library
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 27
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kermalis's C# SoundFont 2 library
A C# library that can read and write SF2 sound bank files.
----
# To Do:
* Prevent loading the terminal data
* Find a way to "public seal" SF2Chunk and SF2ListChunk
* Getting info such as samples, modulators and generators
* Certain generators must be in a specified index (KeyRange, VelRange, SampleID and Instrument) according to spec