multithreaded Drum Rack
Posted: Sun Jul 04, 2010 1:37 pm
Currently a big problem in the way I am setting up my projects is that the sound generators of all the 128 pads of a drum rack are allocated to one single cpu core. This often leads to overloads on my quad core although three cores are idling along. The concept to allow any sound generator in drum rack slots is fantastic, but the lack of cpu load distribution is counterproductive and effectively prevents from using it to its full extent.
Sure you can open another drum rack instance in a new midi channel which would be allocated to another core, but for example in the case of complex drum programming setups where you want all the notes in one midi clip for better clearness this is not a viable solution. So, if it is technically possible it would be a great improvement if the drum rack module would distribute the calculations to all available cpu cores.
Sure you can open another drum rack instance in a new midi channel which would be allocated to another core, but for example in the case of complex drum programming setups where you want all the notes in one midi clip for better clearness this is not a viable solution. So, if it is technically possible it would be a great improvement if the drum rack module would distribute the calculations to all available cpu cores.