Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjaffe committed Jul 14, 2020
2 parents 67036a7 + d6a8a09 commit b26822a
Show file tree
Hide file tree
Showing 28 changed files with 706 additions and 622 deletions.
2 changes: 1 addition & 1 deletion MIDI2LR.jucer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<JUCERPROJECT id="jqaeel" name="MIDI2LR" projectType="guiapp" version="3.5.0.0"
<JUCERPROJECT id="jqaeel" name="MIDI2LR" projectType="guiapp" version="3.5.0.1"
bundleIdentifier="com.rsjaffe.MIDI2LR" includeBinaryInAppConfig="1"
companyWebsite="http://rsjaffe.github.io/MIDI2LR/" companyEmail="[email protected]"
displaySplashScreen="0" reportAppUsage="0" splashScreenColour="Dark"
Expand Down
4 changes: 2 additions & 2 deletions build/MacOS/Info-App.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.5.0.0</string>
<string>3.5.0.1</string>
<key>CFBundleVersion</key>
<string>3.5.0.0</string>
<string>3.5.0.1</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
Expand Down
8 changes: 4 additions & 4 deletions build/MacOS/MIDI2LR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1020,8 +1020,8 @@
"DEBUG=1",
"GSL_THROW_ON_CONTRACT_VIOLATION=1",
"JUCER_XCODE_MAC_46BB2872=1",
"JUCE_APP_VERSION=3.5.0.0",
"JUCE_APP_VERSION_HEX=0x3050000",
"JUCE_APP_VERSION=3.5.0.1",
"JUCE_APP_VERSION_HEX=0x3050001",
"JucePlugin_Build_VST=0",
"JucePlugin_Build_VST3=0",
"JucePlugin_Build_AU=0",
Expand Down Expand Up @@ -1100,8 +1100,8 @@
"NDEBUG=1",
"GSL_UNENFORCED_ON_CONTRACT_VIOLATION=1",
"JUCER_XCODE_MAC_46BB2872=1",
"JUCE_APP_VERSION=3.5.0.0",
"JUCE_APP_VERSION_HEX=0x3050000",
"JUCE_APP_VERSION=3.5.0.1",
"JUCE_APP_VERSION_HEX=0x3050001",
"JucePlugin_Build_VST=0",
"JucePlugin_Build_VST3=0",
"JucePlugin_Build_AU=0",
Expand Down
1,170 changes: 587 additions & 583 deletions build/Windows/MIDI2LR_App.vcxproj

Large diffs are not rendered by default.

83 changes: 81 additions & 2 deletions build/Windows/MIDI2LR_App.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>

<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="MIDI2LR\Source\Generated">
Expand Down Expand Up @@ -309,6 +310,9 @@
<ClCompile Include="..\..\src\application\DebugInfo.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\application\KeyMap.mm">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\application\LR_IPC_In.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
Expand Down Expand Up @@ -339,6 +343,9 @@
<ClCompile Include="..\..\src\application\NrpnMessage.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\application\Ocpp.mm">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
<ClCompile Include="..\..\src\application\Profile.cpp">
<Filter>MIDI2LR\Source</Filter>
</ClCompile>
Expand Down Expand Up @@ -465,6 +472,9 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_audio_basics\juce_audio_basics.cpp">
<Filter>JUCE Modules\juce_audio_basics</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_audio_basics\juce_audio_basics.mm">
<Filter>JUCE Modules\juce_audio_basics</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_audio_devices\audio_io\juce_AudioDeviceManager.cpp">
<Filter>JUCE Modules\juce_audio_devices\audio_io</Filter>
</ClCompile>
Expand Down Expand Up @@ -681,6 +691,9 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.cpp">
<Filter>JUCE Modules\juce_audio_devices</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_audio_devices\juce_audio_devices.mm">
<Filter>JUCE Modules\juce_audio_devices</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\containers\juce_AbstractFifo.cpp">
<Filter>JUCE Modules\juce_core\containers</Filter>
</ClCompile>
Expand Down Expand Up @@ -816,6 +829,21 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\native\juce_linux_Threads.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\native\juce_mac_Files.mm">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\native\juce_mac_Network.mm">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\native\juce_mac_Strings.mm">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\native\juce_mac_SystemStats.mm">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\native\juce_mac_Threads.mm">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\native\juce_posix_NamedPipe.cpp">
<Filter>JUCE Modules\juce_core\native</Filter>
</ClCompile>
Expand Down Expand Up @@ -990,6 +1018,9 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\juce_core.cpp">
<Filter>JUCE Modules\juce_core</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_core\juce_core.mm">
<Filter>JUCE Modules\juce_core</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_data_structures\app_properties\juce_ApplicationProperties.cpp">
<Filter>JUCE Modules\juce_data_structures\app_properties</Filter>
</ClCompile>
Expand Down Expand Up @@ -1017,6 +1048,9 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_data_structures\juce_data_structures.cpp">
<Filter>JUCE Modules\juce_data_structures</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_data_structures\juce_data_structures.mm">
<Filter>JUCE Modules\juce_data_structures</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_events\broadcasters\juce_ActionBroadcaster.cpp">
<Filter>JUCE Modules\juce_events\broadcasters</Filter>
</ClCompile>
Expand Down Expand Up @@ -1053,9 +1087,15 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_events\native\juce_android_Messaging.cpp">
<Filter>JUCE Modules\juce_events\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_events\native\juce_ios_MessageManager.mm">
<Filter>JUCE Modules\juce_events\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_events\native\juce_linux_Messaging.cpp">
<Filter>JUCE Modules\juce_events\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_events\native\juce_mac_MessageManager.mm">
<Filter>JUCE Modules\juce_events\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_events\native\juce_win32_Messaging.cpp">
<Filter>JUCE Modules\juce_events\native</Filter>
</ClCompile>
Expand All @@ -1071,6 +1111,9 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_events\juce_events.cpp">
<Filter>JUCE Modules\juce_events</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_events\juce_events.mm">
<Filter>JUCE Modules\juce_events</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_graphics\colour\juce_Colour.cpp">
<Filter>JUCE Modules\juce_graphics\colour</Filter>
</ClCompile>
Expand Down Expand Up @@ -1353,6 +1396,12 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_graphics\native\juce_linux_IconHelpers.cpp">
<Filter>JUCE Modules\juce_graphics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_graphics\native\juce_mac_CoreGraphicsContext.mm">
<Filter>JUCE Modules\juce_graphics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_graphics\native\juce_mac_Fonts.mm">
<Filter>JUCE Modules\juce_graphics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_graphics\native\juce_mac_IconHelpers.cpp">
<Filter>JUCE Modules\juce_graphics\native</Filter>
</ClCompile>
Expand All @@ -1377,6 +1426,9 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_graphics\juce_graphics.cpp">
<Filter>JUCE Modules\juce_graphics</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_graphics\juce_graphics.mm">
<Filter>JUCE Modules\juce_graphics</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\application\juce_Application.cpp">
<Filter>JUCE Modules\juce_gui_basics\application</Filter>
</ClCompile>
Expand Down Expand Up @@ -1650,12 +1702,36 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_ios_ContentSharer.cpp">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_ios_FileChooser.mm">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_ios_UIViewComponentPeer.mm">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_ios_Windowing.mm">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_linux_FileChooser.cpp">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_linux_Windowing.cpp">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_mac_FileChooser.mm">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_mac_MainMenu.mm">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_mac_MouseCursor.mm">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_mac_NSViewComponentPeer.mm">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_mac_Windowing.mm">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\native\juce_win32_DragAndDrop.cpp">
<Filter>JUCE Modules\juce_gui_basics\native</Filter>
</ClCompile>
Expand Down Expand Up @@ -1779,6 +1855,9 @@
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.cpp">
<Filter>JUCE Modules\juce_gui_basics</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\modules\juce_gui_basics\juce_gui_basics.mm">
<Filter>JUCE Modules\juce_gui_basics</Filter>
</ClCompile>
<ClCompile Include="..\..\external\JuceLibraryCode\BinaryData.cpp">
<Filter>JUCE Library Code</Filter>
</ClCompile>
Expand Down Expand Up @@ -3385,4 +3464,4 @@
<Filter>JUCE Library Code</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions build/Windows/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,5,0,0
FILEVERSION 3,5,0,1
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "MIDI2LR\0"
VALUE "FileVersion", "3.5.0.0\0"
VALUE "FileVersion", "3.5.0.1\0"
VALUE "ProductName", "MIDI2LR\0"
VALUE "ProductVersion", "3.5.0.0\0"
VALUE "ProductVersion", "3.5.0.1\0"
END
END

Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_de.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=Verwendung: einen MIDI-Controller verbinden, MIDI2LR starten, und mit der Bearbeitung beginnen! Für Details siehe https://github.com/rsjaffe/MIDI2LR/wiki"
"$$$/MIDI2LR/Database/LocalHue=Lokale Farbtonbearbeitung"
"$$$/MIDI2LR/Database/Hue=Farbton"
"$$$/MIDI2LR/Help/Donate=&Unterstützen Sie die Projektentwicklung mit Ihrer Spende"
"$$$/MIDI2LR/Help/Latest=&Neuestes Release anzeigen"
"$$$/MIDI2LR/Help/OnlineHelp=&Onlinehilfe"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_en.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=How to use: connect a MIDI controller, launch MIDI2LR, and begin editing! See https://github.com/rsjaffe/MIDI2LR/wiki for details."
"$$$/MIDI2LR/Database/LocalHue=Local hue"
"$$$/MIDI2LR/Database/Hue=Hue"
"$$$/MIDI2LR/Help/Donate=&Donate to support project development"
"$$$/MIDI2LR/Help/Latest=&View latest release"
"$$$/MIDI2LR/Help/OnlineHelp=&Online help"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_es.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=Modo de empleo: conectar un controlador MIDI, lanzar MIDI2LR, y comenzar a editar! Ver https://github.com/rsjaffe/MIDI2LR/wiki para más detalles."
"$$$/MIDI2LR/Database/LocalHue=Edición de tono local"
"$$$/MIDI2LR/Database/Hue=matiz"
"$$$/MIDI2LR/Help/Donate=&Donación para ayuda al desarrollo de proyectos"
"$$$/MIDI2LR/Help/Latest=&Ver la versión más reciente"
"$$$/MIDI2LR/Help/OnlineHelp=&Ayuda en pantalla"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_fr.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=Mode d'emploi: connecter un contrôleur MIDI, lancer MIDI2LR, et commencer à éditer! Voir https://github.com/rsjaffe/MIDI2LR/wiki pour plus d'aide."
"$$$/MIDI2LR/Database/LocalHue=Modification de teinte locale"
"$$$/MIDI2LR/Database/Hue=teinte"
"$$$/MIDI2LR/Help/Donate=&Faire un don pour encourager le développement du projet"
"$$$/MIDI2LR/Help/Latest=Afficher la &dernière mise en production"
"$$$/MIDI2LR/Help/OnlineHelp=&Aide en ligne"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_it.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=Modo d'uso: collegare un controller MIDI, avviare MIDI2LR ed iniziare a lavorare! Vedere https://github.com/rsjaffe/MIDI2LR/wiki per i dettagli."
"$$$/MIDI2LR/Database/LocalHue=Modifica tonalità locale"
"$$$/MIDI2LR/Database/Hue=tonalità"
"$$$/MIDI2LR/Help/Donate=&Dona per supportare lo sviluppo del progetto"
"$$$/MIDI2LR/Help/Latest=&Visualizza la versione più recente"
"$$$/MIDI2LR/Help/OnlineHelp=&Guida"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_ja.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=使用方法:MIDIコントローラを接続してMIDI2LRを起動し、編集を開始!詳細は、https://github.com/rsjaffe/MIDI2LR/wikiを参照してください。"
"$$$/MIDI2LR/Database/LocalHue=ローカル色相編集"
"$$$/MIDI2LR/Database/Hue=色相"
"$$$/MIDI2LR/Help/Donate=プロジェクト開発をサポートするための寄付をお願いします(&D)"
"$$$/MIDI2LR/Help/Latest=最新のリリースを表示(&V)"
"$$$/MIDI2LR/Help/OnlineHelp=オンライン ヘルプ(&O)"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_ko.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=사용 방법 : MIDI 컨트롤러를 연결하여 MIDI2LR를 실행시키고, 편집을 시작합니다! 자세한 내용은 https://github.com/rsjaffe/MIDI2LR/wiki를 참조하십시오."
"$$$/MIDI2LR/Database/LocalHue=로컬 색조 편집"
"$$$/MIDI2LR/Database/Hue=색상"
"$$$/MIDI2LR/Help/Donate=프로젝트 개발 지원을 위해 기부(&D)"
"$$$/MIDI2LR/Help/Latest=최신 릴리스 보기(&V)"
"$$$/MIDI2LR/Help/OnlineHelp=온라인 도움말(&O)"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_nl.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=Instructies; sluit een MIDI controller aan, start MIDI2LR, en begin met bewerken! Zie https://github.com/rsjaffe/MIDI2LR/wiki voor meer gegevens."
"$$$/MIDI2LR/Database/LocalHue=Lokale kleurtoon bewerken"
"$$$/MIDI2LR/Database/Hue=tint"
"$$$/MIDI2LR/Help/Donate=&Doneren om projectontwikkeling te steunen"
"$$$/MIDI2LR/Help/Latest=&Bekijk de meest recente release"
"$$$/MIDI2LR/Help/OnlineHelp=online-&Help"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_pt.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=Como usar: conecte um controlador MIDI, inicialize o MIDI2LR e comece a editar! Veja mais detalhes em https://github.com/rsjaffe/MIDI2LR/wiki."
"$$$/MIDI2LR/Database/LocalHue=Editar matiz local"
"$$$/MIDI2LR/Database/Hue=matiz"
"$$$/MIDI2LR/Help/Donate=&Doar para apoiar o desenvolvimento de projetos"
"$$$/MIDI2LR/Help/Latest="&Veja a versão mais recente"
"$$$/MIDI2LR/Help/OnlineHelp=&Ajuda online"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_ru.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=Как использовать: подключите MIDI-контроллер, запустите MIDI2LR и начните редактирование! Смотрите https://github.com/rsjaffe/MIDI2LR/wiki для подробностей."
"$$$/MIDI2LR/Database/LocalHue=Локальное редактирование оттенка"
"$$$/MIDI2LR/Database/Hue=оттенок"
"$$$/MIDI2LR/Help/Donate=Перевести деньги, чтобы поддержать разработку проекта"
"$$$/MIDI2LR/Help/Latest=Просмотреть последний выпуск"
"$$$/MIDI2LR/Help/OnlineHelp=Справка в Интернете"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_sv.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=Användning: anslut en MIDI-kontroller, starta MIDI2LR och börja redigera! Kolla på https://github.com/rsjaffe/MIDI2LR/wiki för mer informatino."
"$$$/MIDI2LR/Database/LocalHue=Redigering av lokal nyans"
"$$$/MIDI2LR/Database/Hue=nyans"
"$$$/MIDI2LR/Help/Donate=&Donera för att stödja projektutveckling"
"$$$/MIDI2LR/Help/Latest=&Visa den senaste versionen"
"$$$/MIDI2LR/Help/OnlineHelp=Direkt&hjälp"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_th.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=วิธีใช้: เชื่อมต่อคอนโทรลเลอร์ MIDI เปิด MIDI2LR และเริ่มแก้ไข! ดู https://github.com/rsjaffe/MIDI2LR/wiki สำหรับรายละเอียด"
"$$$/MIDI2LR/Database/LocalHue=การแก้ไขเฉดสีที่มีอยู่แล้ว"
"$$$/MIDI2LR/Database/Hue=สีสัน"
"$$$/MIDI2LR/Help/Donate=บริจาคเพื่อสนับสนุนการพัฒนาโครงการ"
"$$$/MIDI2LR/Help/Latest=ดูรุ่นล่าสุด"
"$$$/MIDI2LR/Help/OnlineHelp=วิธีใช้ทางออนไลน์"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_zh_cn.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=使用方法:连接MIDI控制器,打开MIDI2LR,就可以啦!详情请参考 https://github.com/rsjaffe/MIDI2LR/wiki"
"$$$/MIDI2LR/Database/LocalHue=局部色相编辑"
"$$$/MIDI2LR/Database/Hue=色调"
"$$$/MIDI2LR/Help/Donate=捐赠以支持项目开发(&D)"
"$$$/MIDI2LR/Help/Latest=查看最新发布(&V)"
"$$$/MIDI2LR/Help/OnlineHelp=联机帮助(&O)"
Expand Down
2 changes: 1 addition & 1 deletion data/plugin/TranslatedStrings_zh_tw.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$$$/MIDI2LR/About/about=使用方法:連接MIDI控制器,打開MIDI2LR,就可以啦!詳情請參考 https://github.com/rsjaffe/MIDI2LR/wiki"
"$$$/MIDI2LR/Database/LocalHue=局部色相編輯"
"$$$/MIDI2LR/Database/Hue=色調"
"$$$/MIDI2LR/Help/Donate=捐款支持專案開發(&D)"
"$$$/MIDI2LR/Help/Latest=檢視最新版本(&V)"
"$$$/MIDI2LR/Help/OnlineHelp=線上說明(&O)"
Expand Down
4 changes: 2 additions & 2 deletions external/JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace ProjectInfo
{
const char* const projectName = "MIDI2LR";
const char* const companyName = "";
const char* const versionString = "3.5.0.0";
const int versionNumber = 0x3050000;
const char* const versionString = "3.5.0.1";
const int versionNumber = 0x3050001;
}
#endif
8 changes: 4 additions & 4 deletions src/application/Misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
::std::optional<juce::String> rsj::SystemFont()
{
#ifdef _WIN32
NONCLIENTMETRICSW client_metrics {.cbSize = sizeof(NONCLIENTMETRICSW)};
if (LOG_IF_WIN32_BOOL_FALSE(SystemParametersInfoW(
SPI_GETNONCLIENTMETRICS, sizeof(NONCLIENTMETRICSW), &client_metrics, 0)))
return client_metrics.lfMessageFont.lfFaceName;
NONCLIENTMETRICSW metrics {.cbSize = sizeof(NONCLIENTMETRICSW)};
if (LOG_IF_WIN32_BOOL_FALSE(
SystemParametersInfoW(SPI_GETNONCLIENTMETRICS, sizeof(NONCLIENTMETRICSW), &metrics, 0)))
return metrics.lfMessageFont.lfFaceName;
return {};
#else
return rsj::SystemFontMac();
Expand Down
Loading

0 comments on commit b26822a

Please sign in to comment.