Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Keoni29

Pages: 1 ... 40 41 [42] 43 44 ... 168
616
TI Z80 / Re: AudaciTI - 4 channel music player and editor (in the works)
« on: January 02, 2014, 02:48:11 pm »
I am working on TRAXE version 2 which is a chiptune tracker with 3 channels and it will be used in combination with the TIMID soundchip. I want it to have calculator generated sound as well for those who don't have the soundchip. Send me a pm and maybe you can help me with that.
Erm, I didn't understand everything in that post due to the presence of too precise English words :P
What is a "chiptune tracker" exactly ?
Is a soundchip external hardware (external from the point of vue of the calculator) ?

Not bad. You should consider adding a noise channel. I did it in Bad Apple by reading from the r register, but having a properly random sequence of bits should sound better.
A noise channel ? That would be a channel with random noise on it ??
It's basically an arduino which runs a SID soundchip emulator.

617
TI Z80 / Re: AudaciTI - 4 channel music player and editor (in the works)
« on: January 02, 2014, 02:35:47 pm »
I am working on TRAXE version 2 which is a chiptune tracker with 3 channels and it will be used in combination with the TIMID soundchip. I want it to have calculator generated sound as well for those who don't have the soundchip. Send me a pm and maybe you can help me with that.

618
Other / Re: z80-like portable computer for <$30! (If you build one)
« on: January 01, 2014, 06:52:13 am »

Tile based graphics. Very slow communication with the video generator though.

619
Computer Usage and Setup Help / Re: Most worthwhile Upgrades
« on: December 31, 2013, 05:58:59 pm »
You need a usb fridge.


http://www.thinkgeek.com/product/96b3/

Cools down to 46° F

620
Miscellaneous / Re: ideas for text based rpg on omni
« on: December 31, 2013, 06:26:42 am »
How about a text adventure bot? :P

621
Other / Re: TI84+ soundchip - arduino SID emulator
« on: December 30, 2013, 01:10:31 pm »
This is correct. Try taking the audio directly from pin 9.

622
Other / Re: TI84+ soundchip - arduino SID emulator
« on: December 30, 2013, 03:50:51 am »
Did you reset the soundchip after you plugged it in? Is your cable too long by chance? Did you connect arduino pin 10 to ground?

623
Other / Re: TI84+ soundchip - arduino SID emulator
« on: December 29, 2013, 07:13:58 pm »
Just change that to TESTVAR. I forgot to change it back

624
Other / Re: TI84+ soundchip - arduino SID emulator
« on: December 29, 2013, 04:32:02 am »
New version finally released!
http://8times8.host56.com/?p=372

625
TI-Nspire / Re: Super Hexaspire Alpha!
« on: December 27, 2013, 05:20:45 am »
SPI is really straightforward.
Clock line is normally high.
Set up data. Wait for a bit to let the line settle.
Pull down clock line. Wait for a bit to let the line settle.
Release clock line. (Normally high again)

Do this for all 8 bits and you have sent a byte.

But since the nspire has a much nicer cpu than the 84+ CSE you might be able to play sound generated in software. Even the CSE can do it.

626
TI Z80 / Re: TRAXE2 chiptune tracker
« on: December 25, 2013, 06:18:16 am »
Traxe 2.0 is being worked on! It will use the TIMID soundchip to generate more complex sounds. You can have up to 3 channels of sound with various waveforms.
[ Invalid YouTube link ]

627
TI-Nspire / Re: Super Hexaspire Alpha!
« on: December 25, 2013, 06:14:13 am »
If you can write an SPI routine for the nspire you could interface with my soundchip. I recently worked on that project. SPI is quite straightforward. You shift out bytes least significant bit first on the clocks falling edge. You only need two signal lines.

628
ASM / Re: Methods For Playback of Waveform Audio
« on: December 24, 2013, 05:46:25 am »
By using a simple audio filter you can filter out anything above a certain frequency.

629
Other / Re: Planning on buying a Samsung Galaxy Note 3
« on: December 23, 2013, 04:23:28 pm »
Do you want physical keys?

630
ASM / Re: Methods For Playback of Waveform Audio
« on: December 22, 2013, 08:57:19 pm »
You can use pwm or you could use external hardware like a digital to analog converter with a 2 wire interface.

Pages: 1 ... 40 41 [42] 43 44 ... 168