Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
27 crawler(s) on-line.
 151 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 _ThEcRoW:  5 mins ago
 NutsAboutAmiga:  9 mins ago
 OlafS25:  19 mins ago
 Gunnar:  26 mins ago
 Kremlar:  40 mins ago
 Rob:  44 mins ago
 dirkzwager:  1 hr 7 mins ago
 clint:  1 hr 13 mins ago
 vox:  1 hr 19 mins ago
 pixie:  1 hr 31 mins ago

/  Forum Index
   /  Amiga OS4 Software
      /  Let's make TuneNet plugins!
Register To Post

Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 )
PosterThread
spotUP 
Re: Let's make TuneNet plugins!
Posted on 12-Sep-2010 10:55:36
#561 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

Update 86:
* Removed resources for the Konami GX sound player as the music it supports are supported in the M1 player anyway, and it would require heavy modification to make it work on ppc CPU's.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 12-Sep-2010 12:09:52
#562 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

Update 87:
* Added resources for VGMPlay.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 13-Sep-2010 6:35:25
#563 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

great news!
the libificated version of uade is in a working state now!
it has a simple frontend called uadesimple.
sources:
git clone git://zakalwe.fi/uade
how to configure:
./configure --user --only-libuade

under ubuntu it works great.
when building it for amigaos4 i got a bunch of errors though.

../../unixsupport.c: In function 'uade_portable_initializations':
../../unixsupport.c:243: error: storage size of 'act' isn't known
../../unixsupport.c:249: warning: implicit declaration of function 'sigaction'
../../unixsupport.c:243: warning: unused variable 'act'
../../unixsupport.c: In function 'uade_arch_spawn':
../../unixsupport.c:268: warning: implicit declaration of function 'socketpair'
../../unixsupport.c:273: warning: implicit declaration of function 'fork'
../../unixsupport.c:284: warning: implicit declaration of function 'sysconf'
../../unixsupport.c:284: error: '_SC_OPEN_MAX' undeclared (first use in this function)
../../unixsupport.c:284: error: (Each undeclared identifier is reported only once
../../unixsupport.c:284: error: for each function it appears in.)
../../unixsupport.c:299: warning: implicit declaration of function 'execlp'
../../unixsupport.c:299: warning: incompatible implicit declaration of built-in function 'execlp'

i am in talks with the author, but in worst case, i guess an amigasupport.c would need to be written.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 13-Sep-2010 18:35:32
#564 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

only these suckers left now:

../../unixsupport.c:268: warning: implicit declaration of function 'socketpair'
../../unixsupport.c:273: warning: implicit declaration of function 'fork'
../../unixsupport.c:284: warning: implicit declaration of function 'sysconf'

when linking.

about the fork, this is what shd (the uade coder) said about it;

nothing really: just spawn a new process. what i do is create a child process which executes uadecore. it's not actually a fork. fork is only required to create a new process. but the intended effect is to execute uadecore.

this is the source:
http://www.pastebin.org/pastebin.php?dl=862163

does anyone know how to adapt it for aos4?

Last edited by spotUP on 13-Sep-2010 at 06:39 PM.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
Chris_Y 
Re: Let's make TuneNet plugins!
Posted on 14-Sep-2010 17:15:03
#565 ]
Elite Member
Joined: 21-Jun-2003
Posts: 3203
From: Beds, UK

@spotUP

Replace fork() with vfork()?

Also, to update the thread, I have a working XMP 3.2.0 plugin with the startup bug fixed, but there seems to be another crash which is reasonably frequent so I'm going to fix that before release.

No timescales, I'm not sure what I'm doing with my time but I don't seem to have much available at the moment.

_________________
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar is Tabitha by Eric W Schwartz

 Status: Offline
Profile     Report this post  
Chris_Y 
Re: Let's make TuneNet plugins!
Posted on 18-Sep-2010 9:22:14
#566 ]
Elite Member
Joined: 21-Jun-2003
Posts: 3203
From: Beds, UK

XMP 3.2.0 plugin

AmiUpdate should update any existing installations.

_________________
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar is Tabitha by Eric W Schwartz

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 19-Sep-2010 10:58:38
#567 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@Chris_Y

Thanx!! :D

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 19-Sep-2010 11:32:28
#568 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

The XMP plugin update brought us support for 22 new formats!

CHN Fast/Taketracker
WOW Mod's Grave
HRT Hornet Packer
PxxThe Player
PM Power Music
PP ProPacker
PROM Promizer
SKYT SKYT Packer
STP StarTrekker Packer
TIT Titanics Player
MODL Protracker 3.59
CD61 Octalyser (Atari)
CD81 Octalyser (Atari)
FA04 Digital Tracker (Atari)
FA06 Digital Tracker (Atari)
FA08 Digital Tracker (Atari)
COCO Coconizer (Acorn)
POLLY Polly Tracker (C64)
GAL5 Galaxy Music System 5.0
GAL4 Galaxy Music System 4.0
MFP Magnetic Fields Packer
NTP Novotrade Packer

Last edited by spotUP on 19-Sep-2010 at 11:47 AM.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
Chris_Y 
Re: Let's make TuneNet plugins!
Posted on 19-Sep-2010 12:39:16
#569 ]
Elite Member
Joined: 21-Jun-2003
Posts: 3203
From: Beds, UK

@spotUP

Your XMP plugin links in the second post point to Fredrik's old version, rather than my new one.

_________________
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar is Tabitha by Eric W Schwartz

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 19-Sep-2010 16:04:02
#570 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@Chris_Y

oh.. haha ouch, i'll fix that.
edit: fixed.

chris, how about another plugin from you while you're on the roll? =)

Last edited by spotUP on 19-Sep-2010 at 04:31 PM.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 12-Oct-2010 22:59:39
#571 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

The latest progress on the uade port can be read here:
http://utilitybase.com/forum/index.php?action=vthread&forum=2&topic=2135#msg17586

No takers on the sidplay2 plugin or vgmstream plugin?
Both are ported and waiting to be turned into plugins on os4depot!
See post #1 in this thread for more info!

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 20-Oct-2010 20:09:26
#572 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

salass00, what's the status of the m1 plugin?
maybe i can help with testing? what is the problem with it?
i have all mame roms to test with.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 26-Oct-2010 20:16:47
#573 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@salass00

I just found this update from 2010 on the saasound homepage, maybe this is why the plugin doesn't work!?!
"Important: Don't update to the latest SAAsound.dll! The version 3.0.1.0 it is corrupted!"

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 26-Oct-2010 20:32:33
#574 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP


Update 89:
*Added the Mac sources of M1, maybe they can be of help.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 17-Dec-2010 0:37:25
#575 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

Update 90:
*Not that anybody cares anymore.. but.. anyway.. :)
Added a link to the AmigaOS4 commandline player for Klystrack.

Check post #1 for more info...

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
Fairdinkem 
Re: Let's make TuneNet plugins!
Posted on 17-Dec-2010 5:10:23
#576 ]
Cult Member
Joined: 23-Feb-2010
Posts: 517
From: Victoria, Australia

@spotUP

I care

_________________
Amiga A1200T - TF1260 - R9200 - Indivision AGA MK3
Amiga A500 - PiStorm EMU68
Pegasos 2 G4 - AmigaOS 4.1 FE / MorphOS 3.16

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 20-Dec-2010 2:53:11
#577 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@Fairdinkem
good! ;)

@all
Update 91: libOrganya (Cave Story Music) ported to AmigaOS4!

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 20-Dec-2010 16:38:08
#578 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

Update 92: Added resources for ZXTune, lots of spectrum formats!

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 28-Dec-2010 4:04:02
#579 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

this thread has been moved/continued to/on amigans.net in hope to attract more developers!
http://www.amigans.net/index.php?function=viewcomments&threadid=43

Last edited by spotUP on 28-Dec-2010 at 04:04 AM.

_________________
AOS4 Betatester, Peg2, G4@1ghz, Radeon 9250 256mb, 1gb RAM.

http://www.asciiarena.com
http://www.uprough.net

 Status: Offline
Profile     Report this post  
Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle