Stereo Tool
https://www.forums.stereotool.com/

Stereo Tool 8.01 BETA
https://www.forums.stereotool.com/viewtopic.php?t=7889
Page 16 of 43

Author:  weskeene [ Tue Aug 02, 2016 9:03 pm ]
Post subject:  Re: Stereo Tool 8.01 BETA

Quote:
Quote:
Is the window missing in AGC?
Not implemented yet, I guess.
That's where we need it the most.

Author:  hvz [ Wed Aug 03, 2016 12:31 am ]
Post subject:  Re: Stereo Tool 8.01 BETA

Quote:
Quote:
Quote:
Is the window missing in AGC?
Not implemented yet, I guess.
That's where we need it the most.
I know! But the AGC code is very messy and I really need to redesign it from scratch.. for the compressors it was easy to add it, for the AGC it's a bit less easy. Although, since it could be a quick win, maybe I should do it anyway (I was actually planning to not touch it until I would start the redesign).

Author:  hvz [ Wed Aug 03, 2016 12:32 am ]
Post subject:  Re: Stereo Tool 8.01 BETA

Quote:
Quote:
TODO: Add exception if ignoring too high VST parameter numbers (Audacity bug! -> Was fixed in later Audacity version, never mind).
in which audacity version was this fixed?
I don't know, the person who reported this said that he updated to the latest version (which in its list of changes contained a lot of VST things) and that fixed the problem. So, if you update to the latest version it should be ok. (Beside that, I'm checking for it in my code as well so it won't cause a crash anymore).

Author:  weskeene [ Wed Aug 03, 2016 12:34 am ]
Post subject:  Re: Stereo Tool 8.01 BETA

Quote:
Quote:
Quote:
Not implemented yet, I guess.
That's where we need it the most.
I know! But the AGC code is very messy and I really need to redesign it from scratch.. for the compressors it was easy to add it, for the AGC it's a bit less easy. Although, since it could be a quick win, maybe I should do it anyway (I was actually planning to not touch it until I would start the redesign).
I beg of thee, do it now. Don't wait for the redesign.

Author:  hvz [ Wed Aug 03, 2016 10:06 am ]
Post subject:  Re: Stereo Tool 8.01 BETA

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

Known issues:
- Connection lost issue web gui
- Add window to AGC (wednesday)
- Make 'HEAR'/'Till here' work (wednesday)
- Test tones are broken (wednesday)
- Make output waveform visible again for non-FM output. -> Appears to be ok now.
- OS_COPYTHREADPRIOTO(td[ch].process_thread) (wednesday) - Was already ok
- Quality between 100 and 150%?
- Websockets?
- Generic plug-in (not posted) FM output to host doesn't work.
- Generate UIDs and use link
- Password for login?

DONE:
- Display CPU usage for LQLL threads (tuesday)
- Set affinity for LQLL (tuesday)
- Display needs to be updated for all processing threads (tuesday)
- Display updates must happen in correct order (weird noise jumps otherwise) (tuesday) -> No, was related to updates for all threads
- Don't calculate FM signal if FM is disabled (causes extra display in output too) (tuesday)
- Large pilot phase difference found (tuesday) Fixed with workaround. Reason still unknown.
- AGC gate in bars like compressors - now also in the normal versions
- Displaying CPU usage for all (primary) cores if you select more than 1 thread.
- Reduced memory usage to below what version 8.00 used!
- Gain works again
- AGC gate in bars like compressors
- Low Quality Low Latency monitoring (stand alone version) is working again
- Restart server if all clients are full for a while?
- Delossifier web display added
- Type IP in web site
- Quality below 100% in HQ build error

Later:
- Auto-determine best latency/affinity settings
- New idea: FM stereo trick might reduce MP3 artifacts as well! So add it to streaming output.
- Run as a service
- TODO: Add exception if ignoring too high VST parameter numbers (Audacity bug! -> Was fixed in later Audacity version, never mind).

Author:  Daniel1988 [ Wed Aug 03, 2016 11:36 am ]
Post subject:  Re: Stereo Tool 8.01 BETA

Beta 018

I do this quick in dutch!

Hans, het probleem met de output meter is opgelost in beta 018. Maar de output audio waveform doet het niet maar voert wel gewoon signaal door.

Attachments:
Output ST.jpg
Output ST.jpg [ 146.28 KiB | Viewed 4570 times ]

Author:  hvz [ Wed Aug 03, 2016 11:45 am ]
Post subject:  Re: Stereo Tool 8.01 BETA

@Daniel: Ja kwam er ook net achter. Ga ik fixen!

Author:  Daniel1988 [ Wed Aug 03, 2016 12:48 pm ]
Post subject:  Re: Stereo Tool 8.01 BETA

Quote:
@Daniel: Ja kwam er ook net achter. Ga ik fixen!
Top!

Author:  near05 [ Wed Aug 03, 2016 6:10 pm ]
Post subject:  Re: Stereo Tool 8.01 BETA

Quote:
I don't know, the person who reported this said that he updated to the latest version (which in its list of changes contained a lot of VST things) and that fixed the problem. So, if you update to the latest version it should be ok. (Beside that, I'm checking for it in my code as well so it won't cause a crash anymore).
after you wrote this information i take a look at the audacity homepage. and you are right. there is a hidden subpage where you can download nightly builds of audacity, like your beta versions.
Code:
http://gaclrecords.org.uk/win-nightly/
i tried the latest version, and it worked! thats really great. but unfortunately there is a maybe a new bug. the output waveform is not displayed. it's always black.

Author:  hvz [ Thu Aug 04, 2016 2:38 am ]
Post subject:  Re: Stereo Tool 8.01 BETA

Fixed:
- Connection lost issue web gui
- Add window to AGC (wednesday)
- Make 'HEAR'/'Till here' work (wednesday)
- Test tones are broken (wednesday)
- Make output waveform visible again for non-FM output. -> Appears to be ok now.
- OS_COPYTHREADPRIOTO(td[ch].process_thread) (wednesday) - Was already ok

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

Known issues:
- Hiccup when switching presets
- Quality between 100 and 150%? DONE, 100-110 is not great, rest is.
- Generic plug-in (not posted) FM output to host doesn't work.
- Generate UIDs and use link
- Password for login?
- Split presets in repair/process

DONE:
- Display CPU usage for LQLL threads (tuesday)
- Set affinity for LQLL (tuesday)
- Display needs to be updated for all processing threads (tuesday)
- Display updates must happen in correct order (weird noise jumps otherwise) (tuesday) -> No, was related to updates for all threads
- Don't calculate FM signal if FM is disabled (causes extra display in output too) (tuesday)
- Large pilot phase difference found (tuesday) Fixed with workaround. Reason still unknown.
- AGC gate in bars like compressors - now also in the normal versions
- Displaying CPU usage for all (primary) cores if you select more than 1 thread.
- Reduced memory usage to below what version 8.00 used!
- Gain works again
- AGC gate in bars like compressors
- Low Quality Low Latency monitoring (stand alone version) is working again
- Restart server if all clients are full for a while?
- Delossifier web display added
- Type IP in web site
- Quality below 100% in HQ build error

Later:
- Auto-determine best latency/affinity settings
- New idea: FM stereo trick might reduce MP3 artifacts as well! So add it to streaming output.
- Run as a service
- TODO: Add exception if ignoring too high VST parameter numbers (Audacity bug! -> Was fixed in later Audacity version, never mind).
- Websockets? Later

Page 16 of 43 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/