Skip to content

Commit 4ca7d5e

Browse files
committed
binary release for mdaPiano
1 parent 977545d commit 4ca7d5e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mda VST plug-ins
22

33
Copyright (c) 2008 Paul Kellett
4-
Copyright (c) 2021-2024 M.I. Hollemans (JUCE version)
4+
Copyright (c) 2021-2025 M.I. Hollemans (JUCE version)
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77

Piano/MDAPiano.jucer

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<JUCERPROJECT id="lUYjpz" name="MDAPiano" projectType="audioplug" useAppConfig="0"
3+
<JUCERPROJECT id="lUYjpz" name="mdaPiano" projectType="audioplug" useAppConfig="0"
44
addUsingNamespaceToJuceHeader="0" displaySplashScreen="1" jucerFormatVersion="1"
5-
pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn">
6-
<MAINGROUP id="w6zN8D" name="MDAPiano">
5+
pluginCharacteristicsValue="pluginIsSynth,pluginWantsMidiIn"
6+
version="1.1.0" pluginCode="mdaP" pluginManufacturerCode="Dvbl"
7+
pluginManufacturer="audiodev.blog" companyWebsite="audiodev.blog"
8+
bundleIdentifier="blog.audiodev.mdapiano">
9+
<MAINGROUP id="w6zN8D" name="mdaPiano">
710
<GROUP id="{6710DCDA-6646-EE06-8F56-CF4D30A75DF8}" name="Source">
811
<FILE id="Hn1Xs7" name="mdaPianoData.h" compile="0" resource="0" file="Source/mdaPianoData.h"/>
912
<FILE id="FyCcCe" name="PluginProcessor.cpp" compile="1" resource="0"
@@ -16,8 +19,8 @@
1619
<EXPORTFORMATS>
1720
<XCODE_MAC targetFolder="Builds/MacOSX">
1821
<CONFIGURATIONS>
19-
<CONFIGURATION isDebug="1" name="Debug" targetName="MDAPiano"/>
20-
<CONFIGURATION isDebug="0" name="Release" targetName="MDAPiano"/>
22+
<CONFIGURATION isDebug="1" name="Debug" targetName="mdaPiano"/>
23+
<CONFIGURATION isDebug="0" name="Release" targetName="mdaPiano" customXcodeFlags="GCC_GENERATE_DEBUGGING_SYMBOLS=YES, DEBUG_INFORMATION_FORMAT=dwarf-with-dsym"/>
2124
</CONFIGURATIONS>
2225
<MODULEPATHS>
2326
<MODULEPATH id="juce_audio_basics" path="../../../../../JUCE/modules"/>

0 commit comments

Comments
 (0)