/[svn]/linuxsampler/trunk/src/engines/common/InstrumentScriptVMDynVars.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/InstrumentScriptVMDynVars.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2942 by schoenebeck, Wed Jul 13 15:51:06 2016 UTC revision 2948 by schoenebeck, Fri Jul 15 15:29:04 2016 UTC
# Line 27  namespace LinuxSampler { Line 27  namespace LinuxSampler {
27                      double(pEngine->SampleRate) * 1000.0 );                      double(pEngine->SampleRate) * 1000.0 );
28      }      }
29    
30        int InstrumentScriptVMDynVar_NI_CALLBACK_ID::evalInt() {
31    
32            AbstractEngineChannel* pEngineChannel =
33                static_cast<AbstractEngineChannel*>(m_vm->m_event->cause.pEngineChannel);
34    
35            return pEngineChannel->GetScriptCallbackID(m_vm->m_event);
36        }
37    
38  } // namespace LinuxSampler  } // namespace LinuxSampler

Legend:
Removed from v.2942  
changed lines
  Added in v.2948

  ViewVC Help
Powered by ViewVC