The forum

[script] Traktor Pro 3

Traktor Pro 3 support

Author Replies
villarleg Saturday 18 January 2020 at 22:58
villarlegAnonymous


Wine version: 3.20
Distribution: Ubuntu
Distribution Version: 18.04 (64 bit)
Comments: This is an update of Traktor Pro 2 script to give Traktor Pro 3 support.

 


#!/bin/bash
# Date : (2013-03-01)
# Last revision : (2020-01-18)
# Distribution used to test : Ubuntu 18.04 (64-bit)
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.12

# CHANGELOG
# [Villarleg] (2020-01-18)
#   Wine and windows version updated, Arch 64bit (Support Traktor Pro 3).
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
PREFIX="TraktorPro3"
WINEVERSION="3.20"
TITLE="Traktor Pro 3"
EDITOR="Native Instruments"
GAME_URL="http://www.native-instruments.com"
AUTHOR="RoninDusette"
 
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
 
POL_Debug_Init
 
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Configuration
Set_OS "win10"
Set_SoundDriver "alsa"
 
# Installation
POL_SetupWindow_message "$(eval_gettext 'During installation, please UNCHECK all drivers for the Native Instruments controllers or installation will fail.')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "Traktor.exe" "$TITLE"
 
POL_SetupWindow_message "$(eval_gettext 'ATTENTION: You need to DISABLE MULTI-CORE PROCESSOR SUPPORT in the Traktors settings for correct functioning or decks will get stuck.\n\n   After you run the program for the first time, a setup wizard will help you setup controller and sound card settings, after you finished the wizard, you need to click on the Gear Icon to open Traktor Preferences screen and uncheck Enable Multi-Core Processor Support in Audio Setup section.\n\nNOTICE: For low-latency audio, look into WineASIO.\n\nYour MIDI controllers should work as expected.')" "$TITLE"
 
POL_SetupWindow_Close
exit 0

 

Edited by villarleg

Dadu042 Sunday 19 January 2020 at 0:01
Dadu042

Hello, I think you can add it to the supported softwares, or can I do it ?

villarleg Sunday 19 January 2020 at 0:43
villarlegAnonymous

Sorry, im new here. If you can add it, it would be nice, thanks.

Dadu042 Sunday 19 January 2020 at 9:40
Dadu042

Script added here.

villarleg Sunday 19 January 2020 at 10:45
villarlegAnonymous

Nice, thanks.