ReBirth RB-338

Informations

Creator Message
syberia303 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 21227
Wine: System

Feedbacks

Description

French :

ReBirth émule deux synthétiseurs Roland TB-303, une Roland TR-808, et une Roland TR-909 dans un seul logiciel. Chaque instrument émulé possède son propre sélecteur de motifs, une caractéristique qui manquait aux instruments originaux. Ceci permet des changements rapides entre différentes séquences musicales, et re-programmer la TB-303 pour jouer des notes différentes, par exemple, n'est plus nécessaire. Cette caractéristique a été adoptée pour certains instruments de Reason. ReBirth propose également des mixers, un filtre (PCF) et quelques effets standards des synthétiseurs logiciels tels que delay, compresseur et distorsion. Le programme supporte également les modifications créées par les utilisateurs, qui peuvent remplacer les samples des boîtes à rythmes émulées et modifier l'interface utilisateur. Il y a quatre modifications incluses dans l'installation par défaut de ReBirth (bien que l'interface utilisateur par défaut de ReBirth semble compter pour une modification également).

Les potards et contrôles virtuels peuvent être assignés à leurs homologues physiques via MIDI, si bien que les potards, la molette de modulation, les faders et d'autres contrôles d'expression disponibles sur les claviers et les modules peuvent être utilisés pour modeler le son du logiciel.

(traduction syberia303 de l'article wikipedia cité ci-dessous)



English :

ReBirth emulates two Roland TB-303 synthesizers, a Roland TR-808, and a Roland TR-909 drum machine all at once. Each of the emulated devices has its own pattern selector, a feature the original devices are lacking. This allows fast switches between different musical sequences, and re-programming the TB-303 for playing different notes, for instance, is rendered unnecessary. This feature has been adopted in some of Reason's devices. ReBirth also features mixers, a pattern controlled filter (PCF) and some of the standard effects in software synthesizers like delay, compressor and distortion.
The program also supports user modifications, which may replace the samples in the drum machine emulations and modify the GUI.[4] There are four modifications included in the ReBirth installation by default (though the default ReBirth GUI seems to count as a modification as well).

The virtual knobs and controls can be assigned to physical counterparts via MIDI, so knobs, modulation wheels, faders and other performance controls available on keyboards and modules can be used to shape the software sound.

(Source : http://en.wikipedia.org/wiki/ReBirth_RB-338)

Screenshots

Source code

#!/bin/bash
# Date : (2011-01-21 19-48)
# Last revision : (2011-01-21 19-48)
# Wine version used : 1.3.5
# Distribution used to test : Debian Squeeze (Testing)
# Author : syberia303
 
 
#Vérifier que PlayOnLinux est bien exécuté avant
[ "$PLAYONLINUX" = "" ] && exit 0 
 
#Charger les librairies
source "$PLAYONLINUX/lib/sources"
 
TITLE="ReBirth RB-338"
PREFIX="ReBirth"
WORKING_WINE_VERSION="1.3.5"
 
if [ "$POL_LANG" == "fr" ]; then
LNG_WAIT_WARNING="ReBirth: un studio complet pour les amateurs de musique électronique"
LNG_WAIT_START="L'installation va commencer..."
LNG_INSTALL_RUN="Installation en cours..."
LNG_WAIT_END="Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du programme sera\nterminée sous peine de devoir recommencer l'installation."
LNG_WAIT_HF="Deux TB 303, une TR 808 et une TR 909, enjoy..." 
else
LNG_WAIT_WARNING="ReBirth: a complete studio for electronic music lovers"
LNG_WAIT_START="Installation is going to begin..." 
LNG_INSTALL_RUN="Installation in progress..."
LNG_WAIT_END="Click on \"Next\" ONLY when the software installation is finished\nor you will have to install again the game."
LNG_WAIT_HF="Two TB 303, a TR 808 and a TR 909, enjoy..."
fi
 
#Starting the script
#POL_GetSetupImages "<ADRESSE_IMAGE_TOP>" "<ADRESSE_IMAGE_LEFT>" "$TITLE"
#POL_SetupWindow_InitWithImages
POL_SetupWindow_Init
 
#Presentation
POL_SetupWindow_presentation "$TITLE" "Propellerhead Software" "http://www.rebirthmuseum.com/" "syberia303" "$PREFIX"
 
POL_SetupWindow_message "$LNG_WAIT_WARNING" "$TITLE"
 
POL_SetupWindow_message "$LNG_WAIT_START" "$TITLE"
 
select_prefix "$REPERTOIRE/wineprefix/$PREFIX"
 
#downloading specific Wine
POL_SetupWindow_install_wine "$WORKING_WINE_VERSION"
Use_WineVersion "$WORKING_WINE_VERSION"
 
#fetching PROGRAMFILES environmental variable
POL_LoadVar_PROGRAMFILES
 
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "Install Rebirth RB-338.exe"
POL_SetupWindow_wait_next_signal "$LNG_INSTALL_RUN" "$TITLE"
wine start /unix "$CDROM/Install Rebirth RB-338.exe"
POL_SetupWindow_detect_exit
POL_SetupWindow_message "$LNG_WAIT_END" "$TITLE"

 
POL_SetupWindow_auto_shortcut "$PREFIX" "rebirth.exe" "$TITLE"
Set_WineVersion_Assign "$WORKING_WINE_VERSION" "$TITLE"
 
POL_SetupWindow_message "$LNG_WAIT_HF" "$TITLE"
 
POL_SetupWindow_Close 
exit

Contributions

Filters:

Contribute
Member Message