Author Topic: Use calc as a synthesizer  (Read 8538 times)

0 Members and 1 Guest are viewing this topic.

Ashbad

  • Guest
Re: Use calc as a synthesizer
« Reply #15 on: June 03, 2011, 02:06:27 pm »
you can put a Freq() command inside of an interrupt code block:

Code: [Select]
Lbl PLY
  Freq(100,200)
Return

FnInt(PLY,0)

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Use calc as a synthesizer
« Reply #16 on: June 03, 2011, 02:10:42 pm »
I understand that, but the timing is such a hard thing :S
If you like my work: why not give me an internet?








Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Use calc as a synthesizer
« Reply #17 on: June 03, 2011, 11:56:11 pm »
This program already exists, which shows Axe's synthesizer capabilities pretty well. :)  If you want to make it yourself, which would be pretty cool, there's still squidgetx's source, which is included in that download. :D
Good luck!

Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Use calc as a synthesizer
« Reply #18 on: June 04, 2011, 03:11:33 am »
I know that synth, but does it record?
If you like my work: why not give me an internet?








Offline Keoni29

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2466
  • Rating: +291/-16
    • View Profile
    • My electronics projects at 8times8
Re: Use calc as a synthesizer
« Reply #19 on: June 05, 2011, 06:26:49 am »
I made a sfx editor which can be found here: http://ourl.ca/60685
If you like my work: why not give me an internet?