Author Topic: Sound in Axe  (Read 18008 times)

0 Members and 1 Guest are viewing this topic.

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Sound in Axe
« on: June 11, 2010, 08:50:59 pm »
I was wondering if anyone knows which frequency arguments for SinReg correspond to the traditional pentatonic scale's notes

like to play a C, what value would you use and then how much would I increment to value to raise it a half (or whole) step?

Thanks

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Sound in Axe
« Reply #1 on: June 11, 2010, 10:00:23 pm »
Try this:
http://www.phy.mtu.edu/~suits/notefreqs.html

Use the wavelength column (not frequency) near the bottom that are less than 255.
___Axe_Parser___
Today the calculator, tomorrow the world!

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: Sound in Axe
« Reply #2 on: June 11, 2010, 10:38:42 pm »
A lot of those at the bottom have decimal values.  Is there any way to use these, or would these notes always be a little flat or sharp?

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: Sound in Axe
« Reply #3 on: June 11, 2010, 10:43:24 pm »
When the notes get tha high in axe, you can't really hear them that well anyways... probably stick with the lower ones... =P
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Sound in Axe
« Reply #4 on: June 11, 2010, 11:15:59 pm »
Btw on a real calc,  does the notes sound like triangles like on Wabbitemu and Final Fantasy 1, or will they sound like squares like in Super Mario Bros 1?

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Sound in Axe
« Reply #5 on: June 12, 2010, 02:00:27 am »
Btw on a real calc,  does the notes sound like triangles like on Wabbitemu and Final Fantasy 1, or will they sound like squares like in Super Mario Bros 1?

What in the world do you mean?

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Sound in Axe
« Reply #6 on: June 12, 2010, 02:13:01 am »
mhmm actually it's not triangle but more something like saw sound. That video might help


Else here's sound from FF1
and SMB
(except of course the jumping sound and when mario eats a mushroom)

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Sound in Axe
« Reply #7 on: June 14, 2010, 05:04:26 pm »
meh, the sound quality is ~

ztrumpet, at first i had the same doubts you had, but if you round to the nearest whole number, you really still can't tell the difference (unless you have perfect pitch...)

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Sound in Axe
« Reply #8 on: June 14, 2010, 05:10:47 pm »
Perhaps axe could support external .wav files in the future! It couldn't be used for music, too big, but you could have really high quality sound.

Maybe MIDI for the music.....

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Sound in Axe
« Reply #9 on: June 14, 2010, 05:23:00 pm »
Perhaps axe could support external .wav files in the future! It couldn't be used for music, too big, but you could have really high quality sound.

Maybe MIDI for the music.....
That looks CPU expensive.

Very interesting table Quigibo.

And I will hear the Youtube videos to understand what is triangle and square sounding. It got me almost as surprised as after reading that some physic particles have flavours... There is also stories of a person that can taste colours. simply wtf in this confusion of senses.
Hobbing in calculator projects.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Sound in Axe
« Reply #10 on: June 14, 2010, 11:39:09 pm »
wav would be cool. However it might be rather large indeed. About two seconds of 8 bit 32 kbps audio at 11 KHz is like 20 KB if I remember when converted to calc format.

Offline squidgetx

  • Food.
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1881
  • Rating: +503/-17
  • rawr.
    • View Profile
Re: Sound in Axe
« Reply #11 on: June 15, 2010, 09:27:56 am »
Yeah, I remember RealSnd making those HUGE apps...I think a 1 minute Pokemon theme song took just as much space as the pokemon TiBoy app :P
But midi would be awesome..

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Sound in Axe
« Reply #12 on: June 15, 2010, 09:47:51 am »
Midi WOULD be awesome.
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







SirCmpwn

  • Guest
Re: Sound in Axe
« Reply #13 on: June 15, 2010, 10:35:42 am »
Yeah, I remember RealSnd making those HUGE apps...I think a 1 minute Pokemon theme song took just as much space as the pokemon TiBoy app :P
There is a project that you might be able to find somewhere to stream real sound off of a flash drive.  Go ask the right people.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Sound in Axe
« Reply #14 on: June 15, 2010, 11:20:24 am »
BrandonW?