diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-04-28 01:24:41 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-04-28 01:24:41 +0000 |
commit | 03a9e5c079011e63610eed8d48de2e844c88ec65 (patch) | |
tree | 806741022839b32d4f1147edec4e6ed7204e41c9 /addons/visualization.waveform | |
parent | e3f9485459148ff845286e6fc2a3788091e3e423 (diff) |
changed: bikeshedding for the rebellious colonies
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29576 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/visualization.waveform')
-rw-r--r-- | addons/visualization.waveform/default.tbn | bin | 0 -> 1437 bytes | |||
-rw-r--r-- | addons/visualization.waveform/description.xml | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/addons/visualization.waveform/default.tbn b/addons/visualization.waveform/default.tbn Binary files differnew file mode 100644 index 0000000000..7d5974fd57 --- /dev/null +++ b/addons/visualization.waveform/default.tbn diff --git a/addons/visualization.waveform/description.xml b/addons/visualization.waveform/description.xml new file mode 100644 index 0000000000..236333a4da --- /dev/null +++ b/addons/visualization.waveform/description.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<addoninfo> + <id>visualisation.waveform</id> + <type>visualization</type> + <title>Waveform</title> + <library>Waveform.vis</library> + <librarywin32>Waveform_win32.vis</librarywin32> + <version>1.0.0</version> + <platforms> + <platform>osx</platform> + <platform>linux</platform> + <platform>windows</platform> + </platforms> + <minversion> + <xbmc>20000</xbmc> + </minversion> + <summary>Visualization</summary> + <description>Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music</description> + <author>MrC</author> +</addoninfo> |