流体合成
1.1.11
|
虚拟SoundFont实例结构。 更多...
资料栏位 | |
无效* | 数据 |
用户定义的数据。 | |
无符号整数 | ID |
SoundFont ID。 | |
int(* | 自由 )( fluid_sfont_t * 字体) |
释放虚拟SoundFont库的方法。 更多... | |
字符*(* | get_name )( fluid_sfont_t * 字体) |
返回虚拟SoundFont名称的方法。 更多... | |
fluid_preset_t *(* | get_preset )( fluid_sfont_t * 字体,unsigned int 银行,unsigned int 产前) |
通过库号和程序号获取虚拟的SoundFont预设。 更多... | |
无效(* | 迭代开始 )( fluid_sfont_t * 字体) |
启动虚拟SoundFont预设迭代方法。 更多... | |
int(* | 迭代下一个 )( fluid_sfont_t * 字体, fluid_preset_t *预设) |
虚拟SoundFont预设迭代功能。 更多... | |
虚拟SoundFont实例结构。
int(* _fluid_sfont_t :: 自由)(fluid_sfont_t * 字体) |
释放虚拟SoundFont库的方法。
字体 | 虚拟SoundFont免费。 |
char *(* _fluid_sfont_t :: get_name)(fluid_sfont_t * 字体) |
fluid_preset_t*(* _fluid_sfont_t :: get_preset)(fluid_sfont_t * 字体,unsigned int 银行,unsigned int 产前) |
通过库号和程序号获取虚拟的SoundFont预设。
字体 | 虚拟声音字体 |
银行 | MIDI银行编号(0-16383) |
产前 | MIDI预设编号(0-127) |
void(* _fluid_sfont_t :: 迭代开始)(fluid_sfont_t * 字体) |
int(* _fluid_sfont_t :: 迭代下一个)(fluid_sfont_t * 字体, fluid_preset_t *预设) |
虚拟SoundFont预设迭代功能。
字体 | 虚拟声音字体 |
预设 | 呼叫者提供的预设以填写当前的预设信息 |
应将预设信息存储到提供的呼叫者 预设 构造内部迭代状态并将其前进到下一个预设以供后续调用。