mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
Removed use of register variables.
This commit is contained in:
@@ -15,7 +15,7 @@ int tick( void *outputBuffer, void *inputBuffer, unsigned int nBufferFrames,
|
||||
double streamTime, RtAudioStreamStatus status, void *dataPointer )
|
||||
{
|
||||
Granulate *grani = (Granulate *) dataPointer;
|
||||
register StkFloat *samples = (StkFloat *) outputBuffer;
|
||||
StkFloat *samples = (StkFloat *) outputBuffer;
|
||||
const StkFrames& lastframe = grani->lastFrame();
|
||||
unsigned int nChannels = lastframe.channels();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user