Any machine with more than 256 tracks?

Post Reply
User avatar
IXix
Posts: 1113
Joined: Wed Nov 23, 2011 3:24 pm

Any machine with more than 256 tracks?

Post by IXix »

Does anybody know of any machines that could have more than 256 tracks? Could Polac VST be capable of that maybe?
User avatar
IXix
Posts: 1113
Joined: Wed Nov 23, 2011 3:24 pm

Re: Any machine with more than 256 tracks?

Post 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:
polac
Posts: 415
Joined: Wed Nov 23, 2011 9:19 am
Contact:

Re: Any machine with more than 256 tracks?

Post by polac »

Pvst has a 128 tracks limit.
User avatar
IXix
Posts: 1113
Joined: Wed Nov 23, 2011 3:24 pm

Re: Any machine with more than 256 tracks?

Post 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:
Post Reply