All times are UTC+02:00




Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 586 posts ]  Go to page Previous 112 13 14 15 1659 Next
Author Message
PostPosted: Thu Feb 04, 2016 5:03 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
7.85 BETA023

Windows 32 bit:
Windows stand alone: http://www.stereotool.com/download/ster ... 85-023.exe
Winamp DSP: http://www.stereotool.com/download/dsp_ ... 85-023.exe
Windows VST 32 bit: ----://www.stereotool.com/download/vst_stereo_ ... 85-023.dll NOT YET AVAILABLE

CHANGED:
- GUI: Fixed hangups caused by tooltips.
- GUI: Remove dots in changed settings for some buttons on top of the screen.
- Exciter: Made frequency range configurable!!! (Old default numbers were 8000-9000 Hz)
- Blog post pre-processing, MP3 and declipping

OLD CHANGES:
- GUI: Added tooltips!
- Added exciter (rest of list removed)
- Added (not yet fully ok) Polar Stereo support for OIRT FM stations.
- Error (crash) on some systems should be solved
- Show something in settings that have been changed (for example a dot next to the name of the setting).
- Add license check function: extern "C" bool stereoTool_IsLicenseValid(gStereoTool* st_instance);
- Make scope skinnable
- Bug: i found one malfunction in the BS412 Section: If your switch off the FM Option and leave the BS412 Limiter in On-Position the Advanced Clipper only works in a reduced way: You can´t change the Clipper drive even if you pull the handle. The BS412 Limiter is greyed out instead so maybe someone doesn´t find the failure. If You switch the BS412 to off everything works fine again! Just a small detail, but maybe someone will have problems… -> I think I have fixed it (but there are a lot of different combinations of settings that can impact the result, I hope I haven't missed any). The next version shouldn't have this problem anymore, also, when BS412 is used I have now disabled the Advanced Clipper Drive slider.
I've been busy hiding a lot more deprecated features (if they are set to their default value). This should make the GUI a bit simpler. Stuff that's now hidden (still there and still functional if you really want to use it):
- "Bass AGC (Old)" panel
- "Classic Multiband Compressor" panel
- "Classic Singleband" panel
- "Pre-limiter" panel (in Advanced Clipper)
- "Leif's clipper efficiency modification" checkbox
- "Composite clipping Strictness (CPU)" checkbox
- Phase rotation: ""At start of processing" checkbox
- AGC "Compatibility & behavior" header
- All Singleband and Multiband "Compressor type" (Analog/Digital) pull-downs
- Multiband and Natural Dynamics "Compatibility mode (bad)" for Flat Frequency Response checkbox
- "Bass protection (Deprecated)" header in Advanced Clipper -> Bass
- "Highs gap protection: *" in Advanced Clipper -> Highs
- "Smooth slope" in Advanced Clipper -> Distortion
- "Upsampled highs clipping (useless)" in Advanced Clipper -> Distortion
- Stokkemask: "Force Stokkemask even if not using Composite Clipping (bad for audio)"
- BS412: ""De-basser non-ITU.1770 compatibility mode (bad)"

- Right clicking now restores default again, mid or double right clicking restores last loaded preset (or startup) value.
Bug: If you use FM and Normal output, with separately processed audio for streaming for Normal output, and for FM output enable pre-emphasis but *not* pre-emphasize output, then Normal output is not processed separately!
- What is the pink line in the BS412 display? Maybe remove it. http://i.imgur.com/70mWvqp.png -> Ah no, it's the adjustment of the compressor thresholds. Needs to be added to Help page.
- BS412 has VERY narrow jump on de-basser from 240 to 250 Hz. (Jump of multiple dB's). -> No, brown line jumps but actual output is smooth, so no problem.
- BS412 bass filter doesn't use ITU1770 as it should but some weird other shape that goes up to about 250 Hz.
- Need to support 2 default values and a RESET TO LAST LOADED VALUE reset option.
- Hide not selected deprecated stuff - partially working!
- Move Copyright stuff etc. also to command line version (maybe just copy it?)

TODO:
- Exciter: Try to improve tone behavior (should also reduce whole area around a spike I think - maybe configurable?)
- Exciter: Broken at latency 512
- Exciter: Improve further, and make it configurable.
- Add Polar stereo viewtopic.php?f=16&t=6233&p=33031#p33031
- MP3?
- Try adding phase delay compensation
- O skin
- Also show tooltips for blocks of parameters.
- Continue with finding parameters to hide


Top
   
 
PostPosted: Thu Feb 04, 2016 10:21 pm 

Joined: Fri Jan 25, 2013 1:24 pm
Posts: 156
Location: Germany
Crashes of Tooltips are gone now, but strange: every time I close StereoTool normally (standalone 32-bit), I get this error message...
Attachment:
st_crash.PNG
st_crash.PNG [ 42.66 KiB | Viewed 5310 times ]


Top
   
 
PostPosted: Thu Feb 04, 2016 11:52 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
Hm, there was an issue with the DLL versions but not with the stand alone I think. I will run a rebuild now to check if that fixes it.


Top
   
 
PostPosted: Fri Feb 05, 2016 12:51 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
7.85 BETA024

Windows 32 bit:
Windows stand alone: http://www.stereotool.com/download/ster ... 85-024.exe
Winamp DSP: http://www.stereotool.com/download/dsp_ ... 85-024.exe
Windows VST 32 bit: http://www.stereotool.com/download/vst_ ... 85-024.dll

CHANGED:
- Fixed crash when closing - I hope!

OLD CHANGES:
- GUI: Fixed hangups caused by tooltips.
- GUI: Remove dots in changed settings for some buttons on top of the screen.
- Exciter: Made frequency range configurable!!! (Old default numbers were 8000-9000 Hz)
- Blog post pre-processing, MP3 and declipping
- GUI: Added tooltips!
- Added exciter (rest of list removed)
- Added (not yet fully ok) Polar Stereo support for OIRT FM stations.
- Error (crash) on some systems should be solved
- Show something in settings that have been changed (for example a dot next to the name of the setting).
- Add license check function: extern "C" bool stereoTool_IsLicenseValid(gStereoTool* st_instance);
- Make scope skinnable
- Bug: i found one malfunction in the BS412 Section: If your switch off the FM Option and leave the BS412 Limiter in On-Position the Advanced Clipper only works in a reduced way: You can´t change the Clipper drive even if you pull the handle. The BS412 Limiter is greyed out instead so maybe someone doesn´t find the failure. If You switch the BS412 to off everything works fine again! Just a small detail, but maybe someone will have problems… -> I think I have fixed it (but there are a lot of different combinations of settings that can impact the result, I hope I haven't missed any). The next version shouldn't have this problem anymore, also, when BS412 is used I have now disabled the Advanced Clipper Drive slider.
I've been busy hiding a lot more deprecated features (if they are set to their default value). This should make the GUI a bit simpler. Stuff that's now hidden (still there and still functional if you really want to use it):
- "Bass AGC (Old)" panel
- "Classic Multiband Compressor" panel
- "Classic Singleband" panel
- "Pre-limiter" panel (in Advanced Clipper)
- "Leif's clipper efficiency modification" checkbox
- "Composite clipping Strictness (CPU)" checkbox
- Phase rotation: ""At start of processing" checkbox
- AGC "Compatibility & behavior" header
- All Singleband and Multiband "Compressor type" (Analog/Digital) pull-downs
- Multiband and Natural Dynamics "Compatibility mode (bad)" for Flat Frequency Response checkbox
- "Bass protection (Deprecated)" header in Advanced Clipper -> Bass
- "Highs gap protection: *" in Advanced Clipper -> Highs
- "Smooth slope" in Advanced Clipper -> Distortion
- "Upsampled highs clipping (useless)" in Advanced Clipper -> Distortion
- Stokkemask: "Force Stokkemask even if not using Composite Clipping (bad for audio)"
- BS412: ""De-basser non-ITU.1770 compatibility mode (bad)"

- Right clicking now restores default again, mid or double right clicking restores last loaded preset (or startup) value.
Bug: If you use FM and Normal output, with separately processed audio for streaming for Normal output, and for FM output enable pre-emphasis but *not* pre-emphasize output, then Normal output is not processed separately!
- What is the pink line in the BS412 display? Maybe remove it. http://i.imgur.com/70mWvqp.png -> Ah no, it's the adjustment of the compressor thresholds. Needs to be added to Help page.
- BS412 has VERY narrow jump on de-basser from 240 to 250 Hz. (Jump of multiple dB's). -> No, brown line jumps but actual output is smooth, so no problem.
- BS412 bass filter doesn't use ITU1770 as it should but some weird other shape that goes up to about 250 Hz.
- Need to support 2 default values and a RESET TO LAST LOADED VALUE reset option.
- Hide not selected deprecated stuff - partially working!
- Move Copyright stuff etc. also to command line version (maybe just copy it?)

TODO:
- Exciter: Try to improve tone behavior (should also reduce whole area around a spike I think - maybe configurable?)
- Exciter: Broken at latency 512
- Exciter: Improve further, and make it configurable.
- Add Polar stereo viewtopic.php?f=16&t=6233&p=33031#p33031
- MP3?
- Try adding phase delay compensation
- O skin
- Also show tooltips for blocks of parameters.
- Continue with finding parameters to hide


Top
   
 
PostPosted: Fri Feb 05, 2016 10:36 am 

Joined: Fri Jan 25, 2013 1:24 pm
Posts: 156
Location: Germany
Quote:
Hm, there was an issue with the DLL versions but not with the stand alone I think. I will run a rebuild now to check if that fixes it.
Unfortunately not here on my machine :oops: Still get the error message after closing...


Top
   
 
PostPosted: Fri Feb 05, 2016 1:00 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
Doesn't happen here. Please tell me: Does it happen immediately when you try to close it, or does it block for a while first? And is the Stereo Tool window still visible?


Top
   
 
PostPosted: Fri Feb 05, 2016 1:33 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
Ok, never mind, I found the cause!

So, I had added some logging to find the cause of a hangup earlier. But I hadn't removed that logging... and it was writing to a place that exists on my harddisk, but probably not on yours.


Top
   
 
PostPosted: Fri Feb 05, 2016 10:33 pm 

Joined: Fri Oct 21, 2011 10:20 pm
Posts: 158
I would be just happy if the next release
- fixes the distortion of (mostly) piano instruments if voice protection in the classic multiband is used
- and PNR settings in the VST plugin work without saving it in (temporary) settings before hitting "render" in Wavelab.
:)

... and these are not new features I request, just that existing features, that are the reason for me buying the licenses, work.


Last edited by Maximizer on Sat Feb 06, 2016 2:42 pm, edited 2 times in total.

Top
   
 
PostPosted: Sat Feb 06, 2016 12:30 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
7.85 BETA025

Windows 32 bit:
Windows stand alone: http://www.stereotool.com/download/ster ... 85-025.exe
Winamp DSP: http://www.stereotool.com/download/dsp_ ... 85-025.exe
Windows VST 32 bit: http://www.stereotool.com/download/vst_ ... 85-025.dll

CHANGED:
- Fixed crash when closing
- Exciter: Moved to separate page, for now called Absolute Highs.
- Exciter: Added GUI element to show Absolute Highs effect.
- Exciter: Broken at latency 512

OLD CHANGES:
- GUI: Fixed hangups caused by tooltips.
- GUI: Remove dots in changed settings for some buttons on top of the screen.
- Exciter: Made frequency range configurable!!! (Old default numbers were 8000-9000 Hz)
- Blog post pre-processing, MP3 and declipping
- GUI: Added tooltips!
- Added exciter (rest of list removed)
- Added (not yet fully ok) Polar Stereo support for OIRT FM stations.
- Error (crash) on some systems should be solved
- Show something in settings that have been changed (for example a dot next to the name of the setting).
- Add license check function: extern "C" bool stereoTool_IsLicenseValid(gStereoTool* st_instance);
- Make scope skinnable
- Bug: i found one malfunction in the BS412 Section: If your switch off the FM Option and leave the BS412 Limiter in On-Position the Advanced Clipper only works in a reduced way: You can´t change the Clipper drive even if you pull the handle. The BS412 Limiter is greyed out instead so maybe someone doesn´t find the failure. If You switch the BS412 to off everything works fine again! Just a small detail, but maybe someone will have problems… -> I think I have fixed it (but there are a lot of different combinations of settings that can impact the result, I hope I haven't missed any). The next version shouldn't have this problem anymore, also, when BS412 is used I have now disabled the Advanced Clipper Drive slider.
I've been busy hiding a lot more deprecated features (if they are set to their default value). This should make the GUI a bit simpler. Stuff that's now hidden (still there and still functional if you really want to use it):
- "Bass AGC (Old)" panel
- "Classic Multiband Compressor" panel
- "Classic Singleband" panel
- "Pre-limiter" panel (in Advanced Clipper)
- "Leif's clipper efficiency modification" checkbox
- "Composite clipping Strictness (CPU)" checkbox
- Phase rotation: ""At start of processing" checkbox
- AGC "Compatibility & behavior" header
- All Singleband and Multiband "Compressor type" (Analog/Digital) pull-downs
- Multiband and Natural Dynamics "Compatibility mode (bad)" for Flat Frequency Response checkbox
- "Bass protection (Deprecated)" header in Advanced Clipper -> Bass
- "Highs gap protection: *" in Advanced Clipper -> Highs
- "Smooth slope" in Advanced Clipper -> Distortion
- "Upsampled highs clipping (useless)" in Advanced Clipper -> Distortion
- Stokkemask: "Force Stokkemask even if not using Composite Clipping (bad for audio)"
- BS412: ""De-basser non-ITU.1770 compatibility mode (bad)"

- Right clicking now restores default again, mid or double right clicking restores last loaded preset (or startup) value.
Bug: If you use FM and Normal output, with separately processed audio for streaming for Normal output, and for FM output enable pre-emphasis but *not* pre-emphasize output, then Normal output is not processed separately!
- What is the pink line in the BS412 display? Maybe remove it. http://i.imgur.com/70mWvqp.png -> Ah no, it's the adjustment of the compressor thresholds. Needs to be added to Help page.
- BS412 has VERY narrow jump on de-basser from 240 to 250 Hz. (Jump of multiple dB's). -> No, brown line jumps but actual output is smooth, so no problem.
- BS412 bass filter doesn't use ITU1770 as it should but some weird other shape that goes up to about 250 Hz.
- Need to support 2 default values and a RESET TO LAST LOADED VALUE reset option.
- Hide not selected deprecated stuff - partially working!
- Move Copyright stuff etc. also to command line version (maybe just copy it?)

TODO:
- Exciter: Sometimes you see darker bars in the spectrum, changing the overlap back and forth removes those, so somehow some levels aren't always calculated when a setting is changed.
- Voice protection in classic MB is broken. Check what changed. (Code should not have changed at all).
- Loading old preset from before Analog mode was added apparently loads in Analog mode!
- Exciter: Try to improve tone behavior (should also reduce whole area around a spike I think - maybe configurable?)
- Exciter: Improve further, and make it configurable.
- Add Polar stereo viewtopic.php?f=16&t=6233&p=33031#p33031
- MP3?
- Try adding phase delay compensation
- O skin
- Also show tooltips for blocks of parameters.
- Continue with finding parameters to hide


Top
   
 
PostPosted: Sat Feb 06, 2016 11:45 am 
User avatar

Joined: Sat Dec 24, 2011 11:57 pm
Posts: 36
Location: Strijen,Holland
when i activate the exiter..............even after a factory reset....


Attachments:
Screen Shot 02-06-16 at 11.43 AM.PNG
Screen Shot 02-06-16 at 11.43 AM.PNG [ 82.11 KiB | Viewed 4996 times ]

_________________
Music was my first love........................but not my last

Groet
Gerrie K >>> http://www.radio-vredenburg.nl <<<


Last edited by Gerrie K on Sat Feb 06, 2016 3:39 pm, edited 1 time in total.
Top
   
 
Display posts from previous:  Sort by  
Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 586 posts ]  Go to page Previous 112 13 14 15 1659 Next

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited