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

Pages: 1 ... 53 54 [55] 56
811
Music Showcase / Sonatina in D Minor
« on: July 21, 2010, 02:05:31 pm »
This is a piece written for piano, clarinet, and violin, entitled, "Sonatina in D Minor."

812
Music Showcase / Re: Voyage of Perseus
« on: July 21, 2010, 01:56:34 pm »
I've got one that's almost eleven minutes, and another that I working on that's currently twelve.

813
Music Showcase / Re: A couple piano solos
« on: July 21, 2010, 01:52:41 pm »
I listened to the mp3 of the second piece and got the same effect.  The piece is only 50 seconds (which is why I put two of them in the same thread), but I don't know why the extra time is added on.

814
Axe / Re: String Manipulation
« on: July 21, 2010, 12:12:52 pm »
Yes, this is great. Thanks, calcdude.

815
Axe / String Manipulation
« on: July 21, 2010, 11:18:01 am »
I've written the following code in BASIC:

Code: [Select]
randInt(1,9->X
prgmNUM2STR
Str3->Str1
randInt(0,9->X
prgmNUM2STR
While Str3=Str1
randInt(0,9->X
prgmNUM2STR
End
Str3->Str2
randInt(0,9->X
prgmNUM2STR
While Str3=Str2 or Str3=Str1
randInt(0,9->X
prgmNUM2STR
End
Str1+Str2+Str3->Str1

I would like to convert this code into Axe.  I know the randInt(s can be converted to rand^10->X, and I've replaced prgmNUM2STR with sub(NS).
If I'm using it correctly, I believe I can change Str3->Str1 into Copy(Str3,Str1,1) (I'm not entirely sure though.)
I am having the most trouble with Str1+Str2+Str3->Str1.

Also, If you know of a better way to generate a random three digit number where no two digits are the same, and store it as a string, that would be most appreciated.

816
Axe / Re: Randon Integers
« on: July 20, 2010, 02:44:54 pm »
I think the problem was the original picture I tried to upload was meant to be a wallpaper for my desktop, so I just found this one.

817
Axe / Re: Randon Integers
« on: July 20, 2010, 02:32:08 pm »
sorry, I misread the documentation for axe.  then how would you randomly select a one digit integer?

EDIT: about the avatar, something weird happened when I tried to upload my own picture.  It took forever, then gave me this one instead.

EDIT 2: Never mind, I got it changed.

818
Axe / Randon Integers
« on: July 20, 2010, 02:18:41 pm »
Is it possible to create a random integer in Axe?  You could multiply the rand command by a power of ten, but there is no ipart or int command either.

819
Music Showcase / A couple piano solos
« on: July 20, 2010, 11:16:48 am »
These are a couple of piano solos I've written.  The first is a theme and variations, which I wrote quite a long time ago, so it isn't quite as good.
The second is a piece in f sharp phrygian mode

820
Music Showcase / Re: Voyage of Perseus
« on: July 20, 2010, 10:53:05 am »
Here is the MIDI file.  I'll work on converting the rest of my songs. I'm afraid some of them might be too long, but I've written plenty of shorter ones.

821
General Calculator Help / Re: TI-OS 2.53 (patched)
« on: July 19, 2010, 11:17:55 pm »
Thanks, Brandon. That worked.  It was USB, by the way.

822
General Calculator Help / Re: TI-OS 2.53 (patched)
« on: July 19, 2010, 10:48:52 pm »
Yep.  I've let it sit there overnight, until the calc went into APD.

But, does the FREE83P certificate have to be installed? (Not sure if this counts as a third party OS)

EDIT:  No, the loading bar did not show up on TI Connect, either.

823
General Calculator Help / TI-OS 2.53 (patched)
« on: July 19, 2010, 10:33:52 pm »
How does one install Brandon Wilson's fixed version of OS 2.53?  I've tried to send it to my calc with TI Connect, but it just sat there at the "Sending to TI 84 Silver Edition."

824
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 19, 2010, 09:38:28 pm »
448. You know exactly which number to press after hitting APPS to get to Mirage,Doors,Omnicalc,etc.
449. You can do the above even though the paint has worn off all your keys.

825
Miscellaneous / Re: Silly things you did as a noob
« on: July 19, 2010, 07:44:22 pm »
Well, the programming tutorial in the handbook explained how to use Menu( , but not Output( .  I was also unaware of what any other commands besides Menu, Lbl, Goto, or Disp did.

Pages: 1 ... 53 54 [55] 56