Author Topic: AxeSynth-MJ's Thriller  (Read 10132 times)

0 Members and 1 Guest are viewing this topic.

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: AxeSynth-MJ's Thriller
« Reply #15 on: November 12, 2011, 11:38:32 am »
sounds like earrape

D:

lol, well yeah. Can't do much about the sound quality without ASM
You can! Use a frequency table :)
I did lol. that's what AxeSynth does. You try it, there's no escaping the slight buzz on Continuous Mode.
That takes up a lot of space. But indeed, that works flawless.
Nope just 24 bytes for the lut including the lowest octave (16-bits) and a small piece of code to shift octaves:
Code: [Select]
the wavelenght is {GDB1LUT+NOTE}r/e^(OCTAVE)
If you like my work: why not give me an internet?








Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: AxeSynth-MJ's Thriller
« Reply #16 on: November 12, 2011, 11:47:44 am »
What are you trying to tell me? I already use an LUT for the frequency table. However, in order to have the calc play sound for as long as you have a key down, you need to run a loop with a Freq() inside it. Which means that for a split second, there is a break in the tone of the note. Which means that it's no longer a pure wave and thus sounds a little icky...
« Last Edit: November 12, 2011, 11:47:59 am by squidgetx »

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: AxeSynth-MJ's Thriller
« Reply #17 on: November 12, 2011, 12:46:16 pm »
You mean the 'click' when a note starts and stops playing?
I'm not a nerd but I pretend:

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: AxeSynth-MJ's Thriller
« Reply #18 on: November 12, 2011, 12:47:16 pm »
Use this:
While Getkey(xx)
Freq
End
If you like my work: why not give me an internet?








Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: AxeSynth-MJ's Thriller
« Reply #19 on: November 12, 2011, 12:47:56 pm »
does that work flawless?
I'm not a nerd but I pretend:

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: AxeSynth-MJ's Thriller
« Reply #20 on: November 12, 2011, 12:49:09 pm »
does that work flawless?
Almost since there is a tiny delay. You won't notice it :)
If you like my work: why not give me an internet?








Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: AxeSynth-MJ's Thriller
« Reply #21 on: November 12, 2011, 12:51:23 pm »
Very nice. Thank you.
I'm not a nerd but I pretend:

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: AxeSynth-MJ's Thriller
« Reply #22 on: November 12, 2011, 05:29:10 pm »
does that work flawless?
Almost since there is a tiny delay. You won't notice it :)

There is a noticeable delay. If the length of the note is too long, it becomes way too noticeable. If the length is too short, the note loses its value. In the video I used 8192, which is a good balance but it's still not a pure sound wave. You don't really hear the delay, but the sound texture is different.
« Last Edit: November 12, 2011, 05:32:09 pm by squidgetx »

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: AxeSynth-MJ's Thriller
« Reply #23 on: November 12, 2011, 07:34:37 pm »
I made my own using madpad
I used a 1 octave pitch shift cuz I was too lazy to record the bass :P. Also madpad only uses 12 sounds.

Link to video!

Clicking the link takes forever.... Just right click and 'save target as' I guess.
« Last Edit: November 12, 2011, 07:39:07 pm by epic7 »

Offline saintrunner

  • Custom Spriter: You ask it! I'll Make it!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1787
  • Rating: +115/-11
  • Flogging Molly
    • View Profile
    • Jonny K Music
Re: AxeSynth-MJ's Thriller
« Reply #24 on: November 12, 2011, 07:39:26 pm »
That's so awesome!
My Sprites Thread   :Updated often :) for your viewing pleasure

GAMES:

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: AxeSynth-MJ's Thriller
« Reply #25 on: November 12, 2011, 09:22:13 pm »
I made my own using madpad
I used a 1 octave pitch shift cuz I was too lazy to record the bass :P. Also madpad only uses 12 sounds.

Link to video!

Clicking the link takes forever.... Just right click and 'save target as' I guess.
Nice!
What video/audio editors do you use?

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: AxeSynth-MJ's Thriller
« Reply #26 on: November 12, 2011, 09:23:02 pm »
I used madpad. Its an Ipod app. It was real hard to record the audio when all I had was earbuds to play the sound:P
« Last Edit: November 12, 2011, 09:23:13 pm by epic7 »

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: AxeSynth-MJ's Thriller
« Reply #27 on: November 12, 2011, 09:25:26 pm »
Ah, sorry, I thought that madpad was the name of the song or something lol.

I need a better way to record these, I've been recording in Audacity and getting the video separately, which isn't too bad. Just that I need a better video editor or better PIP plugins for Windows Movie maker (lol)

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: AxeSynth-MJ's Thriller
« Reply #28 on: November 12, 2011, 09:38:40 pm »
I had to put the ear buds onto the mic which doing so covers the back camera. I then had to record with the front camera which was difficult since I couldn't see what I was doing on the screen :P
« Last Edit: November 12, 2011, 09:39:18 pm by epic7 »