minilogue xd SDK  v1.1-0
Modules | Enumerator | Variables
Oscillator

Modules

 Oscillator Instance (osc)
 
 Runtime API
 

Variables

int32_t user_osc_param::shape_lfo
 Value of LFO implicitely applied to shape parameter.
 
uint16_t user_osc_param::pitch
 Current pitch. More...
 
uint16_t user_osc_param::cutoff
 Current cutoff value (0x0000-0x1fff)
 
uint16_t user_osc_param::resonance
 Current resonance value (0x0000-0x1fff)
 
uint16_t user_osc_param::reserved0 [3]
 
uint8_t user_osc_hook_table::magic [4]
 
uint32_t user_osc_hook_table::api
 
uint8_t user_osc_hook_table::platform
 
uint8_t user_osc_hook_table::reserved0 [7]
 
UserOscFuncInit user_osc_hook_table::func_entry
 
UserOscFuncCycle user_osc_hook_table::func_cycle
 
UserOscFuncOn user_osc_hook_table::func_on
 
UserOscFuncOff user_osc_hook_table::func_off
 
UserOscFuncMute user_osc_hook_table::func_mute
 
UserOscFuncValue user_osc_hook_table::func_value
 
UserOscFuncParam user_osc_hook_table::func_param
 
UserOscFuncDummy user_osc_hook_table::reserved1 [5]
 
user_prg_header_t user_osc_data::header
 
user_osc_hook_table_t user_osc_data::hooks
 

Detailed Description

Variable Documentation

◆ pitch

uint16_t user_osc_param::pitch

Current pitch.

high byte: note number, low byte: fine (0-255)

Definition at line 64 of file userosc.h.