AudioKitEX icon indicating copy to clipboard operation
AudioKitEX copied to clipboard

C-backed AudioKit DSP

Results 5 AudioKitEX issues
Sort by recently updated
recently updated
newest added

When connecting `CallbackInstrument` to the `Mixer` after another node, it will return the buffer as is. This will double the values inside the `Mixer`, and it can be fixed by...

**Describe the bug** Note that this is more of a "heads up" issue; I don't know if they will actually apply once Swift 5.7 and Xcode 14 exit beta. It...

`SequencerEngine` doesn't work correctly with notes that extend beyond the end of the loop

**Is your feature request related to a problem? Please describe.** An AudioUnit will often need to know the maximum buffer size that will be requested for rendering. AudioKit doesn't provide...

Previously the SequencerTrack sequence.totalDuration was calculated by combining the duration of all notes in the sequence, even if those notes were overlapping vertically. So with enough chords early on in...