mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-13 11:38:24 -04:00
Merge branch 'stable-1.2' into fix/qt5-vst
# Conflicts: # plugins/vst_base/RemoteVstPlugin.cpp
This commit is contained in:
@@ -495,6 +495,12 @@ bool RemotePlugin::processMessage( const message & _m )
|
||||
resizeSharedProcessingMemory();
|
||||
break;
|
||||
|
||||
case IdChangeInputOutputCount:
|
||||
m_inputCount = _m.getInt( 0 );
|
||||
m_outputCount = _m.getInt( 1 );
|
||||
resizeSharedProcessingMemory();
|
||||
break;
|
||||
|
||||
case IdDebugMessage:
|
||||
fprintf( stderr, "RemotePlugin::DebugMessage: %s",
|
||||
_m.getString( 0 ).c_str() );
|
||||
|
||||
Reference in New Issue
Block a user