Skip to content

Commit

Permalink
Updated for Traktor Pro 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kokernutz committed Feb 21, 2019
1 parent 15714ae commit 74c1789
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/CSI/S8/Channel.qml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Module
// level meter
LEDLevelMeter { name: "meter"; dBThresholds: [-30,-20,-10,-6,-4,-2,0,2,4,6,8] }
Wire { from: surface_prefix + "levelmeter"; to: "meter" }
Wire { from: "meter.level"; to: DirectPropertyAdapter { path: app_prefix + "level.prefader.linear.sum"; input: false } }
Wire { from: "meter.level"; to: DirectPropertyAdapter { path: app_prefix + "level.prefader.linear.sum" } }

// xfader assign
Wire { from: surface_prefix + "xfader_assign.left"; to: DirectPropertyAdapter { path: app_prefix + "xfader_assign.left" } }
Expand Down
Binary file modified qml/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/Qt/labs/settings/libqmlsettingsplugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtGraphicalEffects/libqtgraphicaleffectsplugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtGraphicalEffects/private/libqtgraphicaleffectsprivate.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtQuick.2/libqtquick2plugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtQuick/Controls/Styles/Flat/libqtquickextrasflatplugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtQuick/Controls/libqtquickcontrolsplugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtQuick/Dialogs/Private/libdialogsprivateplugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtQuick/Dialogs/libdialogplugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtQuick/Layouts/libqquicklayoutsplugin.dylib
100755 → 100644
Binary file not shown.
Binary file modified qml/QtQuick/Window.2/libwindowplugin.dylib
100755 → 100644
Binary file not shown.

0 comments on commit 74c1789

Please sign in to comment.