Forums

[Script] Reaper 4

Digital Audio Workstation

Auteur Réponses
Ronin DUSETTE Dimanche 3 Février 2013 à 21:33
Ronin DUSETTE

Here it is. Fantastic program, btw. Be sure to check out their website.

[code language=playonlinux]

#!/bin/bash
# Date : (2013-03-01)
# Last revision : (2013-03-01)
# Distribution used to test : Kubuntu 12.04 LTS
# Author : DJYoshaBYD
# Licence : GPLv3
# PlayOnLinux: 4.1.9
   
   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
   
PREFIX="Reaper4"
WINEVERSION="1.4.1"
TITLE="Reaper 4"
EDITOR="Cockos Incorporated"
GAME_URL="http://www.reaper.fm"
AUTHOR="DJYoshaBYD"
   
#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 $TITLE install file. Do NOT run Reaper after install has finished.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
   
#Dependencies
   
# Configuration
Set_OS "winxp"
   
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
   
# Create Shortcuts
POL_Shortcut "Reaper.exe" "$TITLE"
   
POL_SetupWindow_message "$(eval_gettext 'NOTICE: For low-latency audio, look into WineASIO. An aftermarket, low-latency audio interface is recommended. Your MIDI controllers should work as expected.')" "$TITLE"
  
POL_SetupWindow_Close
exit 0

[/code]

Screenshots:



Setup images and icons:

http://djyoshabyd.quicktech209.com/repository/Resources/Icons/Reaper4/

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts
petch Dimanche 3 Février 2013 à 23:13
petch

Ronin DUSETTE Lundi 4 Février 2013 à 16:47
Ronin DUSETTE

Sweeeeeeeet.

Please:
Post debug logs & full computer specs in first post
No private messages for general help, use the forums
Read the wiki, Report broken scripts

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com