Skip to content

Commit

Permalink
updating build scripts for latest version of Csound
Browse files Browse the repository at this point in the history
  • Loading branch information
rorywalsh committed Jun 18, 2021
1 parent 4de67dc commit e8cf0fe
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CabbageIDE.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="CxJYjd" name="Cabbage" projectType="guiapp" version="2.6.10"
<JUCERPROJECT id="CxJYjd" name="Cabbage" projectType="guiapp" version="2.6.11"
bundleIdentifier="com.cabbageaudio.cabbage" includeBinaryInAppConfig="0"
jucerVersion="5.4.7" displaySplashScreen="0" reportAppUsage="1"
splashScreenColour="Dark" cppLanguageStandard="14" companyCopyright="">
Expand Down
2 changes: 1 addition & 1 deletion CabbageLite.jucer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="id6VOA" name="CabbageLite" displaySplashScreen="0" reportAppUsage="1"
splashScreenColour="Dark" projectType="guiapp" version="2.6.10"
splashScreenColour="Dark" projectType="guiapp" version="2.6.11"
bundleIdentifier="com.yourcompany.CabbageLite" includeBinaryInAppConfig="1"
cppLanguageStandard="11" jucerVersion="5.4.7" companyCopyright="">
<MAINGROUP id="CfT7TE" name="CabbageLite">
Expand Down
2 changes: 1 addition & 1 deletion CabbagePlugin.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="ETRteN" name="CabbagePlugin" projectType="audioplug" version="2.6.10"
<JUCERPROJECT id="ETRteN" name="CabbagePlugin" projectType="audioplug" version="2.6.11"
bundleIdentifier="com.cabbageaudio.CabbagePlugin" includeBinaryInAppConfig="1"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
buildAAX="0" pluginName="CabbageEffectNam" pluginDesc="CabbagePlugin"
Expand Down
2 changes: 1 addition & 1 deletion CabbagePluginMIDIEffect.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="ETRteN" name="CabbagePlugin" projectType="audioplug" version="2.6.10"
<JUCERPROJECT id="ETRteN" name="CabbagePlugin" projectType="audioplug" version="2.6.11"
bundleIdentifier="com.cabbageaudio.CabbagePlugin" includeBinaryInAppConfig="0"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
buildAAX="0" pluginName="CabbageEffectNam" pluginDesc="CabbagePlugin"
Expand Down
2 changes: 1 addition & 1 deletion CabbagePluginNoStandalone.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="ETRteN" name="CabbagePlugin" projectType="audioplug" version="2.6.10"
<JUCERPROJECT id="ETRteN" name="CabbagePlugin" projectType="audioplug" version="2.6.11"
bundleIdentifier="com.cabbageaudio.CabbagePlugin" includeBinaryInAppConfig="1"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
buildAAX="0" pluginName="CabbageEffectNam" pluginDesc="CabbagePlugin"
Expand Down
2 changes: 1 addition & 1 deletion CabbagePluginSynth.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="ETRteN" name="CabbagePlugin" projectType="audioplug" version="2.6.10"
<JUCERPROJECT id="ETRteN" name="CabbagePlugin" projectType="audioplug" version="2.6.11"
bundleIdentifier="com.cabbageaudio.CabbagePlugin" includeBinaryInAppConfig="1"
buildVST="1" buildVST3="1" buildAU="1" buildAUv3="0" buildRTAS="0"
buildAAX="0" pluginName="CabbageEffectNam" pluginDesc="CabbagePlugin"
Expand Down
1 change: 1 addition & 0 deletions Source/Widgets/CabbageWidgetDataInitMethods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ void CabbageWidgetData::setSignalDisplayProperties (ValueTree widgetData, int ID
setProperty (widgetData, CabbageIdentifierIds::width, 260);
setProperty (widgetData, CabbageIdentifierIds::height, 100);
setProperty (widgetData, CabbageIdentifierIds::tablecolour, Colours::lime.toString());
setProperty (widgetData, CabbageIdentifierIds::colour, Colours::white.toString());
setProperty (widgetData, CabbageIdentifierIds::fontcolour, Colours::white.toString());
setProperty (widgetData, CabbageIdentifierIds::tablebackgroundcolour, Colour (30, 30, 38).toString());
setProperty (widgetData, CabbageIdentifierIds::type, "signaldisplay");
Expand Down
10 changes: 5 additions & 5 deletions buildOSX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ ls -1 $BUILD_ARTIFACTSTAGINGDIRECTORY


pwd
curl -L -o csound6.15.0-MacOS_x86_64.dmg 'https://github.com/csound/csound/releases/download/6.15.0/csound-MacOS_x86_64-6.15.0.dmg'
curl -L -o csound6.16.0-MacOS_x86_64.dmg 'https://github.com/csound/csound/releases/download/6.16.0/csound-MacOS_x86_64-6.16.0.dmg'
ls
hdiutil attach csound6.15.0-MacOS_x86_64.dmg
cp -R /Volumes/Csound6.15.0/ Csound
hdiutil detach /Volumes/Csound6.15.0/
hdiutil attach csound6.16.0-MacOS_x86_64.dmg
cp -R /Volumes/Csound6.16.0/ Csound
hdiutil detach /Volumes/Csound6.16.0/
cd Csound
sudo installer -pkg csound-MacOS_x86_64-6.15.0.pkg -target /
sudo installer -pkg csound-MacOS_x86_64-6.16.0.pkg -target /
sudo install_name_tool -id /Library/Frameworks/CsoundLib64.framework/CsoundLib64 /Library/Frameworks/CsoundLib64.framework/CsoundLib64

cd $AGENT_BUILDDIRECTORY
Expand Down
2 changes: 1 addition & 1 deletion buildWindows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cd c:/
#Start-BitsTransfer -Source "https://github.com/rorywalsh/cabbage/releases/download/v2.0.00/csound-windows_x64-6.13.0.zip" -Destination "C:\csound-windows_x64-6.12.0.zip"

$start_time = Get-Date
(New-Object System.Net.WebClient).DownloadFile("https://github.com/rorywalsh/cabbage/releases/download/v2.0.00/csound-windows_x64-6.15.0.zip", "C:\csound-windows_x64-6.12.0.zip")
(New-Object System.Net.WebClient).DownloadFile("https://github.com/rorywalsh/cabbage/releases/download/v2.0.00/csound-windows_x64-6.16.0.zip", "C:\csound-windows_x64-6.12.0.zip")
Write-Output "Time taken: $((Get-Date).Subtract($start_time).Seconds) second(s)"

# Invoke-WebRequest -UseBasicParsing "https://github.com/rorywalsh/cabbage/releases/download/v2.0.00/csound-windows_x64-6.13.0.zip" -OutFile "C:\csound-windows_x64-6.12.0.zip"
Expand Down

0 comments on commit e8cf0fe

Please sign in to comment.