Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dantrueman committed Jun 29, 2019
1 parent c4d6c7c commit d3eeaf7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bk_JUCE/bitKlavier/JuceLibraryCode/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -376,13 +376,13 @@
#define JucePlugin_EditorRequiresKeyboardFocus 1
#endif
#ifndef JucePlugin_Version
#define JucePlugin_Version 2.4
#define JucePlugin_Version 2.4.1
#endif
#ifndef JucePlugin_VersionCode
#define JucePlugin_VersionCode 0x20400
#define JucePlugin_VersionCode 0x20401
#endif
#ifndef JucePlugin_VersionString
#define JucePlugin_VersionString "2.4"
#define JucePlugin_VersionString "2.4.1"
#endif
#ifndef JucePlugin_VSTUniqueID
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
Expand Down
4 changes: 2 additions & 2 deletions bk_JUCE/bitKlavier/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace ProjectInfo
{
const char* const projectName = "bitKlavier";
const char* const companyName = "Many Arrows Music";
const char* const versionString = "2.4";
const int versionNumber = 0x20400;
const char* const versionString = "2.4.1";
const int versionNumber = 0x20401;
}
#endif
2 changes: 2 additions & 0 deletions bk_JUCE/bitKlavier/JuceLibraryCode/modules/stk/stk/Stk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ void Stk :: setSampleRate( StkFloat rate )
StkFloat oldRate = srate_;
srate_ = rate;

/*
for ( unsigned int i=0; i<alertList_.size(); i++ )
alertList_[i]->sampleRateChanged( srate_, oldRate );
*/
}
}

Expand Down
2 changes: 1 addition & 1 deletion bk_JUCE/bitKlavier/bitKlavier.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="R4yQHh" name="bitKlavier" projectType="audioplug" version="2.4"
<JUCERPROJECT id="R4yQHh" name="bitKlavier" projectType="audioplug" version="2.4.1"
bundleIdentifier="com.manyarrowsmusic.bitKlavier" includeBinaryInAppConfig="1"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
buildAAX="0" pluginName="bitKlavier" pluginDesc="A prepared digital piano. "
Expand Down

0 comments on commit d3eeaf7

Please sign in to comment.