This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
paulstretchplugin
mirror of
https://bitbucket.org/xenakios/paulstretchplugin.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
10
Wiki
Activity
Browse Source
foo
master
xenakios
6 years ago
parent
2ac85fac1f
commit
467b9ed904
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
Source/PluginProcessor.cpp
+ 0
- 1
Source/PluginProcessor.cpp
View File
@@ -787,7 +787,6 @@ void PaulstretchpluginAudioProcessor::processBlock (AudioSampleBuffer& buffer, M
break;
if (midi_msg.isNoteOff() && midi_msg.getNoteNumber()==m_midinote_to_use)
{
m_midinote_to_use = -1;
m_adsr.noteOff();
break;
}
Write
Preview
Loading…
Cancel
Save