hope this doesn't count as a request, but does anyone know how to ACCURATELY rip SCC waves from .KSS files? (if any of you dare say audacity i will destroy you)
hope this doesn't count as a request, but does anyone know how to ACCURATELY rip SCC waves from .KSS files? (if any of you dare say audacity i will destroy you)
Load a KSS file, click on "DMP", change device to "DEV_SCC" and dump whatever wave from whatever channel. The dumped waveform will look something like this:
00 40 7F 40 00 C0 FF C0 05 EB D6 C3 B9 AF A4 9C
95 8F 89 84 81 84 89 8F 95 9C A4 AF B9 C3 D6 EA
This is a signed 8-bit string of numbers. The first step is to remove the rightmost nibble in each value, and you will end up with this:
0 4 7 4 0 C F C 0 E D C B A A 9
9 8 8 8 8 8 8 8 9 9 A A B C D E
Now, this is still a signed waveform, so we will have to add 8 to each value:
8 C F C 8 4 7 4 8 6 5 4 3 2 2 1
1 0 0 0 0 0 0 0 1 1 2 2 3 4 5 6
The only remaining thing to do now is to get it into FamiTracker, either by manually entering the values or by copypasting. If copypasting, you have to convert the hex numbers to decimal numbers:
8 12 15 12 8 4 7 4 8 6 5 4 3 2 2 1
1 0 0 0 0 0 0 0 1 1 2 2 3 4 5 6
I hope this isn't too confusing...
EDIT: I will also mention that you can rip Game Boy and PC Engine waveforms too.
There are no signed numbers for these, so ripping a GameBoy wave, which is 4-bit (Just like the N163 waves), is easy. The PC Engine waveforms however, are 5-bit, which requires you to halve every value before you can use it in FamiTracker.
You can rip N163 and FDS waveforms too, but it is inconvenient due to the fact that NSFPlay rips them as decimal numbers that can be pasted straight into FamiTracker.
Some time ago I made pulse-wave steel drums while working on a cover. I'm posting them here because I'm pretty sure they will come in handy for some of you. They work with VRC6 and 2A03 together, but you can also use them on other chips that can produce pulse waves with different duty cycles (MMC5 and N163).
It contains instructions in the module comments, so make sure you check them out! If there's something that's not too clear, let me know.
They are free for everyone to use. Credit is not needed but it's appreciated.
EDIT: Corrected wrong concept.
_______________________ This version of Dr. Mustache is outdated. Please download latest version here. [Dropbox (my FT stuff)]
Some time ago I made pulse-wave steel drums while working on a cover. I'm posting them here because I'm pretty sure they will come in handy for some of you. They work with VRC6 and 2A03 together, but you can also use them on other chips that can produce pulse waves with different duty cycles (MMC5 and N163).
It contains instructions in the module comments, so make sure you check them out! If there's something that's not too clear, let me know.
They are free for everyone to use. Credit is not needed but it's appreciated.
Yay!
By the way, the proper term is tremolo, not ensemble.
_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
Ensemble = a group
Tremolo = repeated notes of the same frequency.
_______________________
"im going to continue making this crazy stuff then after a while my style will be so sick that you will be like damn suuun that shit is so sick i dont even get it. i will be like bro its ok.. you dont have to." -omgdonut
I wonder why it was written like that in Zamual's instrument pack. Perhaps the same mistake? I assumed it was the right concept so I wrote the same thing.
But we learn from our mistakes, don't we? Hahah, it feels weird but it's cool at the same time.
_______________________ This version of Dr. Mustache is outdated. Please download latest version here. [Dropbox (my FT stuff)]
My N163 String Ensemble instrument is supposed to emulate a group of strings.
It sounds like it goes tremolo, but it's not really doing that. ... ... ... ...
Sure, that explains everything. Since I saw the notes kinda retriggering in your instruments, I thought "ohh yeah ensemble iz dah word im lookin for!".
Hahah, what an amusing mistake. Also, nice to have you back!
_______________________ This version of Dr. Mustache is outdated. Please download latest version here. [Dropbox (my FT stuff)]