vst2 icon indicating copy to clipboard operation
vst2 copied to clipboard

Host opcodes wrapper functions

Open dudk opened this issue 4 years ago • 0 comments

  • [ ] HostAutomate
  • [x] HostVersion
  • [ ] HostCurrentID
  • [ ] HostIdle
  • [ ] hostPinConnected
  • [ ] hostWantMidi
  • [x] HostGetTime
  • [ ] HostProcessEvents
  • [ ] hostSetTime
  • [ ] hostTempoAt
  • [ ] hostGetNumAutomatableParameters
  • [ ] hostGetParameterQuantization
  • [ ] HostIOChanged
  • [ ] hostNeedIdle
  • [ ] HostSizeWindow
  • [x] HostGetSampleRate
  • [x] HostGetBlockSize
  • [ ] HostGetInputLatency
  • [ ] HostGetOutputLatency
  • [ ] hostGetPreviousPlug
  • [ ] hostGetNextPlug
  • [ ] hostWillReplaceOrAccumulate
  • [x] HostGetCurrentProcessLevel
  • [ ] HostGetAutomationState
  • [ ] HostOfflineStart
  • [ ] HostOfflineRead
  • [ ] HostOfflineWrite
  • [ ] HostOfflineGetCurrentPass
  • [ ] HostOfflineGetCurrentMetaPass
  • [ ] hostSetOutputSampleRate
  • [ ] hostGetOutputSpeakerArrangement
  • [ ] HostGetVendorString
  • [ ] HostGetProductString
  • [ ] HostGetVendorVersion
  • [ ] HostVendorSpecific
  • [ ] hostSetIcon
  • [ ] HostCanDo
  • [ ] HostGetLanguage
  • [ ] hostOpenWindow
  • [ ] hostCloseWindow
  • [ ] HostGetDirectory
  • [ ] HostUpdateDisplay
  • [ ] HostBeginEdit
  • [ ] HostEndEdit
  • [ ] HostOpenFileSelector
  • [ ] HostCloseFileSelector
  • [ ] hostEditFile
  • [ ] hostGetChunkFile
  • [ ] hostGetInputSpeakerArrangement

dudk avatar Nov 05 '20 20:11 dudk