Skip to content

Commit

Permalink
added Cami to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
dantrueman committed Sep 22, 2023
1 parent 44b4774 commit d8a352c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bk_JUCE/bitKlavier/Source/GeneralViewController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ BKViewController(p, theGraph, 1)
about.setMultiLine(true);
String astring = "Welcome to bitKlavier v";
astring.append(JucePlugin_VersionString, 8);
astring += "! www.bitKlavier.com\n--\nbitKlavier was created by\nDan Trueman\nMike Mulshine\nMatt Wang\nDavis Polito\nTheo Trevisan\nKatie Chou\nJeff Gordon";
astring += "! www.bitKlavier.com\n--\nbitKlavier was created by\nDan Trueman\nMike Mulshine\nMatt Wang\nDavis Polito\nTheo Trevisan\nKatie Chou\nJeff Gordon\nCami Streuly";
about.setText(astring);

image = ImageCache::getFromMemory(BinaryData::icon_png, BinaryData::icon_pngSize);
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="3.4a"
<JUCERPROJECT id="R4yQHh" name="bitKlavier" projectType="audioplug" version="3.4"
bundleIdentifier="edu.princeton.bitklavier.polito" includeBinaryInAppConfig="1"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="1" buildRTAS="0"
buildAAX="0" pluginName="bitKlavier" pluginDesc="A prepared digital piano. "
Expand Down

0 comments on commit d8a352c

Please sign in to comment.