| |
LHS
Registered: Dec 2002 Posts: 66 |
Sound and music editor
Hi,
does exist an editor or two "compatible" editors for creation (without player re-coding) sounds and music together (for a game)?
Sound Effects Editor (Sound Effects Editor) looks good, uses 1st and 2nd channel for sounds, but I don't know any music editor, which uses only third channel. Do you know a solution for this problem? Thanks. |
|
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
if you have subsongs, so subtune 2-20 have sfx, and tune 1 is music with 2 voices, then you can poke the 3rd voice sequence, manually.
Sorry, i never saw tune+sfx on same time: it is by defination, just "a tune", so the sfx can be poked in any player.
Maybe check Game Music Creator ? |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
If you have 2 voice tune made in SDI 2.0 beta 7, and voice 3 is turned off - then you can use the other program you mentioned, to play sfx on voice 3 - while SDI is playing the music. |
| |
LHS
Registered: Dec 2002 Posts: 66 |
Thanks for a tip, I will look at it. I have tried the Sound Effects Editor with Music Assembler, but the problem is the music player, when plays "silent" in 1 and 2 channel writes "0" into their registers.
My notion is playing (continual) music and some sfx for collisions. |
| |
Linus
Registered: Jun 2004 Posts: 639 |
You might want to give Goattracker a try and check out Fortress of Narzod (2 voice ingame music, 1 voice fx, all done in goat) |
| |
NecroPolo
Registered: Jun 2009 Posts: 231 |
+1 for both what Jan and Linus said.
Considering GMC, I'm a diehard fan and surely you can create some super-nasty FX with that - but I have to add that I have no any FX creation experience using GMC. The only game development project I was involved aaaaages ago did not include any FX so I have no the slightest idea of realization... :)
Goattracker 2.0 is a great option, too - and don't forget to check its "little brother" the 2.03 version of C64 native Ninja Tracker. It's kinda minimal but in the good way: codewise bulit like a tank, straight-to-the-point and super efficient. Among many well-thought features, it has one of the most effective sound player routines I've ever seen. Goat and Ninja are cross-compatible in a way. There are also utilities that transform Goat sounds to sound FX for Ninja and it has special music optimalization options, tuned for games. I'm also sure that their creator, Cadaver can answer your questions.
Good luck!
NP |
| |
1BM
Registered: Nov 2002 Posts: 48 |
didnt katakis/denaris have three channel music + some bits of the music disappearing when playing sfx? iirc autofire always sounded weird, as the bullet fx always was in pitch of the music. |
| |
cadaver
Registered: Feb 2002 Posts: 1160 |
Beware that with both Goattracker & Ninjatracker, what you get in the sound effect department is fixed ADSR, fixed pulsewidth, and then a wave/arpeggiotable. That has been enough for me, but I'm not very creative with sound effects..
|
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Quote: didnt katakis/denaris have three channel music + some bits of the music disappearing when playing sfx? iirc autofire always sounded weird, as the bullet fx always was in pitch of the music.
Many Hubbard songs works like this.
Crazy Comets, Commando, etc...
Human race is two channel though. |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
Quote: Thanks for a tip, I will look at it. I have tried the Sound Effects Editor with Music Assembler, but the problem is the music player, when plays "silent" in 1 and 2 channel writes "0" into their registers.
My notion is playing (continual) music and some sfx for collisions.
remove all the pokes to the sid voice you want to use in the sfx player, then you can attach another routine that uses the other 2 voices.
the d4xx adresses to nop out are in the programmers reference manual. |
| |
LHS
Registered: Dec 2002 Posts: 66 |
Quote: remove all the pokes to the sid voice you want to use in the sfx player, then you can attach another routine that uses the other 2 voices.
the d4xx adresses to nop out are in the programmers reference manual.
Yes... I know, but... my first wish was "without player re-coding" ;-) |
... 1 post hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |