Skip to content

Commit

Permalink
Merge branch 'release/1.5.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjaffe committed Nov 27, 2016
2 parents 3dd47e1 + e9d7494 commit 5a43a4f
Show file tree
Hide file tree
Showing 48 changed files with 474 additions and 108 deletions.
4 changes: 2 additions & 2 deletions Builds/MacOSX/Info-App.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0.1</string>
<string>1.5.0.2</string>
<key>CFBundleVersion</key>
<string>1.5.0.1</string>
<string>1.5.0.2</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
Expand Down
8 changes: 4 additions & 4 deletions Builds/MacOSX/MIDI2LR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2442,8 +2442,8 @@
"_DEBUG=1",
"DEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=1.5.0.1",
"JUCE_APP_VERSION_HEX=0x1050001", );
"JUCE_APP_VERSION=1.5.0.2",
"JUCE_APP_VERSION_HEX=0x1050002", );
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../JuceLibraryCode/modules", "$(inherited)");
INFOPLIST_FILE = Info-App.plist;
Expand All @@ -2467,8 +2467,8 @@
"_NDEBUG=1",
"NDEBUG=1",
"JUCER_XCODE_MAC_F6D2F4CF=1",
"JUCE_APP_VERSION=1.5.0.1",
"JUCE_APP_VERSION_HEX=0x1050001", );
"JUCE_APP_VERSION=1.5.0.2",
"JUCE_APP_VERSION_HEX=0x1050002", );
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = ("../../JuceLibraryCode", "../../JuceLibraryCode/modules", "$(inherited)");
Expand Down
4 changes: 2 additions & 2 deletions Builds/VisualStudio2015/MIDI2LR.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<Optimization>Disabled</Optimization>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=1.5.0.1;JUCE_APP_VERSION_HEX=0x1050001;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;DEBUG;_DEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=1.5.0.2;JUCE_APP_VERSION_HEX=0x1050002;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down Expand Up @@ -97,7 +97,7 @@
<ClCompile>
<Optimization>Full</Optimization>
<AdditionalIncludeDirectories>..\..\JuceLibraryCode;..\..\JuceLibraryCode\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=1.5.0.1;JUCE_APP_VERSION_HEX=0x1050001;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_WINDOWS;NDEBUG;JUCER_VS2015_78A5022=1;JUCE_APP_VERSION=1.5.0.2;JUCE_APP_VERSION_HEX=0x1050002;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<PrecompiledHeader/>
Expand Down
6 changes: 3 additions & 3 deletions Builds/VisualStudio2015/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,1
FILEVERSION 1,5,0,2
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "MIDI2LR\0"
VALUE "FileVersion", "1.5.0.1\0"
VALUE "FileVersion", "1.5.0.2\0"
VALUE "ProductName", "MIDI2LR\0"
VALUE "ProductVersion", "1.5.0.1\0"
VALUE "ProductVersion", "1.5.0.2\0"
END
END

Expand Down
4 changes: 2 additions & 2 deletions JuceLibraryCode/JuceHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
namespace ProjectInfo
{
const char* const projectName = "MIDI2LR";
const char* const versionString = "1.5.0.1";
const int versionNumber = 0x1050001;
const char* const versionString = "1.5.0.2";
const int versionNumber = 0x1050002;
}
#endif

Expand Down
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="1.5.0.1"
<JUCERPROJECT id="jqaeel" name="MIDI2LR" projectType="guiapp" version="1.5.0.2"
bundleIdentifier="com.rsjaffe.MIDI2LR" includeBinaryInAppConfig="1"
jucerVersion="4.3.0" companyWebsite="http://rsjaffe.github.io/MIDI2LR/"
companyEmail="rsjaffe@gmail.com">
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
s = {
id = "FF4C42D8-E3EE-4233-865B-B629106CB848",
internalName = "IMPORT",
title = "IMPORT",
type = "Develop",
value = {
settings = {
AutoLateralCA = 1,
BlueHue = 0,
BlueSaturation = 0,
CameraProfile = "Nikon_D810_Tamron_90_2850K-6500K_2016-06_Adobe",
ChromaticAberrationB = 0,
ChromaticAberrationR = 0,
CropConstrainToWarp = 1,
Defringe = 0,
DefringeGreenAmount = 0,
DefringeGreenHueHi = 60,
DefringeGreenHueLo = 40,
DefringePurpleAmount = 0,
DefringePurpleHueHi = 70,
DefringePurpleHueLo = 30,
Dehaze = 15,
EnableCalibration = true,
EnableEffects = true,
EnableLensCorrections = true,
GreenHue = 0,
GreenSaturation = 0,
LensProfileEnable = 1,
LensProfileSetup = "LensDefaults",
ProcessVersion = "6.7",
RedHue = 0,
RedSaturation = 0,
ShadowTint = 0,
},
uuid = "5DA884E8-F6C7-4ECB-B48B-AAD7EC87A45F",
},
version = 0,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
s = {
id = "0D02248E-FB93-4E17-BA38-1FFE4C79927A",
internalName = "Camera Profile Nikon",
title = "Nikon D810",
type = "Develop",
value = {
settings = {
BlueHue = 0,
BlueSaturation = 0,
CameraProfile = "Nikon_D810_Tamron_90_2850K-6500K_2016-06_Adobe",
EnableCalibration = true,
GreenHue = 0,
GreenSaturation = 0,
ProcessVersion = "6.7",
RedHue = 0,
RedSaturation = 0,
ShadowTint = 0,
},
uuid = "444E7F50-17E2-4751-87C7-AE120095E573",
},
version = 0,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
s = {
id = "72FEFD6B-062F-4387-9500-619F83505621",
internalName = "Sony A6000",
title = "Sony A6000",
type = "Develop",
value = {
settings = {
BlueHue = 0,
BlueSaturation = 0,
CameraProfile = "Sony_A6000_55-210_2850K-6500K_2016-05_Adobe",
EnableCalibration = true,
GreenHue = 0,
GreenSaturation = 0,
ProcessVersion = "6.7",
RedHue = 0,
RedSaturation = 0,
ShadowTint = 0,
},
uuid = "BA37234E-F3AD-4A99-BD17-70443BE6BE62",
},
version = 0,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
My mapping for Lightroom CC using MIDI2LR and a Nexus 7 Tablet.
This should work on any other Ipad / Android tablets as long as your resize the TouchOSC UI file.

- TouchOSC_Lightroom.touchosc

This is the file that you need to load in your device's ToucheOSC app. You can modify this file to suit your need and screen resolution with the TouchOSC Editor.

- MIDI2LR_TouchOSC.xml

This is the MIDI2LR mapping file that you'll need to load. It can be automatically loaded when you go to develop module if you configure MIDI@LR options for that.

- Presets

I am using 3 custom presets that I've mapped to the UI. You can change them if you need. See screenshot "MIDI2LR options presets.png" on how to map them.

- Screenshots

Shows the TouchOSC pages and also the MIDI2LR options (highlighted in red) that you need to configure

- Help

If you need more help, please see http://midi2lr.mathieu.photography/

For help about TouchOSC and their editor, please see: http://hexler.net/software/touchosc
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/LRPlugin/MIDI2LR.lrplugin/Database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ local DataBase = {
{"PerspectiveRotate",'transformPanel',true,true,true,false,false,LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveRotate=Perspective Rotate"),transform,"Corrects for camera tilt. Uses the center of the original, uncropped photo as the axis of rotation.",'transformPanel'},
{"PerspectiveScale",'transformPanel',true,true,true,false,false,LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveScale=Perspective Scale"),transform,"Adjusts the image scale up or down. Helps to remove empty areas caused by perspective corrections and distortions. Displays areas of the image that extend beyond the crop boundary.",'transformPanel'},
{"PerspectiveAspect",'transformPanel',true,true,true,false,false,LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveAspect=Perspective Aspect"),transform,"Adjusts the amount the image is stretched horizontally or vertically.",'transformPanel'},
{"PerspectiveX ",'transformPanel',true,true,true,false,true,LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveX=Perspective X"),transform,"Moves the center of the image laterally.",'transformPanel'},
{"PerspectiveY ",'transformPanel',true,true,true,false,true,LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveY=Perspective Y"),transform,"Moves the center of the image vertically.",'transformPanel'},
{"PerspectiveX",'transformPanel',true,true,true,false,true,LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveX=Perspective X"),transform,"Moves the center of the image laterally.",'transformPanel'},
{"PerspectiveY",'transformPanel',true,true,true,false,true,LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveY=Perspective Y"),transform,"Moves the center of the image vertically.",'transformPanel'},
{"ResetPerspectiveVertical",false,false,true,false,true,false,reset..' '..LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveVertical=Perspective Vertical"),transform,"Reset to default. *button*",'transformPanel'},
{"ResetPerspectiveHorizontal",false,false,true,false,true,false,reset..' '..LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveHorizontal=Perspective Horizontal"),transform,"Reset to default. *button*",'transformPanel'},
{"ResetPerspectiveRotate",false,false,true,false,true,false,reset..' '..LOC("$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/PerspectiveRotate=Perspective Rotate"),transform,"Reset to default. *button*",'transformPanel'},
Expand Down
2 changes: 1 addition & 1 deletion Source/LRPlugin/MIDI2LR.lrplugin/Info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ return {
},
--]]
},
VERSION = { major=1, minor=5, revision=0, build=1}
VERSION = { major=1, minor=5, revision=0, build=2}
}
9 changes: 6 additions & 3 deletions Source/LRPlugin/MIDI2LR.lrplugin/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ local function setOptions()
identifier = 'othersettings',
f:view(Limits.StartDialog(properties,f)),
f:separator {fill_horizontal = 0.9},
f:checkbox {title = LOC("$$$/AgDocument/ModulePicker/Settings/ShowStatusAndActivity=Show status and activity"), value = LrView.bind('ClientShowBezelOnChange')},
f:checkbox {title = LOC("$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal Adjusted Controls"), value = LrView.bind('RevealAdjustedControls')},
OU.slider(f,properties,LOC("$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"),'slidersets','TrackingDelay',0,3,2),
f:row {
f:checkbox {title = LOC("$$$/AgDocument/ModulePicker/Settings/ShowStatusAndActivity=Show status and activity"), value = LrView.bind('ClientShowBezelOnChange')},
f:checkbox {title = LOC("$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"), value = LrView.bind('RevealAdjustedControls')},
f:spacer {width = 40},
OU.slider(f,properties,LOC("$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"),'slidersets','TrackingDelay',0,3,2),
}, -- row
f:separator {fill_horizontal = 0.9},
Keys.StartDialog(properties,f),
}, -- tab_view_item
Expand Down
14 changes: 5 additions & 9 deletions Source/LRPlugin/MIDI2LR.lrplugin/TranslatedStrings_de.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
"$$$/MIDI2LR/Options/pastesel=Einfügungs-Auswahl"
"$$$/MIDI2LR/Options/dlgtitle=MIDI2LR Einstellungen"
"$$$/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/Limits/Limits=Grenzwerte"
"$$$/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/Preferences/cantload=Einstellungen konnten nicht geladen werden. Verwende Standard-Einstellungen."
"$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"
"$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"
"$$$/MIDI2LR/Options/dlgtitle=MIDI2LR Einstellungen"
"$$$/MIDI2LR/Options/pastesel=Einfügungs-Auswahl"
"$$$/MIDI2LR/Preferences/cantload=Einstellungen konnten nicht geladen werden. Verwende Standard-Einstellungen."
"$$$/MIDI2LR/Shortcuts/Key=Taste"





14 changes: 5 additions & 9 deletions Source/LRPlugin/MIDI2LR.lrplugin/TranslatedStrings_en.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
"$$$/MIDI2LR/Options/pastesel=Paste selections"
"$$$/MIDI2LR/Options/dlgtitle=Set MIDI2LR options"
"$$$/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/Limits/Limits=Limits"
"$$$/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/Preferences/cantload=Unable to load preferences. Using default settings."
"$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"
"$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"
"$$$/MIDI2LR/Options/dlgtitle=Set MIDI2LR options"
"$$$/MIDI2LR/Options/pastesel=Paste selections"
"$$$/MIDI2LR/Preferences/cantload=Unable to load preferences. Using default settings."
"$$$/MIDI2LR/Shortcuts/Key=Key"





12 changes: 5 additions & 7 deletions Source/LRPlugin/MIDI2LR.lrplugin/TranslatedStrings_es.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"$$$/MIDI2LR/Options/pastesel=Pegar selecciones"
"$$$/MIDI2LR/Options/dlgtitle=Ajustar las MIDI2LR opciones"
"$$$/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/Limits/Limits=Limites"
"$$$/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/Preferences/cantload=No se puede cargar preferencias. Utilizando la configuración predeterminada."
"$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"
"$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"
"$$$/MIDI2LR/Options/dlgtitle=Ajustar las MIDI2LR opciones"
"$$$/MIDI2LR/Options/pastesel=Pegar selecciones"
"$$$/MIDI2LR/Preferences/cantload=No se puede cargar preferencias. Utilizando la configuración predeterminada."
"$$$/MIDI2LR/Shortcuts/Key=Tecla"



12 changes: 5 additions & 7 deletions Source/LRPlugin/MIDI2LR.lrplugin/TranslatedStrings_fr.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"$$$/MIDI2LR/Options/pastesel=Coller les selections"
"$$$/MIDI2LR/Options/dlgtitle=Régler les options MIDI2LR"
"$$$/MIDI2LR/About/about=Comment utiliser: connecter au contrôleur MIDI, lancer MIDI2LR, et commencer l’édition! Voir https://github.com/rsjaffe/MIDI2LR/wiki pour plus de détails."
"$$$/MIDI2LR/Limits/Limits=Limites"
"$$$/MIDI2LR/About/about=Comment utiliser: connecter au contrôleur MIDI, lancer MIDI2LR, et commencer l’édition! Voir https://github.com/rsjaffe/MIDI2LR/wiki pour plus de détails."
"$$$/MIDI2LR/Preferences/cantload=Unable to load preferences. Using default settings."
"$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"
"$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"
"$$$/MIDI2LR/Options/dlgtitle=Régler les options MIDI2LR"
"$$$/MIDI2LR/Options/pastesel=Coller les selections"
"$$$/MIDI2LR/Preferences/cantload=Unable to load preferences. Using default settings."
"$$$/MIDI2LR/Shortcuts/Key=Touche"



12 changes: 5 additions & 7 deletions Source/LRPlugin/MIDI2LR.lrplugin/TranslatedStrings_it.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"$$$/MIDI2LR/Options/pastesel=Selezioni incollare"
"$$$/MIDI2LR/Options/dlgtitle=Impostare le opzioni MIDI2LR"
"$$$/MIDI2LR/About/about=Modo d'uso: collegare un controller MIDI, avviare MIDI2LR, e iniziare la modifica! Vedere https://github.com/rsjaffe/MIDI2LR/wiki per i dettagli."
"$$$/MIDI2LR/Limits/Limits=Limiti"
"$$$/MIDI2LR/About/about=Modo d'uso: collegare un controller MIDI, avviare MIDI2LR, e iniziare la modifica! Vedere https://github.com/rsjaffe/MIDI2LR/wiki per i dettagli."
"$$$/MIDI2LR/Preferences/cantload=Impossibile caricare le preferenze. Utilizzo delle impostazioni predefinite."
"$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"
"$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"
"$$$/MIDI2LR/Options/dlgtitle=Impostare le opzioni MIDI2LR"
"$$$/MIDI2LR/Options/pastesel=Selezioni incollare"
"$$$/MIDI2LR/Preferences/cantload=Impossibile caricare le preferenze. Utilizzo delle impostazioni predefinite."
"$$$/MIDI2LR/Shortcuts/Key=Tasto"



12 changes: 5 additions & 7 deletions Source/LRPlugin/MIDI2LR.lrplugin/TranslatedStrings_ja.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"$$$/MIDI2LR/Options/pastesel=ペーストの選択"
"$$$/MIDI2LR/Options/dlgtitle=MIDI2LRオプションを設定"
"$$$/MIDI2LR/About/about=使用方法:MIDIコントローラを接続し、MIDI2LRを起動し、編集を開始!詳細については、https://github.com/rsjaffe/MIDI2LR/wikiを参照してください。"
"$$$/MIDI2LR/Limits/Limits=範囲"
"$$$/MIDI2LR/About/about=使用方法:MIDIコントローラを接続し、MIDI2LRを起動し、編集を開始!詳細については、https://github.com/rsjaffe/MIDI2LR/wikiを参照してください。"
"$$$/MIDI2LR/Preferences/cantload=環境設定を読み込むことができません。デフォルト設定を使用して。"
"$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"
"$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"
"$$$/MIDI2LR/Options/dlgtitle=MIDI2LRオプションを設定"
"$$$/MIDI2LR/Options/pastesel=ペーストの選択"
"$$$/MIDI2LR/Preferences/cantload=環境設定を読み込むことができません。デフォルト設定を使用して。"
"$$$/MIDI2LR/Shortcuts/Key=キー"



12 changes: 5 additions & 7 deletions Source/LRPlugin/MIDI2LR.lrplugin/TranslatedStrings_ko.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"$$$/MIDI2LR/Options/pastesel=붙여 넣기 선택"
"$$$/MIDI2LR/Options/dlgtitle=MIDI2LR 옵션을 설정합니다"
"$$$/MIDI2LR/About/about=사용 방법 : MIDI 컨트롤러를 연결 MIDI2LR를 시작하고, 편집을 시작! 자세한 내용은 https://github.com/rsjaffe/MIDI2LR/wiki를 참조하십시오."
"$$$/MIDI2LR/Limits/Limits=제한"
"$$$/MIDI2LR/About/about=사용 방법 : MIDI 컨트롤러를 연결 MIDI2LR를 시작하고, 편집을 시작! 자세한 내용은 https://github.com/rsjaffe/MIDI2LR/wiki를 참조하십시오."
"$$$/MIDI2LR/Preferences/cantload=기본 설정을로드 할 수 없습니다. 기본 설정을 사용."
"$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"
"$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"
"$$$/MIDI2LR/Options/dlgtitle=MIDI2LR 옵션을 설정합니다"
"$$$/MIDI2LR/Options/pastesel=붙여 넣기 선택"
"$$$/MIDI2LR/Preferences/cantload=기본 설정을로드 할 수 없습니다. 기본 설정을 사용."
"$$$/MIDI2LR/Shortcuts/Key=키"



12 changes: 5 additions & 7 deletions Source/LRPlugin/MIDI2LR.lrplugin/TranslatedStrings_nl.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
"$$$/MIDI2LR/Options/pastesel=Geselecteerde instellingen plakken"
"$$$/MIDI2LR/Options/dlgtitle=Stel de MIDI2LR opties in"
"$$$/MIDI2LR/About/about=Hoe gebruik je; Sluit een MIDI controller aan, start MIDI2LR, en begin met bewerken! Zie https://github.com/rsjaffe/MIDI2LR/wiki voor meer gegevens."
"$$$/MIDI2LR/Limits/Limits=Limieten"
"$$$/MIDI2LR/About/about=Hoe gebruik je; Sluit een MIDI controller aan, start MIDI2LR, en begin met bewerken! Zie https://github.com/rsjaffe/MIDI2LR/wiki voor meer gegevens."
"$$$/MIDI2LR/Preferences/cantload=Het is niet mogelijk om de voorkeursinstellingen te laden. De standaard instellingen wordt gebruikt."
"$$$/MIDI2LR/Options/RevealAdjustedControls=Reveal adjusted controls"
"$$$/MIDI2LR/Options/TrackingDelay=Tracking Delay"
"$$$/MIDI2LR/Options/dlgtitle=Stel de MIDI2LR opties in"
"$$$/MIDI2LR/Options/pastesel=Geselecteerde instellingen plakken"
"$$$/MIDI2LR/Preferences/cantload=Het is niet mogelijk om de voorkeursinstellingen te laden. De standaard instellingen wordt gebruikt."
"$$$/MIDI2LR/Shortcuts/Key=Toets"



Loading

0 comments on commit 5a43a4f

Please sign in to comment.