gpt4 book ai didi

ios - AudioKit:如何更改使用 AKMIDIEvent 播放的音符的音量或音调?

转载 作者:搜寻专家 更新时间:2023-10-31 22:39:38 24 4
gpt4 key购买 nike

我正在使用 AudioKit 播放音符

midi.sendEvent(AKMIDIEvent(noteOff: noteToPlay, velocity: MIDIVelocity(0), channel: MIDIChannel(0)))

是否有一个命令可以用来改变使用 AudioKit 播放的音符的音量或音调?

最佳答案

经过一些搜索,我发现确实是 CL 提到的 Controller 更改事件完成了这项工作。

所以考虑到命令是

/// Modulation Control
case modulationWheel = 1
/// Breath Control (in MIDI Saxophones for example)
case breathControl = 2
/// Foot Control
case footControl = 4
/// Portamento effect
case portamento = 5
/// Data Entry
case dataEntry = 6
/// Volume (Overall)
case mainVolume = 7
/// Balance
case balance = 8
/// Stereo Panning
case pan = 10
/// Expression Pedal
case expression = 11

我要打电话

midi.sendEvent(AKMIDIEvent(controllerChange: 7, value: MIDIByte(volume), channel: MIDIChannel(0)))

关于ios - AudioKit:如何更改使用 AKMIDIEvent 播放的音符的音量或音调?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49552178/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com