Reborn software synth emulator

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

Reborn software synth emulator

#1 Post by Geoffrey »

Edit: Added the TechnoBox 2 mod to the pet.

I have had this floating around for a while, I can no longer find it on the net, the home page no longer exists, maybe someone will find it of use.

In the config menu set the browser to your PDF viewer, there is a comprehensive how to use it.



reborn-1.0-i386.pet
Attachments
ReBorn.png
(117.63 KiB) Downloaded 557 times
Last edited by Geoffrey on Thu 02 May 2019, 02:57, edited 2 times in total.
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#2 Post by fabrice_035 »

Hi,

Thanks to share this version.

Rebirth version by Propellerhead is more beautifull i think but the linux version works as well as Windows. I use it with Wine.

Left=Linux, Right = Wine(dows)
Image

Full picture :
https://i.imgur.com/l8a7YdU.png
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#3 Post by Geoffrey »

Yes I have rebirth running in wine also, it's a pity that the mods file aren't compatible with reborn to change the look, though the song rbs files work.

I found these reborn files http://www.ossh.com/reborn/
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#4 Post by Geoffrey »

I added the TechnoBox 2 mod that I found in those files from my previous post, looks a lot nicer

technoboxii_mod.tar.gz
Attachments
ReBorn-technobox-2.jpg
(192.17 KiB) Downloaded 486 times
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
Smithy
Posts: 1151
Joined: Mon 12 Dec 2011, 11:17

#5 Post by Smithy »

Hi Geoffrey, seems to crash with errors:

File /usr/local/bin/reborn has these missing library files:
libgtk-1.2.so.0 libgdk-1.2.so.0 libgmodule-1.2.so.0 libglib-1.2.so.0
File /usr/local/share/reborn/libgdk-1.2.so.0.9.1 has these missing library files:
libglib-1.2.so.0
File /usr/local/share/reborn/libgmodule-1.2.so.0.0.10 has these missing library files:
libglib-1.2.so.0
File /usr/local/share/reborn/libgtk-1.2.so.0.9.1 has these missing library files:
libgdk-1.2.so.0 libgmodule-1.2.so.0 libglib-1.2.so.0

Also cannot open audio devices dev/dsp when hitting play which crashes the whole gui of the app.

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#6 Post by Geoffrey »

Smithy wrote:Hi Geoffrey, seems to crash with errors:

File /usr/local/bin/reborn has these missing library files:
libgtk-1.2.so.0 libgdk-1.2.so.0 libgmodule-1.2.so.0 libglib-1.2.so.0
File /usr/local/share/reborn/libgdk-1.2.so.0.9.1 has these missing library files:
libglib-1.2.so.0
File /usr/local/share/reborn/libgmodule-1.2.so.0.0.10 has these missing library files:
libglib-1.2.so.0
File /usr/local/share/reborn/libgtk-1.2.so.0.9.1 has these missing library files:
libgdk-1.2.so.0 libgmodule-1.2.so.0 libglib-1.2.so.0

Also cannot open audio devices dev/dsp when hitting play which crashes the whole gui of the app.
I'm guessing your running it from cli with the reborn command, I have those libraries in "\usr\local\share\reborn" which are loaded by the script named Reborn

Code: Select all

#!/bin/bash
dirname="$(dirname "$(readlink -e "$0")")"
export LD_LIBRARY_PATH=/usr/local/share/reborn
"$dirname"/reborn"$@"
# 2> /dev/null
It should run fine from the menu or use "Reborn" in the terminal.
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
Smithy
Posts: 1151
Joined: Mon 12 Dec 2011, 11:17

#7 Post by Smithy »

No it's crashing. Cli was attempt to get it running.
You running it on newer pups? Bionic Stretch Artful etc?

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#8 Post by Geoffrey »

I have it running on Bionic32, Stretch and Lucid 5.2.8 without any problems.

I can try it on another pup if you tell which one you're using.
Attachments
rebornonLucid.jpg
(123.79 KiB) Downloaded 409 times
reborn on Bionic32.jpg
(130.01 KiB) Downloaded 422 times
Reborn on Stretch.jpg
(116.81 KiB) Downloaded 436 times
Last edited by Geoffrey on Thu 02 May 2019, 10:55, edited 1 time in total.
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

User avatar
Smithy
Posts: 1151
Joined: Mon 12 Dec 2011, 11:17

#9 Post by Smithy »

I had some audio applications running in the background that must have hogged the bus or something. Once I ran reborn on its own, it worked fine.
There's some stuff over at peff.com, songs and tips etc. Thanks Geoffrey.

User avatar
n01ze
Posts: 26
Joined: Thu 03 Oct 2019, 06:35
Contact:

#10 Post by n01ze »

Reborn is fully functional on Bionic.
very true for the original IMO...
used rebirth for ages on oldschools macs OS7-9
Thanks for this super nostalgic pet!

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#11 Post by fabrice_035 »

Hi,

Can you help me, I'm trying to make it work with Bionicpup64 ?

Code: Select all

root# reborn
reborn: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
Thanks
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#12 Post by bigpup »

I tried Reborn in Bionicpup64 8.0 that is fully updated. Have the 32bit compatibility sfs loaded.

Runs OK starting from menu->Multimedia->Reborn

I did search for libgtk-1.2.so.0
Found it in /usr/local/share/reborn directory
So, the pet must have installed it.

Maybe you got a bad download or install :idea:
Attachments
Screenshot.jpg
(18.31 KiB) Downloaded 90 times
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#13 Post by fabrice_035 »

Yes, finally it works, but

Code: Select all

root# Reborn 

ReBorn - Version V1.0 - June 2002 (Build 4540)
Copyright David J. Singer <doc@deadvirgins.org.uk>
http://www.deadvirgins.org.uk/reborn

Cannot open config! Creating a new one
open_audio_device(): Cannot open /dev/dsp
Any idea ?
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

User avatar
Keef
Posts: 987
Joined: Thu 20 Dec 2007, 22:12
Location: Staffordshire

#14 Post by Keef »

/dev/dsp is no longer present in Ubuntu (deprecated).
Try

Code: Select all

modprobe snd-pcm-oss
That worked for me.

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#15 Post by fabrice_035 »

Not for me :(

Code: Select all

root# modprobe snd-pcm-oss
root# reborn 
reborn: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
root# Reborn 

ReBorn - Version V1.0 - June 2002 (Build 4540)
Copyright David J. Singer <doc@deadvirgins.org.uk>
http://www.deadvirgins.org.uk/reborn

open_audio_device(): Cannot open /dev/dsp
root# 


[/code]
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#16 Post by bigpup »

There is a script used to run Reborn from the menu.
which are loaded by the script named Reborn
Stop trying to run it using a terminal.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#17 Post by fabrice_035 »

Perhaps.. not solve the problem

Code: Select all

root# export LD_LIBRARY_PATH=/usr/local/share/reborn
root# reborn 

ReBorn - Version V1.0 - June 2002 (Build 4540)
Copyright David J. Singer <doc@deadvirgins.org.uk>
http://www.deadvirgins.org.uk/reborn

open_audio_device(): Cannot open /dev/dsp
root# 

Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752

User avatar
Geoffrey
Posts: 2355
Joined: Sun 30 May 2010, 08:42
Location: Queensland

#18 Post by Geoffrey »

Works fine for me Bionic pup 64 version 8
Attachments
snapshot.jpg
(145.36 KiB) Downloaded 38 times
[b]Carolina:[/b] [url=http://smokey01.com/carolina/pages/recent-repo.html]Recent Repository Additions[/url]
[img]https://dl.dropboxusercontent.com/s/ahfade8q4def1lq/signbot.gif[/img]

Post Reply