Page 1 of 1

Any machine with more than 256 tracks?

Posted: Mon Feb 11, 2019 1:00 pm
by IXix
Does anybody know of any machines that could have more than 256 tracks? Could Polac VST be capable of that maybe?

Re: Any machine with more than 256 tracks?

Posted: Mon Feb 11, 2019 1:09 pm
by IXix
Ah, found this in MachineInterface.h...

Code: Select all

class CMachineInfo
{
        ...
	int minTracks;							// [0..256] must be >= 1 if numTrackParameters > 0 
	int maxTracks;							// [minTracks..256] 
        ...
};
... so I guess 256 is the limit.

Good! :dance:

Re: Any machine with more than 256 tracks?

Posted: Mon Feb 11, 2019 8:58 pm
by polac
Pvst has a 128 tracks limit.

Re: Any machine with more than 256 tracks?

Posted: Mon Feb 11, 2019 9:26 pm
by IXix
polac wrote:Pvst has a 128 tracks limit.
Thanks polac. I know some VSTs have a ridiculous number of parameters so I thought if any machine could have that many tracks it would be PVST.

It's been a long time since I looked at the definition of CMachineInfo so I totally forgot that the limit was 256! :geek: