Esempio n. 1
0
	MyApp()
		// STFT(winSize, hopSize, padSize, winType, spectralFormat, auxBufs)
	:	stft(2048, 2048/4, 0, RECTANGLE, COMPLEX, 1)
	{
		// Attach the pluck envelope accumulator to the hop-rate domain
		stft.domainHop() << pluckEnvs;
	}