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
12 crawler(s) on-line.
 94 guest(s) on-line.
 3 member(s) on-line.


 matthey,  Allanon,  1Mouse

You are an anonymous user.
Register Now!
 1Mouse:  1 min ago
 matthey:  2 mins ago
 Allanon:  4 mins ago
 Rob:  11 mins ago
 VooDoo:  24 mins ago
 Mr_Capehill:  29 mins ago
 outlawal2:  55 mins ago
 kiFla:  1 hr 42 mins ago
 kriz:  1 hr 44 mins ago
 pixie:  2 hrs 5 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 Next Page )
PosterThread
salass00 
Re: Let's make TuneNet plugins!
Posted on 4-Apr-2009 11:40:50
#461 ]
Elite Member
Joined: 31-Oct-2003
Posts: 2707
From: Finland

@spotUP

As it turns out Xbox ADPCM is almost identical to DVI/IMA ADPCM (only a couple of minor differences in the "fmt " chunk), which is already supported, so I won't have to add much code in the RIFF-WAVE plugin to add Xbox ADPCM support.

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 4-Apr-2009 15:18:01
#462 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@salass00

what extensions does it take as xbox adpcm? wav?

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

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

 Status: Offline
Profile     Report this post  
salass00 
Re: Let's make TuneNet plugins!
Posted on 5-Apr-2009 10:32:41
#463 ]
Elite Member
Joined: 31-Oct-2003
Posts: 2707
From: Finland

@spotUP

Are you referring to wave.datatype? If so it checks for "RIFF" and "WAVE" at offsets 0 and 8 and then checks that the FormatTag is 0x0069 and BitsPerSample is 4.

TBH I'm rather confused why this format has been created at all since it's an exact copy of Intel/IMA/DVI ADPCM.

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 7-Apr-2009 4:36:46
#464 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@salass00

yupp, i was thinking plugin in my head and mixed them up sorry.

Now, about something else, USF and that 64th Note plugin:

Quote:
Yeah, Moogly got some of them to run (slowly) in his MESS driver but in general they're rather PJ64-specific. And PJ64 is very very Windows-oriented.

Maybe you could use some stuff from that MESS driver?

http://moogle-tech.com/blog/?tag=mess (info)
http://mess.toseciso.org/mess:drivers:n64:n64 (info)
http://mess.toseciso.org/_media/downloads:sdlmess0130.zip (source)

_________________
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 7-Apr-2009 18:49:48
#465 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

News: the RIFF/Wave plugin now supports XBOX ADPCM!

_________________
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 8-Apr-2009 12:58:05
#466 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@salass00

Salass00 i have tried to do some more research on USF, and have spent a lot of time trying to get in contact with the guy that ported it to beos, no luck yet.
I brought up our little project here:
http://www.bannister.org/forums/ubbthreads.php?ubb=showflat&Number=45627&gonew=1#UNREAD

... and got some funny reactions. :) hopefully something good will come out of it in the end.

Last edited by spotUP on 08-Apr-2009 at 12:58 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  
Varthall 
Re: Let's make TuneNet plugins!
Posted on 8-Apr-2009 13:08:00
#467 ]
Super Member
Joined: 17-Feb-2004
Posts: 1559
From: Up Rough

@spotUP

I love to read people's reactions outside the OS4 world :) Btw first time I hear about libwin32, looks like a very useful library, I hope I'll remember it when/if I'll find any windows-only function call in the future.

Varthall

_________________
AmigaOne XE - AmigaOS 4.1 - Freescale 7457 1GHz - 1GB ram

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 8-Apr-2009 19:06:06
#468 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@Varthall

yea. i have used it a couple of times. it's written by mr mega sallass00.

_________________
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 15-Apr-2009 17:19:52
#469 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

Update 67:
* Added resources for Recomposer files (*.RCP, *.R36, *.G18, *.G36) through TiMidity++
Recomposer is a Japanese MIDI format.

_________________
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 22-Apr-2009 2:25:34
#470 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

Update 68:
* Added resources for Cave Story (Organya) .org music!!!

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

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

 Status: Offline
Profile     Report this post  
salass00 
Re: Let's make TuneNet plugins!
Posted on 22-Apr-2009 14:13:06
#471 ]
Elite Member
Joined: 31-Oct-2003
Posts: 2707
From: Finland

@spotUP

Quote:

Sonic Arranger (Classic Amiga Chip Tracker)
I just found out that there's a replayer in the archive, written in C.
http://old.exotica.org.uk/editors/archive/Sonic_Arranger_v2.16.lha


Actually there's no replayer source code at all in the archive. The actual replayer is only included as a precompiled 68k binary file (RamboLoader.pc). The only C code in the archive is a small example program that makes use of this file.

Quote:

ORGestrate v0.3.0 an opensource library/player.
I haven't heard this one, so i don't know how accurate it is.
Download: Source
Example music is included in the archive.


This requires FMOD Ex.

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 22-Apr-2009 17:26:11
#472 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@salass00

aww... ok, too bad about the sonic arranger player.

_________________
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 22-Apr-2009 17:40:02
#473 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

Update 69:
* Removed Sonic Arranger resources
* Added resource for Piston Collage (ptcop/pttune) music!!! \o/

Piston Collage is the successor of Organya, Pixels music format used in Cave Story,
Piston Collage is a lot more popular than Organya, i was very happy when i found these sources, i hope these are the sources of the dll. All other plugins i have found needs a precompiled pxtone.dll, but, to me this actually looks like the real deal. Yes, i am excited! :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 22-Apr-2009 18:35:19
#474 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad


from the in_pxtone source...

// pxtone.dll‚̦֐”
typedef BOOL (WINAPI *LPPX_READY)(HWND, long, long, long, float, BOOL, PXTONEPLAY_CALLBACK);
typedef BOOL (WINAPI *LPPX_RESET)(HWND, long, long, long, float, BOOL, PXTONEPLAY_CALLBACK);
typedef void (WINAPI **LPPX_GETDIRECTSOUND)(void);
typedef const char* (WINAPI *LPPX_GETLASTERROR)(void); ....etc etc etc....

this means it needs the precompiled dll right? :/

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

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

 Status: Offline
Profile     Report this post  
salass00 
Re: Let's make TuneNet plugins!
Posted on 22-Apr-2009 21:25:52
#475 ]
Elite Member
Joined: 31-Oct-2003
Posts: 2707
From: Finland

@spotUP

Quote:

this means it needs the precompiled dll right? :/


That it does .

Those are function pointers that are initialised to point to dll code. The code that does this is in the init() function in "in_pxtone.c".

 Status: Offline
Profile     Report this post  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 26-Apr-2009 18:27:46
#476 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@salass00

oh well... that sucks.. but life goes on... :)

Update 70:
* Removed Piston Collage
* Added resources for Sunvox Synthesizer
* Added resources for PMD - music from a japanese handheld called P/ECE. Not the same as FMPMD.

Last edited by spotUP on 26-Apr-2009 at 08:21 PM.
Last edited by spotUP on 26-Apr-2009 at 07:21 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 27-Apr-2009 0:21:32
#477 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

The Great TuneNet Plugin Competition!

Why:
A while ago i received a great donation from the Polish Amiga community. Thanx!
At the time i had serious money trouble, so I thought I'd need every single cent to make it through the month, but in the end an angel saved me. Thanx dad! ;)

I've been thinking of a good way to spend some of this money and at the same time give something back to those who donated.

What:
Make a plugin for TuneNet for any of these formats.

A SID plugin based on libSID2 + resid. ***
Konami GX sound player plugin.
Wonderswan plugin based on In_WSR.
A mod plugin based on XMP.
A plugin for playing SAM Coupe music based on SAAEmu and libSAASound.

*** If you add the distortion patches + STIL database support i'll add another 5 euro to the award.

Rules:

* Mail your plugin to spotup at gmail dot com. Include exe and source.
* The winner is the first one that mails a plugin. I will reward the first 3 though.
* The plugin+source will be published on os4depot after the competition.
* One coder may submit more than one plugin.

Resources:
Links to the sources and lots of info can be found in this thread:
http://amigaworld.net/modules/newbb/viewtopic.php?topic_id=24407&forum=32
Post #1 contains all the info and links, but some valuable info might be hidden deep in the thread.

Deadline:
The competition goes on until I have received 3 plugins.

Prices:
The prices ain't huge, but i am not rich, and some prices are better than none right? :D

1. 15 euro.
2. 10 euro.
3. 10 euro.

The prices will be sent via PayPal only. So make sure you have an account.

Good Luck!

/Spot

Last edited by spotUP on 27-Apr-2009 at 12:24 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  
spotUP 
Re: Let's make TuneNet plugins!
Posted on 2-May-2009 22:07:33
#478 ]
Elite Member
Joined: 19-Aug-2003
Posts: 2896
From: Up Rough Demo Squad

@spotUP

MAUD datatype released for OS4.
This means tunenet can play MAUD audio files via the datatypes plugin.
This was possible before, but we didn't have a native MAUD plugin.

Supported compressions:

- PCM (1-bit and upwards)
- A-Law/u-Law (16->8)

Changes:

52.1 (2-May-2009)
- First released version

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

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

 Status: Offline
Profile     Report this post  
Arnie 
Re: Let's make TuneNet plugins!
Posted on 3-May-2009 10:01:29
#479 ]
Cult Member
Joined: 19-Jun-2004
Posts: 824
From: Swindon, UK, Earth somewhere in the galaxy

Can someone point me to a reliable MED plugin, I have tried the Mikmod one and the .bin file grim reapers on loading a MED module.

Thanks in advance

 Status: Offline
Profile     Report this post  
salass00 
Re: Let's make TuneNet plugins!
Posted on 4-May-2009 10:49:40
#480 ]
Elite Member
Joined: 31-Oct-2003
Posts: 2707
From: Finland

@spotUP

Quote:

PMD Plays music from the japanese P/ECE handheld. Not the same as FMPMD.
Download source:
http://www.autch.net//online/files/auPiECE_kpi-source-1.11.zip
Download music here:
http://sound.jp/chemool/piecelib.html
http://www.autch.net//online/files/ff_pmds.zip


I've just written a small commandline player using this code which seems to be working OK.

Last edited by salass00 on 04-May-2009 at 10:50 AM.

 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 Next Page )

[ 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