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 ... 157 158 [159] 160 161 ... 168
2371
Miscellaneous / Re: Do you think you are a nerd?
« on: September 23, 2011, 03:34:13 am »
Well I am a programmer and I like manga and anime, sowww I guess so

2372
Axe / Replace Pause x by Freq(a,b)
« on: September 23, 2011, 02:55:09 am »
I want to replace Pause x by Feq(a,b) so my question is: How many times does b fit in one second? I know that x fits 1900 times in one seconds, so: Xonesecond / Bonesecond

2373
TI Z80 / Re: TI Real Chipsound engine
« on: September 23, 2011, 02:22:43 am »
Basically I will use the freq( command for 2 square waves and a white noise generator for drums. When 2 notes are played at once it plays a slow or a fast arpeggio(depends on the arpeggio mode you are in). The fast arpeggio will blend the sounds more than the slower arp. SuperTIsound doesnt use interrupts. It has to play very long squares compared to monotune. Drumsounds dont blend in, but they replace the sound of the squares. This doesnt sound strange and it saves some code. High performance stands for: long notes, polyphone square and drums. Monotone only has some small square beeps. Explained?

2374
TI Z80 / Re: Metroid Ethos
« on: September 22, 2011, 04:55:48 pm »
Good luck with that :) asm, axe?

2375
TI Z80 / Re: TI Real Chipsound engine
« on: September 22, 2011, 03:42:45 pm »
Version 0.2 recording. Very poor quality. Blame my phone :p
Added:
-wavelength table
-frame support
-a fun demo song
-some optimization

Planned:
-2nd square channel
-Arpeggios
-Long notes
-External song files

2376
TI Z80 / TRAXE2 chiptune tracker
« on: September 22, 2011, 01:20:38 pm »
TRAXE v2 work in progress

[ Invalid YouTube link ]

Versions:
Traxe v1 Latest build + manual

Spoiler for older versions:
Spoiler For Spoiler:
Real Chipsound is a WIP chipsound engine for axe. There will be 2 versions: SuperTIsound and Mono Tune
SuperTIsound is high performance which means that it's great for menu's and titlescreens or even cutscenes, but it uses a lot of processing power so you will have to use another type called MonoTune. This is a very simple engine that plays short mono tones. This uses around 40% of the processor(normal mode), but this percentage will eventually decrease.

New vid on the tracker:
[ Invalid YouTube link ]

Spoiler For Spoiler:
I made this early version of SuperTIsound:


This is a newer version:



Wishlist:
Tracker
Short notes
Pitch sweeps
Vibrato
Noise drums

2377
Other / Re: TI-Nterface (my version of labpro)
« on: September 14, 2011, 07:10:26 pm »
U needz moar question markz?

2378
Humour and Jokes / Re: What is your favorite joke?
« on: September 12, 2011, 07:05:11 pm »
Your dad is so smart, he tried to grow a beard on you when you where a baby. Your mom is so stupid, she shaved you.

2379
Other / Re: TI-Nterface (my version of labpro)
« on: September 11, 2011, 06:12:39 pm »
Okay, but this is an interface for a real ti84, so thats kinda irrelevant.

2380
Minecraft Discussion / Re: Minecraft 1.8 pre release!!
« on: September 11, 2011, 05:54:02 pm »
Lol, you need 8 pieces of cobble to grief a server. Build a furnace :)

2381
Other / Re: TI-Nterface (my version of labpro)
« on: September 11, 2011, 03:53:42 am »
Why would they use an emulator? Then you need a laptop or something which is bigger and more expensive than a calculator. Besides, all students here have a 84+

2382
Other / Re: TI-Nterface (my version of labpro)
« on: September 10, 2011, 03:24:40 pm »
I have been doing some research. I already spent 40 hours on this project. My physics teacher told me that I might know more about electronics than he does when I have gone trough all stages of developement. I am learning a lot more than at school :p

2383
Other / TI-Nterface (my version of labpro)
« on: September 10, 2011, 09:12:31 am »
TI-Nterface
(Temporary name for this project. Don't sue me TI :'()

My profile essay for school is about an interface that connects a system board to the TI84+.

As you can see I have made a design. This is the first design which consists of:
-4 digital inputs
-2 digital outputs
-a special bus for power supply and ground to the system board.
-I/0 port for communication.

It slides over the TI84+. It has an embedded jackplug so you dont have to own a 83 linkcable.

This version is probably slightly smaller than the ultimate version, because there is now way
that I can fit all the electronics in such a small box :P
Apparently I can thanks to arduino :)

This is an image of the systemboard I want to connect to the TI 84 +.

Some of you might have seen my TI indication led's. This thing was inspired by that piece of equipment. With this device I will eventually demonstrate the full power of the TI 84+!!


Planned features:
-Basic (de)multiplexing algorithm written in C for the PIC microcontroller.
-Realtime data transfer
-Software written in AXE on the TI84+(I already know how to use it, so it might save some time...)
-Some moar awesome stuff such as indication led's and some sort of midi :D

I hope you like this ;D When I have more information about the project I will update this topic!



Message to all haters mentioning the vernier labPro. Labpro interfaces cost 3 times as much as the calculator itself and they are big. They wont slide over your TI and they are ugly :) The software included uses you calculator as a display instead of a digital device that can respond to certain changes in the digital signals. My interface will use more processing power of the TI84 so that the interface can be made cheaper than the TI 84+ itself.
Any questions?

2384
Axe / Re: How use the port commands ?
« on: September 07, 2011, 04:56:44 am »
I want to send/get 4 bit numbers to/from another device. (probably a PIC microcontroller,but for testing to a 83 calc)
Does someone know a good routine for that?

2385
TI-BASIC / Get and Send communication
« on: August 31, 2011, 12:26:16 pm »
I need to know how the Get and Send functions work. Not how to use them, but how they communicate with other devices. I found this picture on the web:
Is it really this simple? Does it just send one byte using this method? No machine id etc.?

Pages: 1 ... 157 158 [159] 160 161 ... 168