|
override Modulator | Read (BinaryReader br) |
| Reads the modulator data from the binary reader and returns the modulator object.
|
|
override void | Write (BinaryWriter bw, Modulator o) |
| Writes the data of the Modulator object to a binary writer.
|
|
◆ Read()
override Modulator NAudio.SoundFont.ModulatorBuilder.Read |
( |
BinaryReader | br | ) |
|
|
inline |
Reads the modulator data from the binary reader and returns the modulator object.
- Parameters
-
br | The binary reader used to read the modulator data. |
- Returns
- The modulator object read from the binary reader.
◆ Write()
override void NAudio.SoundFont.ModulatorBuilder.Write |
( |
BinaryWriter | bw, |
|
|
Modulator | o ) |
|
inline |
Writes the data of the Modulator object to a binary writer.
- Parameters
-
bw | The binary writer to write the data to. |
o | The Modulator object containing the data to be written. |
This method is intended to write the data of the Modulator object to a binary writer. However, the implementation is currently commented out, and it is unclear what specific data is being written.
◆ Length
override int NAudio.SoundFont.ModulatorBuilder.Length |
|
get |
◆ Modulators
Modulator [] NAudio.SoundFont.ModulatorBuilder.Modulators |
|
get |
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/ModulatorBuilder.cs