Skip to content

Commit 5e8d368

Browse files
committed
Add comment.
1 parent bbe4299 commit 5e8d368

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tests/AudioKitEXTests/SequencerEngineTests.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ import AudioKitEX
99

1010
class SequencerEngineTests: XCTestCase {
1111

12+
/// Renders a four-beat loop and returns MIDI events.
13+
///
14+
/// - Parameters:
15+
/// - sequence: sequence to be rendered
16+
/// - frameCount: frame count for each render call. Assuing 44100 frames/sec.
17+
/// - renderCallCount: number of render calls
18+
/// - Returns: MIDI events generated by the sequencer engine
1219
func observerTest(sequence: NoteEventSequence,
1320
frameCount: AUAudioFrameCount = 44100,
1421
renderCallCount: Int = 1) -> [MIDIEvent] {

0 commit comments

Comments
 (0)