Update vstsound.h

code style changes
This commit is contained in:
corrados 2019-06-16 11:31:46 +02:00 committed by GitHub
parent e295a6d063
commit 05dc96845f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
/******************************************************************************\ /******************************************************************************\
* Copyright (c) 2004-2011 * Copyright (c) 2004-2019
* *
* Author(s): * Author(s):
* Volker Fischer * Volker Fischer
@ -35,7 +35,7 @@ class CSound : public CSoundBase
{ {
public: public:
CSound ( void (*fpNewCallback) ( CVector<int16_t>& psData, void* arg ), void* arg ) : CSound ( void (*fpNewCallback) ( CVector<int16_t>& psData, void* arg ), void* arg ) :
CSoundBase ( true, fpNewCallback, arg ), iVSTMonoBufferSize ( 0 ) {} CSoundBase ( true, fpNewCallback, arg ), iVSTMonoBufferSize ( 0 ) {}
// special VST functions // special VST functions
void SetMonoBufferSize ( const int iNVBS ) { iVSTMonoBufferSize = iNVBS; } void SetMonoBufferSize ( const int iNVBS ) { iVSTMonoBufferSize = iNVBS; }