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 - Michael_Lee

Pages: 1 ... 17 18 [19] 20 21 ... 70
271
TI Z80 / Re: An Axe piano with 5 octaves
« on: April 29, 2011, 01:42:55 am »
This is great! I was thinking about making a guitar program at some point. :P I'll have to find a way to defy reality and play 6 notes at once though xD


?!.
How can you make two sounds with axe ?
If two notes are pressed, only the higher is played.

One way is to alternate back and forth between the two frequencies very quickly.

The problem with oscillation is that if you go too fast, it sounds like crap, but if you go too slow, it doesn't sound blended.

The problem becomes even worse if you press like five keys at the same time X.X

272
News / Re: New site sections and portal update
« on: April 27, 2011, 05:47:24 pm »
Cool!  I like the updates.

273
Axe / Re: Axe Q&A
« on: April 24, 2011, 06:06:32 pm »
Code: [Select]
Lbl RAN
    ...
    Returns a random number from r1 to r2, excluding r2.
    r3 is the increment.
    ...
    r2-r1/r3
    rand^
    *r3+r1
Return

I think that works?

274
TI Z80 / Re: TIConvert
« on: April 23, 2011, 05:53:56 pm »
Well, not much progress.

I've been really busy with a bunch of projects lately (large essay, piano recital, trying to learn javascript (currently fail), trying to organize + make website for robotics club, somehow taking over said robotics club, large math assignment, mandatory school project (unless I don't want to graduate), etc..., all nearly at once)

The detokenizer that I've posted already should be pretty good to use, you should just be able to add it in without much modification (although it's really ugly...).

I'm going to go ahead and give you guys what I have right now, with the understanding that it doesn't work yet + might be overly complicated + is extremely different from previous versions + is written in Python 3.1 and might not work in older Python versions due to differences in how bytes are treated.

I think tokenizing in theory works, but I haven't had time to add in making checksums + generating metadata, and never really completed it.  Detokenizing should also work.

I'll probably resume development in about two weeks to a month (or I might just have to wait until summer).

I'm not too worried about licenses -- this project informally uses the Academic Free License 3.0, but really, I don't care too much about licensing as long as you don't go around claiming you wrote my code, or doing other weird stuff.

275
Axe / Re: My Helicopter Game
« on: April 23, 2011, 05:35:36 pm »
Axe can easily handle both, although using Pt-Change would be much more easier to implement (and would probably run faster, at the cost of not being able to move around much).

276
Miscellaneous / Re: Sporadic posting...
« on: April 23, 2011, 11:28:19 am »
Thanks, aeTIos.

*Psst*
Everybody else, now's the chance to promote your project!

277
TI Z80 / Re: Axe game : Living Balls
« on: April 23, 2011, 11:27:18 am »
Well, it might still be useful to have a 'pause' button.

Maybe when you resume, you should have a sort of countdown timer before the game starts so you can get your fingers all ready in the right positions?

278
Miscellaneous / Re: Sporadic posting...
« on: April 23, 2011, 10:04:08 am »
Nah, I'm not quitting calcs.  I don't really know how program it at this point, so I'm mostly playing games.

279
Miscellaneous / Sporadic posting...
« on: April 23, 2011, 12:57:36 am »
I've been really busy with schoolwork, other side-projects, clubs at school, etc. (and playing with my new Android  <_<), so I haven't had time to check on Omnimaga recently.

So, because I'm too lazy to read through everything I've missed, what interesting things happened in the past month?  Any new project releases, that sort of thing?

(I think I know about really really major things, like Lua for TI-Nspire, but I'm afraid I might have missed looking at some of these things).

280
Computer Programming / Re: Python versions
« on: April 18, 2011, 09:35:34 am »
Is it possible to install multiple versions at once so we don't have to switch back and forth when running programs from different versions?

Yup.  I have several versons installed for my Windows machine, and a few more on my flash drive.

281
Computer Programming / Re: Pyhton versions
« on: April 17, 2011, 08:32:57 pm »
I use Python 3.1 and if I have to, Python 2.6.x or 2.7.x

Python 3.1 is the most advanced version that I can still turn into an exe, and the other Python versions are necessary for lots of 3rd party libraries.

282
Web Programming and Design / Re: saveTrees Web Project
« on: April 17, 2011, 08:28:39 pm »
Okay, I sent you a pm with details.  I didn't really want to use SSH, so I used FTP if it's all right with you.

283
Web Programming and Design / Re: saveTrees Web Project
« on: April 17, 2011, 07:53:46 pm »
Sure, go ahead.

284
Casio Calculators / Re: Prizm Game of Life (PrizmLife)
« on: April 17, 2011, 06:39:44 pm »
What does 'SelDead' and 'SelAlive' mean?

285
Math and Science / Re: Equation editor
« on: April 17, 2011, 06:38:04 pm »
Ultra-necropost.

Wouldn't you believe it, I'm also doing a math assignment stellar numbers (and also triangular numbers).  I google "triangular numbers and stellar numbers", and this is the first result on the list...

Pages: 1 ... 17 18 [19] 20 21 ... 70