diff options
author | jezz_x <jezz_x@svn> | 2010-04-29 04:03:54 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-04-29 04:03:54 +0000 |
commit | 38d8ea68eb62706f036d5b60522ef6c4c95a34ee (patch) | |
tree | c89ffd8f72bbf76a4f683b9ee879b9437c44f09b /addons | |
parent | 5faf8f110306d0c82e055535afa3ce9092dda81a (diff) |
Changed : Padded out OpenGL and DirectX Spectrum Descriptions
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29646 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons')
-rw-r--r-- | addons/visualization.dxspectrum/description.xml | 4 | ||||
-rw-r--r-- | addons/visualization.glspectrum/description.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/addons/visualization.dxspectrum/description.xml b/addons/visualization.dxspectrum/description.xml index c9b4f8189d..8baa184c5f 100644 --- a/addons/visualization.dxspectrum/description.xml +++ b/addons/visualization.dxspectrum/description.xml @@ -12,6 +12,8 @@ <xbmc>28000</xbmc> </minversion> <summary>DirectX Visualization</summary> - <description>Visualisation showing a rotating 3D Spectrum Analyzer</description> + <description>DirectX Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in DirectX that moves to the beat of the music creating a wave effect across the spectrum grid. + + It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great</description> <author>Team XBMC</author> </addoninfo> diff --git a/addons/visualization.glspectrum/description.xml b/addons/visualization.glspectrum/description.xml index a9474ee433..6e3524bdc0 100644 --- a/addons/visualization.glspectrum/description.xml +++ b/addons/visualization.glspectrum/description.xml @@ -15,6 +15,8 @@ <xbmc>20000</xbmc> </minversion> <summary>OpenGL Visualization</summary> - <description>OpenGL Visualization showing a rotating 3D Spectrum Analyzer</description> + <description>Opengl Spectrum is a Visualisation showing a rotating 3D Spectrum Analyzer rendered in Opengl that moves to the beat of the music creating a wave effect across the spectrum grid. + + It also has settings to adjust the spectrum bar height, Its speed, and how the bars are rendered (solid, points, wire frame) and is a nice light weight, low cpu useage visualisation that looks great</description> <author>Team XBMC</author> </addoninfo> |