You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: MidiTest/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,8 @@ urlFragment: miditest
10
10
---
11
11
# Midi Test
12
12
13
-
This sample illustrates how to use CoreAudio to load and play a MIDI sequence from a file, and uses an AUGraph to play the notes with an instrument effect. A Virtual Endpoint is also created to interecept and display the MIDI messages as it runs. The sample is a port the 'MIDI Driven Animation using CoreMIDI in Objective C' [sample code](http://www.deluge.co/?q=midi-driven-animation-core-audio-objective-c) by Ben Smiley.
13
+
This sample illustrates how to use CoreAudio to load and play a MIDI sequence from a file, and uses an AUGraph to play the notes with an instrument effect. A Virtual Endpoint is also created to intercept and display the MIDI messages as it runs. The sample is a port the ['MIDI Driven Animation using CoreMIDI in Objective C' sample code](http://www.deluge.co/?q=midi-driven-animation-core-audio-objective-c) by Ben Smiley.
14
14
15
-
## Authors
15
+
## Author
16
16
17
17
Original by Ben Smiley - http://www.deluge.co/?q=midi-driven-animation-core-audio-objective-c
Copy file name to clipboardExpand all lines: MultichannelMixer/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: Xamarin.iOS - iPhone Multichannel Mixer test
3
-
description: Demonstrates how to build an Audio Unit Graph connecting a Multichannel Mixer instance to the RemoteIO unit. Two input busses are created each with...
3
+
description: "Demonstrates how to build an Audio Unit Graph connecting a Multichannel Mixer instance to the RemoteIO unit. Two input busses are created #ios6"
4
4
page_type: sample
5
5
languages:
6
6
- csharp
@@ -12,6 +12,6 @@ urlFragment: multichannelmixer
12
12
13
13
Demonstrates how to build an Audio Unit Graph connecting a Multichannel Mixer instance to the RemoteIO unit. Two input busses are created each with input volume controls. An overall mixer output volume control is also provided and each bus may be enabled or disabled.
14
14
15
-
Based on Apple's iOS6.1 Sample.
15
+
Based on Apple's iOS 6.1 Sample.
16
16
17
17
Link to Apple's sample: https://developer.apple.com/library/ios/samplecode/iPhoneMultichannelMixerTest/Introduction/Intro.html
0 commit comments