Expand description
High-level support for the LFO file server
Structs§
- LfoClient
- Request files stored on an LFO file server.
- LfoFile
Header - Reproduces the internal format of the LFO file headers, as used by the official client If you just care about downloading a file, you probably don’t need to look at this struct.
- LfoRequest
- Ask for a single file on a remote LFO server by path.
- LfoResponse
- The reply from the server corresponding to a single
LfoRequest.