aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/vstmaster.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-12 04:59:16 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-12 04:59:16 +0000
commit6ff61d35633695bd356bf8d9bb59e2b8294de4f7 (patch)
treec0461a324d9345bc919c817cd39c361d6fc2d904 /externals/grill/vst/src/vstmaster.cpp
parent42a820099a1c03b6f0a84e4f16cb983c69309aa5 (diff)
minimal
added event processing (like Midi in) svn path=/trunk/; revision=2620
Diffstat (limited to 'externals/grill/vst/src/vstmaster.cpp')
-rw-r--r--externals/grill/vst/src/vstmaster.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/vst/src/vstmaster.cpp b/externals/grill/vst/src/vstmaster.cpp
index 0395fb65..863b57f9 100644
--- a/externals/grill/vst/src/vstmaster.cpp
+++ b/externals/grill/vst/src/vstmaster.cpp
@@ -274,6 +274,7 @@ void VSTPlugin::updatepos(long frames)
// and if, how?
samplepos += frames;
+ // \todo this factor should be cached
ppqpos += frames*tempo/(samplerate*60);
if(looping) {