Mercurial > hg > svcore
comparison base/AudioPlaySource.h @ 696:ed980bb7c7bc library_integration
Merge from branch "sonification"
author | Chris Cannam |
---|---|
date | Fri, 22 Jul 2011 14:42:50 +0100 |
parents | cb5eb032c28b |
children |
comparison
equal
deleted
inserted
replaced
695:7365a0bd7d5a | 696:ed980bb7c7bc |
---|---|
94 * Set a plugin or other subclass of Auditionable as an | 94 * Set a plugin or other subclass of Auditionable as an |
95 * auditioning effect. | 95 * auditioning effect. |
96 */ | 96 */ |
97 virtual void setAuditioningEffect(Auditionable *) = 0; | 97 virtual void setAuditioningEffect(Auditionable *) = 0; |
98 | 98 |
99 /** | |
100 * Request spontaneous playback of a single short note of the | |
101 * given pitch. | |
102 */ | |
103 virtual void queueExampleNote(int midiPitch) = 0; | |
99 }; | 104 }; |
100 | 105 |
101 #endif | 106 #endif |