-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUsageGuide.js
More file actions
19 lines (19 loc) · 1.09 KB
/
UsageGuide.js
File metadata and controls
19 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
var UsageGuide =
[
[ "Creating and changing the settings", "CreatingSettings.html", null ],
[ "Creating the synthesizer", "CreatingSynth.html", null ],
[ "Loading and managing SoundFonts", "LoadingSoundfonts.html", null ],
[ "Creating the audio driver", "CreatingAudioDriver.html", null ],
[ "Using the synthesizer without an audio driver", "UsingSynth.html", null ],
[ "Sending MIDI events", "SendingMIDI.html", null ],
[ "Creating a real-time MIDI driver", "RealtimeMIDI.html", null ],
[ "Loading and playing a MIDI file", "MIDIPlayer.html", null ],
[ "Fast file renderer for non-realtime MIDI file rendering", "FileRenderer.html", null ],
[ "Playing a MIDI file from memory", "MIDIPlayerMem.html", null ],
[ "Real-time MIDI router", "MIDIRouter.html", null ],
[ "Using the MIDI sequencer", "Sequencer.html", null ],
[ "Shell interface", "Shell.html", null ],
[ "Multi-channel audio rendering", "Multi-channel.html", null ],
[ "Understanding the \"synthesis context\"", "synth-context.html", null ],
[ "Advanced features", "Advanced.html", null ]
];