.dxp to text file
Does any body know how to interpret dxp file into text??
Which kind?
DXP files have at least 3 way(s) to be opened. The DXP programs which open DXP files include:
CDBurnerXP Data Compilation: Stefan and Fredrik Haglund, Florian Schmitz
Duxbury Braille Translator Duxbury Print File: Duxbury Systems, Inc.
Dynamic XML Page: Neolectric
dxp files i was referring to was the files that n-track uses in ParaEQ. Please give me some directions
Quote: (yuyukasa @ May 11 2010, 3:11 AM)
dxp files i was referring to was the files that n-track uses in ParaEQ.
Please give me some directions
The .dxp file format is a binary dump of information that n-Track takes from DirectX plugins, the information is not interpreted by the program, basically the plugin gives n-Track a binary blob that contains the info required by the plugin to restore its state to that of the time the .dxp file was saved.
If you're interested I can probably prepare a C like structure that mimics what is saved to the ParEQ preset file so that you can try loading it from a C program and interpret the plugin parameters, although I'm not sure of what would be the use of that as to use the parameters to process audio you would need the exact same algorthm used by the plugin.
Flavio.
Quote: (Flavio Antonioli @ May 11 2010, 3:18 AM)
Quote: (yuyukasa @ May 11 2010, 3:11 AM)
dxp files i was referring to was the files that n-track uses in ParaEQ.
Please give me some directions
The .dxp file format is a binary dump of information that n-Track
takes from DirectX plugins, the information is not interpreted by the program, basically the plugin gives n-Track a binary blob that contains the info required by the plugin to restore its state to that of the time the .dxp file was saved.
If you're interested I can probably prepare a C like structure that mimics what is saved to the ParEQ preset file so that you can try loading it from a C program and interpret the plugin parameters, although I'm not sure of what would be the use of that as to use the parameters to process audio you would need the exact same algorthm used by the plugin.
Flavio.
CooL! I see now that it is a DirectX plugins and nearly not related to n-track. It only the DirectX driver..
Really? you can make that kind of software?? All I need to know is that, In every Frequency what would be the response(gain/attenuation) if the .dxp file.
i mean it only interacts wth directx
BTW I already got the meaning of the dxp file … Thank you for the answers…