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

Pages: 1 ... 50 51 [52] 53 54 ... 239
766
TI Z80 / Re: GPS for Graphing Calculators
« on: February 05, 2014, 11:49:48 am »
Maybe the next thing is Wifi for calcs :D
I think this has already been done for the Nspire with the Linux port.

767
Ndless / Re: would you update to ndless 3.6?
« on: February 05, 2014, 11:46:56 am »
The usefulness of Ndless 3.6 is not about people who already have Ndless 3.1, but about people who are blocked on OS 3.6 so I guess "would you update your Ndless" is not a pertinent question to know how many people would use Ndless 3.6.

768
Axe / Re: Axe Q&A
« on: February 05, 2014, 01:32:50 am »
Quick question: are min and max signed or unsigned ?
(does min(~1,0) return 0 because 0<65535 or ~1 because ~1<0 ?)

769
Web Programming and Design / Re: Prefered Browser
« on: February 05, 2014, 12:46:36 am »
I'd use Firefox if Gmail played a bit better with it :(
For email i use thunderbird, never understood the hype with web-mail.
I completely agree with Thunderbird (just open it, type my password and it's done, no need to go to a specific URL then write my email adress before typing my password), and I also never had any problems with gmail in FireFox.

770
Web Programming and Design / Re: Prefered Browser
« on: February 04, 2014, 01:34:58 am »
I grew up with FireFox so I am used to its interface. Moreover, I never had a single problem with it, while I heard people with Chrome having problems seeing code in spoilers here, so I just stayed with this one.

On my Android devices though, I don't use FireFox because it displays an annoying large font and is slower than Dolphin+JetPack (I tried every browser on my slow GP1, Dolphin+JetPack is seriously the fastest, despite what every browser says) and Dolphin also has an interesting way to open your favourite websites (I draw Omnimaga's sigma to open Omnimaga).

771
Crap, my attempt to distract you from the contest has failed :P
Jk, I understand ;)

Good luck by the way :)

772
Yeah, maybe you should just have them not be constant and make a menu to set their values ;)
Not so hard to change using TokenIDE, you just replace all your °MyVar with MyVar then add a declaration and a setting.

773
General Calculator Help / Re: Advice please!
« on: February 02, 2014, 03:33:58 pm »
It depends on what you want to do. Math programs or games ?

If you want to make math programs, Basic is the way to go.

If you want to make games, then you have a dilemma to face :P
I'd actually advise you to try ASM out, because it is only difficult when you already know another "easy" language. But if you start with this one without having programmed in any language before, it won't seem any more difficult than anything.
If you don't want to, or if you are stuck while learning ASM, there's Axe and Grammer.

You should also know that if you plan on doing games and math programs, you have the possibility to use libs so that you only have to learn Basic. But the step between Basic and Axe/Grammer isn't that hard to take (you'll just produce unefficient code but it will work :P).

774
TI Z80 / Re: AudaciTI - 4 channel music player and editor (in the works)
« on: February 02, 2014, 07:14:59 am »
Ah, well thanks for the explanation :)
Now to answer Eiyeron's question properly, no :P
My player only supports "simple" notes, with constant amplitude (gets to its maximum as soon as you start playing it, stops playing as soon as you stop playing it (no joke !)).

775
Introduce Yourself! / Re: I would like to welcome myself to this forum.
« on: February 02, 2014, 06:39:23 am »
Hello Kuma, bears are welcome here :)
You seem to have a rock, but you don't seem to have enough peanuts, so here are some.
!peanuts

776
TI Z80 / Re: AudaciTI - 4 channel music player and editor (in the works)
« on: February 02, 2014, 06:37:54 am »
Hotdammit Hayleia, that piano roll editor looks pretty awesome, congrats.
Wow, that editor is looking awesome indeed O.O
Looks cool. I will definitely check it out once I fix my pc.
Thanks :D

Just one question, how do I delete an individual note?
You can't. My player supports 4 channels, which obviously means "no more" but also "no less" :-\
Maybe that will change in the future but for now it is like that.
However, if you want to play less notes, you can simply put two notes on the same level and your chord now only has 3 notes in it ;)

QUestion can you edit the cannel seetings? Like Attack/Sustain/Release/Decay?
I didn't understand any of the 4 interesting words o.o°
To me, Sustain means "longer note", Release means "shorter note", and the other ones mean nothing :P
Longer and shorter notes are on my to do list, if that answers part of your question.

777
TI Z80 / Re: AudaciTI - 4 channel music player and editor (in the works)
« on: February 01, 2014, 11:31:19 am »
UPDATE

Beginnings of an editor
  • You can edit any appvar with the right header
  • You can adds chords
  • You can remove chords
  • You can change the "height" of a note in a chord (edit keep [2nd] pressed if you think the cursor is moving too fast)
  • You can't create a new appvar yet (you still can create one yourself using a simple program after reading the documentation spoiler in the first post and you also have four "TestATI#" appvars to play with)


To do next: make the calibration calibrate low enough for the player to play right notes -.-
For now, only Wabbitemu plays right notes, calculators are too fast and play higher notes.
Also, add drums once and for all, in all channels instead of having them hidden in the first one.

778
Other Calculators / Re: Flappy Bird - ClrDraw
« on: February 01, 2014, 10:48:40 am »
I didn't try, but if it is compiled for noshell, it should not work in MirageOS. Compiling for Ion solves that problem (can still be run with Asm() and is visible by MirageOS). No problem with other shells though.

779
Other Calculators / Re: Flappy Bird - ClrDraw
« on: February 01, 2014, 02:16:46 am »
ClrDraw, what shell did you compile it for ?

780
TI-BASIC / Re: Ti 84+cse prgming questions
« on: January 30, 2014, 02:50:33 pm »
Could you replace that "Lbl 0" with "While 1" and "Goto 0" with "End" ? I recall from when I was programming in Basic for my 83+ that While loops were faster than Gotos, and I read somewhere that memory leaks can occur with Gotos.

Pages: 1 ... 50 51 [52] 53 54 ... 239