|
| WaveWarp 2.0 Example DrawingBoard

DirectXstereoOneWayReturn
Description
DirectXstereoOneWayReturn
This simple DrawingBoard provides a basic introduction to WaveWarp's powerful DirectX plugin functionality. It illustrates
how to build a "one-way" DirectX effect plugin which generates its own data internally, then "sends" this out to the
external Direct X host application via the DirectX Output Port. The important point to note is that the data does not originate
from the Direct X host application (since there is no DirectX Input Port on the DrawingBoard). Hence the name
"one-way" plugin. In this example, the data originates from an audio file "wavewarp.wav", is processed through the
various intermediate blocks (i.e the Simple Delay and Decibel Gain, but could be any combination of components), then
sent out to the Direct X host application.
See also "DirectXstereoOneWaySend.dwb" which illustrates the other class of one-way plugins whereby the DirectX
Host Application sends data to WaveWarp without receiving any back.
See also "DirectXstereoWelcome.dwb" for a conventional "double-sided" DirectX effect example (i.e. the data is sent
"roundtrip" from the DirectX Host, to WaveWarp, then back again, in the usual manner of an effect plugin).
HINT: YOU CAN CHOOSE ANY WAVEWARP DRAWINGBOARD AS A DIRECTX STEREO PLUGIN -- NOT JUST THE
ONES CONTAINED IN THIS "DirectX/Stereo" CATEGORY. WAVEWARP WILL AUTOMATICALLY CONVERT ANY
DRAWINGBOARD INTO THE REQUIRED FORMAT. THE PRE-CONVERTED EXAMPLES IN THIS DIRECTORY
ARE SIMPLY TO DEMONSTRATE THE EXPLICIT FORMAT OF STEREO DIRECTX DRAWINGBOARDS. SO, AFTER
YOU'VE TRIED THESE, JUST BROWSE TO ANY OTHER EXAMPLE DRAWINGBOARD IN THE ENTIRE DISTRIBUTION --
OR BETTER STILL, GO INTO WAVEWARP AND BUILD YOUR OWN!
Components used:

|
|