Super Mario World with HD Restored OST
Zeldix :: MSU-1 Hacking :: MSU-1 Development :: Requests
Page 1 of 1
Super Mario World with HD Restored OST
hi there, was wondering if anyone could create a pcm pack for super mario world, with the restored HD soundtrack by Aqua MIDI, which sounds exactly like the game but HD:
https://www.youtube.com/playlist?list=PLDwpWCQ0nrMgM9LGW4N4sJ8bFmCqtqrnQ
Thanks.
https://www.youtube.com/playlist?list=PLDwpWCQ0nrMgM9LGW4N4sJ8bFmCqtqrnQ
Thanks.
grandosegood- Hardhat Beetle
- Since : 2023-07-22
Re: Super Mario World with HD Restored OST
Would you like to? I have some good tutorials on how to do it
https://www.zeldix.net/t2687-creating-a-pcm-track-for-msu-1
One thing to consider though is we can not get the bongos for having Yoshi with msu-1 (this is true with all our music sets for mario world).
https://www.zeldix.net/t2687-creating-a-pcm-track-for-msu-1
One thing to consider though is we can not get the bongos for having Yoshi with msu-1 (this is true with all our music sets for mario world).
JUD6MENT- Since : 2018-04-19
Re: Super Mario World with HD Restored OST
JUD6MENT wrote:Would you like to? I have some good tutorials on how to do it
https://www.zeldix.net/t2687-creating-a-pcm-track-for-msu-1
One thing to consider though is we can not get the bongos for having Yoshi with msu-1 (this is true with all our music sets for mario world).
amazing, many years later, i always thought the bongos were part of the song itself, never knew it was tied to being on/off yoshi. still, i could live without them in exchange for HD music, so i'll give it a try
grandosegood- Hardhat Beetle
- Since : 2023-07-22
Re: Super Mario World with HD Restored OST
JUD6MENT wrote:
One thing to consider though is we can not get the bongos for having Yoshi with msu-1 (this is true with all our music sets for mario world).
I truly feel like it could be possible, but in all likelihood it's just more effort than any sane person would put in.
It could involve a rewrite of the MSU-1 standard to allow for seeking to a specific sample number in a track, for instance.
Re: Super Mario World with HD Restored OST
is there a track list for a super mario world, and something that distinguishes what music doesn't need to loop? i have all the tracks in their own separate audacity projects and am ready to begin the process
grandosegood- Hardhat Beetle
- Since : 2023-07-22
Re: Super Mario World with HD Restored OST
Bongos aren't possible with only one MSU channel I assume. When on/off yoshi the channel needs to continue exactly at the same time the prior stopped. This would be only possible with 2 channels where one is switched to mute while played parallel I think.
A second/third MSU channel would also give the possibility to pcm the sfx, but we just don't have it while SNES has 4 Apu channels and possibly could play 4 different sounds at same time (SPC, sfx). This is at least how it works with Yoshi drums (SPC 1 normal, SPC 2 drums, sfx 3 own, sfx 4 enemy sound effects).
Edit: even if you keep track of the position of PCM, which is possible I think, and simply load the second, the switch must happen in real time. Latest when it comes to sd2snes, you're out because of loading delay
A second/third MSU channel would also give the possibility to pcm the sfx, but we just don't have it while SNES has 4 Apu channels and possibly could play 4 different sounds at same time (SPC, sfx). This is at least how it works with Yoshi drums (SPC 1 normal, SPC 2 drums, sfx 3 own, sfx 4 enemy sound effects).
Edit: even if you keep track of the position of PCM, which is possible I think, and simply load the second, the switch must happen in real time. Latest when it comes to sd2snes, you're out because of loading delay
Conn- Since : 2013-06-30
Re: Super Mario World with HD Restored OST
so, i'm looking through the tutorial, but i notice this patch lists 41 pcm files in the read me, yet the pcm packs themselves only contain 39 files. am i missing something? lastly, the AQUA MIDI ending theme is a medley, so i'm assuming i have to split it up for the ending sections? Thanks.
edit: it looks like the PCM packs skip one of the keyhole sound effects and bowser fight 1, any particular reason?
edit: it looks like the PCM packs skip one of the keyhole sound effects and bowser fight 1, any particular reason?
grandosegood- Hardhat Beetle
- Since : 2023-07-22
Re: Super Mario World with HD Restored OST
Cubear wrote:JUD6MENT wrote:
One thing to consider though is we can not get the bongos for having Yoshi with msu-1 (this is true with all our music sets for mario world).
I truly feel like it could be possible, but in all likelihood it's just more effort than any sane person would put in.
It could involve a rewrite of the MSU-1 standard to allow for seeking to a specific sample number in a track, for instance.
I remember Cubear and I talked about it once and it would take a talented coder and PCM artist to make it work, which combining Cubear and I talents together I do think we could pull it off. There is a few issues though we would run into if we did.
1) It would be a crazy amount of work and time for at least two people.
2) The PCM set would not be customizable in the slightest. It would require 2 exactly identical tracks but one having yoshi drums and one not having one. It can be done, but the only available option would be whatever single track the PCM artist crazy enough to attempt it chooses.
3) It could be a never ending project of bug fixing. Honestly, I feel like some of our MSU-1 games like Mario RPG and Yoshi Island are already this way without doing anything fancy.
4) Conn brought up some good points, maybe it wouldn't be possible, or even if we could, I do not know if we could do a smooth transition in the end. Definitely wouldn't for sd2snes.
5) The amount of time it would take to accomplish the goal would be enough that we could do several other projects instead if we chose not to. I think this is the real reason we will never attempt it. There is plenty of other projects I would rather do like Mesen HD games or maybe even a Mario All Stars Deluxe that sound way more flattering than this project to me. However, if Cubear ever wanted to and asked for my support I would totally do it as a way for me to return the favor as she has helped me on a few desired projects that I asked for.
Honestly, it just seems so much work for something so small.
JUD6MENT- Since : 2018-04-19
Re: Super Mario World with HD Restored OST
Yes, little gain for too much effort. If we only had a second MSU channel. But even if this was codeable I would not think it will ever run on real hardware (sd2snes) anyways (too slow, probably a fpga limit or alike).
Cubear was talking with me via discord about a possible gbc solution. seeing ladx color dungeon/oracle would be novel and so much more fun and amazingness for probably same effort
Cubear was talking with me via discord about a possible gbc solution. seeing ladx color dungeon/oracle would be novel and so much more fun and amazingness for probably same effort
Conn- Since : 2013-06-30
Re: Super Mario World with HD Restored OST
I also did manage to mute all in-game music aside from the in-game bongo channel, but then there'd be the matter of keeping the in game music and PCM perfectly in sync between emulator/sd2snes while playing SPC/MSU1 at the same time...
there's some tall orders when it comes to feasibility of yoshi bongos.. doing it for emulator only would be "difficult" doing it for real console might be "hellish" lol
there's some tall orders when it comes to feasibility of yoshi bongos.. doing it for emulator only would be "difficult" doing it for real console might be "hellish" lol
Re: Super Mario World with HD Restored OST
Maybe ask qwertymodo... as for the video it is possible to split and resume at a different location. This should also be possible for pcm. So when getting onto yoshi, read the current time, load the alternative pcm (1:1, but with bongo) and resume from that time. Maybe it is possible but I know too little. If it is seamingless, what I doubt, it will never work on sd2snes without a transition break.
Conn- Since : 2013-06-30
Re: Super Mario World with HD Restored OST
i think you cannot seek in a track aside from automated (resume) and the seek function is just for data from the .msu file..
a funny emulator only way might be splitting the songs into 255 chunks each, then using a playlist style system to call each chunk after the prior one has ended
so overworld would be, for example #$0100-$01FF, played in order, and hopping on yoshi would change it to #$5100-51FF ... if that makes any sense. definitely not anything that would work on a real console though.
a funny emulator only way might be splitting the songs into 255 chunks each, then using a playlist style system to call each chunk after the prior one has ended
so overworld would be, for example #$0100-$01FF, played in order, and hopping on yoshi would change it to #$5100-51FF ... if that makes any sense. definitely not anything that would work on a real console though.
Re: Super Mario World with HD Restored OST
What do you think about this idea, cubear? I traced a bit and found this:
yoshi drums on:
$7E1DFA: #$02
drums off:
$7E1DFA: #$03
in apu:
0BCC E5 86 03 MOV A,!$0386
0BCF D0 0B BNE $0BDC
0BDC B2 1D CLR1 $1D.5
So my idea would be to just let the drums of the spc run by writing in some msu code into apu (2 lines are free at $1340, apu, maybe more at other places)... do you think this is possible?
Drums don't have to be synced imho
yoshi drums on:
$7E1DFA: #$02
drums off:
$7E1DFA: #$03
in apu:
0BCC E5 86 03 MOV A,!$0386
0BCF D0 0B BNE $0BDC
0BDC B2 1D CLR1 $1D.5
So my idea would be to just let the drums of the spc run by writing in some msu code into apu (2 lines are free at $1340, apu, maybe more at other places)... do you think this is possible?
Drums don't have to be synced imho
Conn- Since : 2013-06-30
Re: Super Mario World with HD Restored OST
ive done something like that but i do think drums need to be synced lol.
this was done via editing channel mutes on SPC700 side
you can hear a little amount of song coming through on SPC channel 6 (bongos + some instruments) so it's not perfect, maybe with a bit more polish and the right PCM set it would be fine.
this was done via editing channel mutes on SPC700 side
you can hear a little amount of song coming through on SPC channel 6 (bongos + some instruments) so it's not perfect, maybe with a bit more polish and the right PCM set it would be fine.
Re: Super Mario World with HD Restored OST
Hey all, I wanted to thank you for all your help.
I've edited the p-switch pcm so it has the actual p-switch sound effect and the "time is running out" sound effect towards the end.
This is the AquadMIDI set that was provided by Freeloader86 and created by AQUA MIDI, but i fixed a few tracks and made the above changes to the P-switch music.
Please see attached, thanks!
https://file.io/ELVZxSdismwk
I've edited the p-switch pcm so it has the actual p-switch sound effect and the "time is running out" sound effect towards the end.
This is the AquadMIDI set that was provided by Freeloader86 and created by AQUA MIDI, but i fixed a few tracks and made the above changes to the P-switch music.
Please see attached, thanks!
https://file.io/ELVZxSdismwk
grandosegood- Hardhat Beetle
- Since : 2023-07-22
Re: Super Mario World with HD Restored OST
qwerty confirmed that a seek isn't possible for tracks, so the best option is to filter out the drums and muting the rest. I tried on a bit more effort, and here's my preassumption:
The drums+spc is a complete different spc than without drums, and not just additional sfx added.
I tested this by manipulating Aram using:
0bda 2f -> 6f
when hopping on yoshi, spc + drums play
if off yoshi, muted.
That means I most certainly have to confirm cubears finding that there's no other way than muting all different tones than drums for each yoshi spc.
The drums+spc is a complete different spc than without drums, and not just additional sfx added.
I tested this by manipulating Aram using:
0bda 2f -> 6f
when hopping on yoshi, spc + drums play
if off yoshi, muted.
That means I most certainly have to confirm cubears finding that there's no other way than muting all different tones than drums for each yoshi spc.
Conn- Since : 2013-06-30
Re: Super Mario World with HD Restored OST
Conn, the bongo drums track is channel 5 in APU. it is muted unless riding on yoshi.
which channels play music is in APU ram $1D.
when yoshi is ridden, $1D has bit 5 cleared by APU, which enables the yoshi bongos. if you ONLY clear bit5, all others 1, then only yoshi bongos are heard. (plus some slight other things.)
which channels play music is in APU ram $1D.
when yoshi is ridden, $1D has bit 5 cleared by APU, which enables the yoshi bongos. if you ONLY clear bit5, all others 1, then only yoshi bongos are heard. (plus some slight other things.)
Last edited by Cubear on Mon 11 Mar 2024 - 13:23; edited 1 time in total (Reason for editing : correcting error)
Re: Super Mario World with HD Restored OST
With a lot of help and motivation from cubear here's the best of bongo I can come up. Apply on smw USA and play either without pcm (to test the drums) or with a pcm set from the vanilla mario:
https://www.zeldix.net/t1436-super-mario-world
Dunno whether + and plus ultra will follow, it's more like a fun in retirement for me.
https://www.zeldix.net/t1436-super-mario-world
Dunno whether + and plus ultra will follow, it's more like a fun in retirement for me.
- Attachments
Conn- Since : 2013-06-30
Similar topics
» PCM request: Super Mario World Restored
» Will anyone be working on an MSU-1 set using the Super Mario World Restored Project
» PCM request: Super Mario World 2 - Yoshi's Island Restored
» Super Mario World
» Super Mario World MSU+
» Will anyone be working on an MSU-1 set using the Super Mario World Restored Project
» PCM request: Super Mario World 2 - Yoshi's Island Restored
» Super Mario World
» Super Mario World MSU+
Zeldix :: MSU-1 Hacking :: MSU-1 Development :: Requests
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum