LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing DirectX properties

Is it possible to access and input new DirectX properties, specifically DirectSound, allowing me to control sounds and graphics from a Labview interface.
0 Kudos
Message 1 of 4
(5,680 Views)
Sanday,

Yes it is possible. You can access The DirectX ActiveX classes for DirectSound in the DIRECT 1.0 TYPE Library Version 1.0. You have also various types of ActiveX libraries that use ActiveX classes accessing DirectX properties.

Regards
Cyril Bouton
Active LabVIEW Developper
0 Kudos
Message 2 of 4
(5,680 Views)
Cyril
I am unfamiliar with the DIRECT 1.0 TYPE Library version 1.0, whereabouts it this located, and how would i use it??

Regards
0 Kudos
Message 3 of 4
(5,680 Views)
DIRECT 1.0 TYPE Library version 1.0 is the ActiveX class. In LabVIEW, drop an automation refnum on the front panel, right click on it, choose Select ActiveX class, and Browse for it. Once found, you can choose the DirectSound object. You can then use LabVIEW's Invoke Node or Property Node functions to access methods and properties. How you use the properties and methods is really outside the scope of this forum. You'll probably have to search Microsoft's web site for DirectX documentation and/or find a DirectX book.
0 Kudos
Message 4 of 4
(5,680 Views)