![]() |
|
|||||||
| XBMC Development Developers forums for XBMC related development. Programmers/Coders only! No end-user support, no bug reports, and no feature/function requests here! Please, add platform prefix for suggestions that are not platform-independent!: Thread prefixes; "[LINUX]", "[LIVE]", "[MAC]", "[WINDOWS]", and "[XBOX]" |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 | ||||
|
Team-XBMC Project Manager
Join Date: Sep 2003
Location: Sweden
Posts: 10,582
![]() |
frodo made an update to the visualisation plugin interface so now the visualisation the filename of it's own .vis file and it uses the correspoding .xml filename so renaming "spectrum.vis" to "spectrum-whatever.vis" would mean that "spectrum-whatever.vis" will use "spectrum-whatever.xml" (instead of "spectrum.xml" as it was hardcoded to do before), "spectrum-whatever" would then also be selectable from the gui. this means that end-users can have more than one version of the same visualization with a different xml for each, this is great for visualization with many parameter options such a jm's spectrum analyser as end-users can edit and share their prefered preferences.
ex. of what the visualisations folder could look like with this function: goom.vis goom.xml goom my-edit.vis goom my-edit.xml spectrum.vis spectrum.xml spectrum-whatever.vis spectrum-whatever.xml spectrum - cool blue.vis spectrum - cool blue.xml spectrum - red orange.vis spectrum - red orange.xml fountain.vis fountain.xml fountain my xml edit.vis fountain my xml edit.xml please port your favorite xml's jmarshall's spectrum analyzer here. you can see a couple of spectrum.xml examples here: note!: max bars is set at 720. the minimum frequency is set at 1hz, but if freqscale is "log" lowest you can see will be around 50hz, and if freqscale is "linear" (<freqscale>linear</freqscale>) lowest frequency probebely can see is around 1-2khz or so. the original for xbmc: Quote:
Quote:
edit by ---=snyper=--- Quote:
Quote:
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
||||
|
|
|
|
|
#2 |
|
Team MediaPortal
Join Date: Oct 2003
Posts: 192
![]() |
ok, here is mine.
2 channels mirrored horizontally. black in the middle getting blue upwards. red peaks. real smooth. ----------- <visualisation> <!-- amount to delay spectrum (range 0..31) --> <syncdelay>0</syncdelay> <!-- number of frequency bars to display --> <bars>128</bars> <!-- what the bars represent (options are: "average" and "peak" levels in that frequency range)--> <levels>peak</levels> <!-- frequency scale can be log or linear --> <freqscale>linear</freqscale> <!-- fraction of actual rise amount to do at one time (range 0.01..1) --> <risespeed>0.5</risespeed> <!-- fraction of actual fall amount to do at one time (range 0.01..1) --> <fallspeed>0.5</fallspeed> <!-- enable a/b/c-weighting of the data (options are: "a", "b", "c", or "none") --> <weight>c</weight> <!-- combine channels in to one? --> <mixchannels>false</mixchannels> <!-- show peaks separately? --> <showpeaks>true</showpeaks> <!-- speed of the decay of peaks in db/frame (range 0.01..4) --> <peakdecayspeed>0.4</peakdecayspeed> <!-- frequency range (in hz) --> <freqmin>10</freqmin> <freqmax>18000</freqmax> <!-- level range (in db - 0db refers to a sine wave at minimum possible level, 96db is highest possible) --> <levelmin>0</levelmin> <levelmax>96</levelmax> <leftchannel> <!-- onscreen position in pixels (measured from top left) --> <left>60</left> <top>30</top> <!-- width and height of spectrum analyser --> <width>600</width> <height>248</height> <!-- direction that bars go (options are: up, down, left, right) --> <direction>up</direction> <!-- set to true if you want to show an alpha transparency with the full analyser size --> <!-- great for placement purposes! --> <border>false</border> <!-- set true if you want highfrequencies on the left, or at the bottom --> <reversefreq>false</reversefreq> <!-- colour of peak blips (rrggbb hex number - 0 implies use the below range) --> <peakcolour>ff0000</peakcolour> <!-- colour of bars (rrggbb hex number) --> <topcolour>0000ff</topcolour> <middlecolour>050bc5</middlecolour> <bottomcolour>000000</bottomcolour> </leftposition> <rightchannel> <left>60</left> <top>298</top> <width>600</width> <height>248</height> <direction>down</direction> <border>false</border> <reversefreq>false</reversefreq> <peakcolour>ff0000</peakcolour> <topcolour>0000ff</topcolour> <middlecolour>050bc5</middlecolour> <bottomcolour>000000</bottomcolour> </rightposition> </visualisation> |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Per DVD settings | Basje | XBMC Feature Suggestions | 4 | 2006-06-17 01:37 |
| help with settings | macrobat | XBMC for Xbox Specific Support | 2 | 2006-03-16 17:26 |
| settings.xml | jbenn1of1 | XBMC for Xbox Specific Support | 0 | 2004-08-03 18:29 |
| Visualizations out of sync - eg. spectrum | DoughBoy | XBMC for Xbox Specific Support | 10 | 2004-07-08 14:20 |
| 16:9 and 4:3 settings???/ | FliX | XBMC for Xbox Specific Support | 0 | 2004-06-20 02:32 |