-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vgm_ptch strip command does not strip individual channels #19
Comments
The channel stripping code is in chip_strp.c.
|
Thanks @ValleyBell, this is really helpful! Do you know if there is any documentation or code I could refer to in order to learn the instructions for the YM2612 chip? |
You could look at the YM2612 manual, which should be decent enough to get an idea of how the chip works in general. |
solved by #20 |
Hi, first of all, thanks for these tools! I thought I found the holy grail when I saw that
vgm_ptch
has a strip command to filter out specific chips and channels. However, when I tried to use it, it will filter out the entire chip, but not individual channels. The.vgm
files I am using are for the Genesis, so they haveSN76496
andYM2612
data.Is channel stripping implemented for those chips? If not, could you point me in the right direction in the code?
Ok, so since writing this, I see that
vgm_ptch -striplist
says thatYM2612
does not support channel stripping, but it doesn't say that aboutSN76496
, and when I try it, it doesn't work for either chip. But in any case, if you can offer any insight, it would help me try to add support.I'm trying to produce a
.vgm
file for each channel so that I can play them individually on a real Genesis with a flash cartridge and a VGM player ROM. I have already accomplished this withvgm2wav
, which was super helpful, but now I want to record it from the real hardware.The text was updated successfully, but these errors were encountered: