Difference between revisions of "Foobar2000:Components/Waveform Seekbar (foo wave seekbar)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(added some content)
(Settings: DirectD or Direct3D depending on Windows version, as described in previous section)
Line 21: Line 21:
 
In the right-click menu in the Waveform Seekbar panel itself:
 
In the right-click menu in the Waveform Seekbar panel itself:
 
* Configure
 
* Configure
** '''Frontend''' - Defaults to Direct3D 9.0c, but can be changed to GDI. GDI is not recommended but may be necessary if you can't get Direct3D to work. Get the latest DirectX  
+
** '''Frontend''' - Defaults to Direct2D 1.0 or Direct3D 9.0c depending on your version of Windows, but can be changed to GDI+. GDI+ is not recommended but may be necessary if you can't get Direct2D/3D to work. If you're having problems, try getting the latest DirectX.
 
** '''Colors''' - You can customize the background, foreground, highlight, and selection colors by checking the boxes and clicking on the color samples.
 
** '''Colors''' - You can customize the background, foreground, highlight, and selection colors by checking the boxes and clicking on the color samples.
 
** Misc.
 
** Misc.
 
*** '''Shade played''' - Check if you want the area to the left of the seek position indicator to be highlighted.
 
*** '''Shade played''' - Check if you want the area to the left of the seek position indicator to be highlighted.
 
*** '''Disable window border'''
 
*** '''Disable window border'''
*** '''Downmix display to mono''' - Combines all channels into one front center (mono) channel for display. If you're only interested in seeing one waveform, check this box.
+
*** '''Downmix display to mono''' - This combines all channels into one front center (mono) channel for display. If you're only interested in seeing one waveform, check this box.
 
** Channel display order - You can choose which channels from the file, if they exist, are shown, and in what order. If you have the ''Downmix display to mono'' box checked, make sure you also have the front center (mono) channel selected here.
 
** Channel display order - You can choose which channels from the file, if they exist, are shown, and in what order. If you have the ''Downmix display to mono'' box checked, make sure you also have the front center (mono) channel selected here.
  

Revision as of 02:39, 11 June 2011

Waveform Seekbar is a UI element for both the Default UI and Columns UI that provides seekbar functionality (seeking, position indicator) on top of a pretty image of the waveform of the currently playing song, drawn using either Direct3D 9.0c or Direct2D 1.0.

The Direct3D 9.0c mode requires a PS2.0 capable card, and has some hacks to support horrible cards like the Intel 945. The HLSL effect (seekbar.fx, in the effects directory) can be modified using any text editor to customize the look further.

In order to not bog the system down with analysation, it can extract the waveform signature of a song in advance through a context menu item. The process works in the background and resumes after closing foobar2000. It will automagically analyse the currently playing song and attempt to enqueue what it believes is the next song in case of the linear playback orders.

The seekbar has three frontends and a bunch of per-instance customizable settings accessible through the context menu, as well as seeking functionality if you click and drag, like the regular boring seekbar.

The GDI+ mode requires XP and GDI+, both of which anyone should have out of the box.

Features

  • Semi-intelligent scanning of yet-to-be-played files in playlist (if it looks like songs are being played in order, the whole set will be scanned)
  • Multiple CPU threads supported for quicker scanning
  • Multiple channels handled (up to 18)
  • Optional folding to mono for display and/or storage
  • Custom visual effects (scale, shade) via user-editable seekbar.fx file
  • Graphics drawn with either Direct2D (Windows Vista SP2 and up), Direct3D 9.0c, or GDI+ (CPU-intensive, no custom effects)
  • Cached waveform database can be compacted or cleared of 'dead' waveforms (those for which the audio file is gone)

Settings

In the right-click menu in the Waveform Seekbar panel itself:

  • Configure
    • Frontend - Defaults to Direct2D 1.0 or Direct3D 9.0c depending on your version of Windows, but can be changed to GDI+. GDI+ is not recommended but may be necessary if you can't get Direct2D/3D to work. If you're having problems, try getting the latest DirectX.
    • Colors - You can customize the background, foreground, highlight, and selection colors by checking the boxes and clicking on the color samples.
    • Misc.
      • Shade played - Check if you want the area to the left of the seek position indicator to be highlighted.
      • Disable window border
      • Downmix display to mono - This combines all channels into one front center (mono) channel for display. If you're only interested in seeing one waveform, check this box.
    • Channel display order - You can choose which channels from the file, if they exist, are shown, and in what order. If you have the Downmix display to mono box checked, make sure you also have the front center (mono) channel selected here.

In the foobar2000 Preferences, under Advanced > Tools > Waveform Seekbar:

  • Analyze tracks not in the media library - By default, this is unchecked, meaning you won't see waveforms for tracks that aren't in your media library. If you aren't using the library features of foobar2000, you'll want to check this box.
  • Number of concurrent scanning threads (capped by current processor count) - If the scanning of yet-to-be-played files in your playlist is too slow, you can try increasing this, up to a maximum of the number of processors/cores your computer has.
  • Store analysed tracks in mono - Every channel's waveform is scanned and stored separately. If you're only ever going to be displaying a single, mono waveform for each file, you can check this box to save space by only storing the merged waveforms.

In the effects folder, which for a per-user installation of foobar2000 will probably be %APPDATA%\foobar2000\effects, the file seekbar.fx can be edited to change how the waveform is drawn, when using Direct3D or Direct2D.

Troubleshooting

After installation, you still have to add it to your layout. Depending on where you put it, the panel may be collapsed when you first add it; make sure to enlarge it in the layout editor before assuming it's not working.

External links