Represents a SoundFont.
More...
|
| SoundFont (string fileName) |
| Loads a SoundFont from a file.
|
|
| SoundFont (Stream sfFile) |
| Loads a SoundFont from a stream.
|
|
override string | ToString () |
| Returns a formatted string containing information and presets chunks.
|
|
◆ SoundFont() [1/2]
NAudio.SoundFont.SoundFont.SoundFont |
( |
string | fileName | ) |
|
|
inline |
Loads a SoundFont from a file.
- Parameters
-
fileName | Filename of the SoundFont |
◆ SoundFont() [2/2]
NAudio.SoundFont.SoundFont.SoundFont |
( |
Stream | sfFile | ) |
|
|
inline |
Loads a SoundFont from a stream.
- Parameters
-
◆ ToString()
override string NAudio.SoundFont.SoundFont.ToString |
( |
| ) |
|
|
inline |
Returns a formatted string containing information and presets chunks.
- Returns
- A string containing the information chunk and presets chunk.
This method returns a formatted string that includes the information chunk and presets chunk. The information chunk contains info , and the presets chunk contains presetsChunk .
◆ info
◆ presetsChunk
◆ sampleData
◆ FileInfo
InfoChunk NAudio.SoundFont.SoundFont.FileInfo |
|
get |
◆ Instruments
Instrument [] NAudio.SoundFont.SoundFont.Instruments |
|
get |
◆ Presets
Preset [] NAudio.SoundFont.SoundFont.Presets |
|
get |
◆ SampleData
byte [] NAudio.SoundFont.SoundFont.SampleData |
|
get |
◆ SampleHeaders
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/Plugins/LiveMicrophone/lib/NAudio.Core/FileFormats/SoundFont/SoundFont.cs