Default Peak meters in hise 3.5.0 not rendering on mac os ventura
-
Either in hise or compiled aui/vst3 even when:
ENABLE_ALL_PEAK_METERS=1
are set. tested the same with linux and win builds fine
-
@ospfeigrp working here on Ventura, with the timestretch commit from Aug 5, 2023
which commit are you on?
-
@ulrik does this work for you just out of interest
HiseSnippet 1154.3oc4W8saaSEF+3l5pkT.sgVEboUDWzI0MEGFCDbwxZSyHhl1n5lUta5T6ujbTrOGK6iaaXZua7Hvi.OBbA2O9NG6TaW7Bg.aH.eQT992w+Ne+2CiDtPbrHhXT+r4g.w3CLclykSOXJkwI86RL9HyAzXIDYkxZ+4gz3XviXXT64JFF02jne9kmtO0mxcgbVDxKDLW3HV.SlycXmui462i5AmwBJn8i6z2UvOP3KRP7TyrEIj5NiNANlpTaCShwVG5wjhHGIUBwDiM2W3M2Yp3Jdp9ufEytvGTD1DG7fRY2S36oPr5+jClx78Ft3dGSHFlCy8B0R8B22b.yicC+buwc0Brxsnn+vXixvqVI3Y+1fWEPxn.j1LER2yzwMhEJyknvy1l84XvYLEc6EgRptDiez7.Ap.W9n.5LnWDRbiA69jVs1yB+4Aey3DtqjI3VB9wBIbBe2Gz3UMp230MrtsnwiqTl50DI78gnJEqhzQKyvc4IAW.Q6YcI0OAtQQ75W1mt0p4ScSu0ETTv6yYxSBgL57jB6Jh.jL2F9uQ86RkTUPIiGpWHDIYJ3XzEtDyvSCQ0M6BwyjhPstAgBt5DL1VlkSkFT54KnRFexYLD1LDA6Tg.ax04EFc6LOm3rNWw7jSwzVie0fPlBrISkJpqyQ8hLlATYD65g.c1..C5jKlrn5p9Vn1uQcdLIDjycznQ2haaE6lMapYq8DabWCyW0vxp4MNr9dM+ZqlE6SzbOkB84dv0nnGZqIQWtu3pyEQyhwJa.ELl5GCZYNvj.D4GAdNrePIp0iZoELJrK3RmqRfJvsKFWqh+nXvAAsKfnfyA+3xujYvU8ntX5Dx1NyjgTOOzqm8ZWvUk4Lfp8cE3lcp56EnNadhueiWi8z9c0qXmBgWhOUVt8gpmYl.L+uTMqpvjGyjyK1S818T17sm+2pxVdUlcuhv8dlCYR2oUi2Mp.uXUx6Z7l0g9CMOb7XvUlC1MM688Ksc7e6PYmTnrs44zKA8XSMP1QSOVDEX8bfCQJep8RFb9Sq5fyvUdv4ItRDBmEQ4wghXraRgS9VxZWTVWPlvKqdJqRZotd8vqWA8tSmELaWj4PJuzggzkNoArBs494mdHmhADG.uMdmD6hWVkuqX4vvDrV9bUCP6hFlytcQ1eKMxCiKtkRPqsxYEEGnTttsf9UL8dq2UKT7ds3+udupZqFb+C1+o9BL5vBB8gC4WB93.XMF+Xbh6XZhubA2x0YCDbQ3TAmUJC3T.mJNYBTJwpxKzyjRbCzbN2uyofOPiKT68YcNhwAZD5mf0zW7meWvJiWepYJbsTMGr9uwLlZ+ueFyxqPw9m+6IR+IlXO81V5vs0+7w6SEIpssS2QFWf93jfxqNpVpdC0R0ozsTzJ33.bOMwavmLg1JZiLg1KD9d4cDPciDuzM8ynTMLtilCdu45uatN9Y.HskMQ+oUncl31xj.bryKccU4zOD8OUaS60vlOeMr4wqgMewZXySVCa9x0vluZo1nl3+rDoHHM+GYL7P8WVYXjtAjtTf7avtchVH
i can get it to if i display the routing matrix only, it works on win and linux builds the way it should.
I am using buildversion 650 version 3.5.0
it's the same as master in github and in the pre compiled bins -
@ospfeigrp no it's not working here, I've never used the "MatrixPeakMeter" though.
I hope some other can come to rescue -
@ulrik Use my peak meter code.
-
You need to give it a channel array:
{ "ProcessorId": "Master Chain", "Index": -1, "FollowWorkspace": false, "SegmentLedSize": 0.0, "UpDecayTime": 0.0, "DownDecayTime": 0.0, "UseSourceChannels": false, "SkewFactor": 1.0, "PaddingSize": 1.0, "ShowMaxPeak": 1.0, "ChannelIndexes": [ 0, 1 ] }
-
@Christoph-Hart thanks, that solves the problem
-
-