v3.0.14.17 - stable

This forum will contain general news and announcements made by radio42.
Post Reply
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
v3.0.14.17 - stable

Post by radio42 »

Version 3.0.14.17 is out!

What's New?
  • Toggle AutoPlay behavior changed
  • new Level Meter 0 dB FS scale
  • Serial IO config bug-fix
  • Duration EmbeddedScriptContainer now use TryEnsureExactLength
  • Script-Line mode 'Execute' optionally use TryEnsureExactLength
  • Various smaller optimizations
  • Other smaller bug-fixes
  • stable

Toggle AutoPlay behavior changed
So far toggling AutoPlay did not consider any currently open/playing OverlayPlayer, but started AutoPlay immediately for the current playlist.
This has now change! Toggling AutoPlay while the OverlayPlayer is open/playing it won't start any playback immediately, as the Overlay Player would now resume it once finished.


new Level Meter 0 dB FS scale
As already explained here: viewtopic.php?f=8&t=1183&start=10#p5123
I now implemented a (new) peak level meter using a 0 dB FS scale plus an overload indicator (orange = near overload between -0.2dB and 0.0dB and red = overload above 0.0dB).
In addition does the 'Station Information' window now contain a new 'Show LevelMeter' option - so you can now either display the station logo, a mixer channel FFT visual or a mixer channel level meter.


Duration EmbeddedScriptContainer now use TryEnsureExactLength
Script-Line mode 'Execute' optionally use TryEnsureExactLength
When using the script-line mode 'Execute' you might now specify an optional Duration. If specified, the related script will execute using the TryEnsureExactLength option and return a list of tracks matching (almost) that given duration. Note, that the count parameter is still used and specifies the minimum number of elements to return!
Any dynamic embedded script container using a given duration now also always uses the TryEnsureExactLength option.


Note: v.17 was needed as a rebuild, as the original .16 contained a bug declaring a folder bowser dialog which might lead to an unhandled exception.

Post Reply