All times are UTC+02:00




Post new topic  Reply to topic  [ 424 posts ]  Go to page Previous 114 15 16 17 1843 Next
Author Message
PostPosted: Tue Aug 02, 2016 9:03 pm 

Joined: Mon Aug 25, 2014 3:22 pm
Posts: 283
Quote:
Quote:
Is the window missing in AGC?
Not implemented yet, I guess.
That's where we need it the most.


Top
   
PostPosted: Wed Aug 03, 2016 12:31 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
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).


Top
   
PostPosted: Wed Aug 03, 2016 12:32 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
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).


Top
   
PostPosted: Wed Aug 03, 2016 12:34 am 

Joined: Mon Aug 25, 2014 3:22 pm
Posts: 283
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.


Top
   
PostPosted: Wed Aug 03, 2016 10:06 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
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).


Top
   
PostPosted: Wed Aug 03, 2016 11:36 am 
User avatar

Joined: Tue Aug 26, 2014 4:52 pm
Posts: 120
Location: Nijmegen
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 4564 times ]
Top
   
PostPosted: Wed Aug 03, 2016 11:45 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
@Daniel: Ja kwam er ook net achter. Ga ik fixen!


Top
   
PostPosted: Wed Aug 03, 2016 12:48 pm 
User avatar

Joined: Tue Aug 26, 2014 4:52 pm
Posts: 120
Location: Nijmegen
Quote:
@Daniel: Ja kwam er ook net achter. Ga ik fixen!
Top!


Top
   
PostPosted: Wed Aug 03, 2016 6:10 pm 

Joined: Sat Nov 12, 2011 7:46 pm
Posts: 281
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.


Top
   
PostPosted: Thu Aug 04, 2016 2:38 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
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


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 424 posts ]  Go to page Previous 114 15 16 17 1843 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