New comment by Oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/33809#issuecomment-986476885 Comment: > > It seems to be stuck continuously loading DSP and pressing the New button doesn't do anything. > > Does this happen for you? Any tips on what to investigate? I don't know if it's because I'm on musl... Sorry if I am missing something but `DSP load` is not for "loading DSP", but is just an indicator of how much time the last frame took over the maximum amount of time available based on the sample rate and buffer size: https://github.com/falkTX/Carla/blob/94139f07b176a5e12c7dab2e19251401c4a1461f/source/backend/engine/CarlaEngineInternal.cpp#L717-L739 As for the "new" button. That just resets the rack. If there are no plugins/VSTs loaded, then nothing will appear: https://github.com/falkTX/Carla/blob/25c61989de0cfe55e4ff62af002403c9acaa1bd6/source/frontend/carla_host.py#L858-L867