EPOK RUNTIME
epok::psx_audio::Instance
Struct
Struct
Struct declared by the sequence-service module for the sequence service module.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "sequence_service.hpp"
epok::psx_audio::Instance& value = /* obtain a valid instance from your game */;Fields and constants
assetExposes `asset` on `epok::psx_audio::Instance` for the sequence service module.FieldclipExposes `clip` on `epok::psx_audio::Instance` for the sequence service module.FieldgenerationExposes `generation` on `epok::psx_audio::Instance` for the sequence service module.FieldindexExposes `index` on `epok::psx_audio::Instance` for the sequence service module.FieldkernelExposes `kernel` on `epok::psx_audio::Instance` for the sequence service module.Fieldnote_voicesExposes `note_voices` on `epok::psx_audio::Instance` for the sequence service module.FieldownerIdentity only inside service(); main-thread updates own dereference.FieldparametersExposes `parameters` on `epok::psx_audio::Instance` for the sequence service module.FieldphaseExposes `phase` on `epok::psx_audio::Instance` for the sequence service module.Fieldretire_usExposes `retire_us` on `epok::psx_audio::Instance` for the sequence service module.FieldPublic methods
advance_libraryPerforms `advance library` as part of the sequence service module.MethodcutPerforms `cut` as part of the sequence service module.Methoddefer_notePerforms `defer note` as part of the sequence service module.Methodfinish_layerPerforms `finish layer` as part of the sequence service module.MethodownsPerforms `owns` as part of the sequence service module.MethodreleasePerforms `release` as part of the sequence service module.Methodrelease_libraryPerforms `release library` as part of the sequence service module.MethodstartStarts start as part of the sequence service module.Methodstart_libraryStarts library as part of the sequence service module.MethodupdateUpdates update as part of the sequence service module.Methodupdate_libraryUpdates library as part of the sequence service module.MethodvoicePerforms `voice` as part of the sequence service module.Method