I can’t tell if I like this or not
-
Type this code into your switch and hit play
Song = loadaudio (“David Silvera/music_age_of _battles”) playaudio(1,Song,1,0.8,1,-1) sleep(7.35) playaudio(2,Song,1,0.2,1,-1) loop clear() update() repeat
And tell me what you think
-
Doesn't sound bad at all, but i think that it must be a little more complex to really enjoy the stereo, it must contain maybe some effects or some more rythms as well
-
Interesting! :) Really cool that you've tried this. Personally it makes my brain hurt, and I have to hear that little bell riff even more times than I already have XD
For a very "wide" stereo effect, pan one copy hard left, one copy hard right, and change the
sleep()
instruction to 0.025 instead. This will provide a Haas effect, where the brain blends the sounds together but provides a strong sense of stereo width.The songs already use this technique quite heavily, so it might end up sounding a bit rubbish. There are instruments panned hard left/right in the tracks as it is, so when they themselves are panned hard the opposite way, they will lose almost all effect.
Interesting though!