kockie69 / SquinkyVCV-main

GNU General Public License v3.0
22 stars 12 forks source link

CompII -> floods log.txt with large amounts of sampled input values (trace type data) #31

Closed fractalgee closed 2 years ago

fractalgee commented 2 years ago

CompII for v2 beta causes log.txt for Rack2 to grow at an alarming rate eching all the channel input values of all 3 compIIs connected to one MindMeld 16 channel Mixer's EQMaster inserts.

Remove the compIIs and log file goes back to normal

I just deleted a 146MB log file, all filled with useless tracing type data. That makes CompII unworkable until this is fixed. I attach the patch file here as well that illustrates this issue (remove .zip extention, Community still does not accept .vcv whatever files directly.

v2_basic_template_06_4Row_MIDI_Mapped.vcv.zip

fractalgee commented 2 years ago

here is a sample of the data, the lower part repeats at infinite with different values when patch is playing

[0.493 info ./composites/Compressor2.h:386 onNewPatch] comp2::onNewPatch
[0.493 info ./composites/Compressor2.h:386 onNewPatch] comp2::onNewPatch
[0.493 info ./composites/Compressor2.h:386 onNewPatch] comp2::onNewPatch
[0.497 info ./composites/Compressor2.h:415 makeAllSettingsStereo] make all settings stereo
[0.497 info ./composites/Compressor2.h:304 updateCurrentChannel] update current channel called with stereo = 2
[0.497 info ./composites/Compressor2.h:305 updateCurrentChannel] update current channel about to set thre to 8.500000 curch=0

[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./composites/Compressor2.h:415 makeAllSettingsStereo] make all settings stereo
[0.497 info ./composites/Compressor2.h:304 updateCurrentChannel] update current channel called with stereo = 2
[0.497 info ./composites/Compressor2.h:305 updateCurrentChannel] update current channel about to set thre to 8.500000 curch=0

[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./composites/Compressor2.h:415 makeAllSettingsStereo] make all settings stereo
[0.497 info ./composites/Compressor2.h:304 updateCurrentChannel] update current channel called with stereo = 2
[0.497 info ./composites/Compressor2.h:305 updateCurrentChannel] update current channel about to set thre to 8.500000 curch=0

[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
[0.497 info ./dsp/utils/Cmprsr.h:365 stepPolyLinked] input=0.000000, 0.000000 avg=0.000000
kockie69 commented 2 years ago

This issue is duplicate . Is fixed and available in master repo. Not yet in a release version. I can build one if you need it? For what platform?

fractalgee commented 2 years ago

Hmm, then I should go and rebuild mine, I didn't spot that one in searching..... Glad it's fixed, go ahead and close as a dupe then, I will pipe up if still issue after rebuild locally

On Sat, 9 Oct 2021 at 13:00, kockie69 @.***> wrote:

This issue is duplicate https://github.com/kockie69/SquinkyVCV-main/issues/30. Is fixed and available in master repo. Not yet in a release version. I can build one if you need it? For what platform?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/kockie69/SquinkyVCV-main/issues/31#issuecomment-939277548, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7FMAC2AAD7AZG3E7NJAW3UGAOFNANCNFSM5FVD45ZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

kockie69 commented 2 years ago

I fixed it a couple of hours ago in the repo, not yet a new release. Let me know if it is not working for you, but I am sure it will.

fractalgee commented 2 years ago

Yes, that does fix it, just rebuilt and no longer see it happening. Thanks! That 146MB log was a bit scary ;)