Author Topic: Wait For Keys  (Read 21017 times)

0 Members and 1 Guest are viewing this topic.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Wait For Keys
« Reply #15 on: September 20, 2010, 04:19:51 pm »
If you're in Full mode then the delay in the key routine is too quick to register the key-group switch.  Make sure you're in Normal mode when using direct key detection.
I'm in Normal mode and have to do it.

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Wait For Keys
« Reply #16 on: September 20, 2010, 09:16:18 pm »
Maybe we could have a getKey(#)r that uses the delay appropriate for 15MHz mode?
And yeah, it is annoying x.x
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Wait For Keys
« Reply #17 on: September 21, 2010, 07:37:04 pm »
Maybe we could have a getKey(#)r that uses the delay appropriate for 15MHz mode?
And yeah, it is annoying x.x

Yeah, that'd be a great feature to add. I thought Axe'd done it already, though.




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Wait For Keys
« Reply #18 on: September 22, 2010, 12:02:06 pm »
Shouldn't you just do

Code: [Select]
Normal
While getkey(0)
Pause 3
End
Full

?

This is what we do with grayscale actually.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Wait For Keys
« Reply #19 on: September 22, 2010, 07:18:32 pm »
Huh? I never heard about that. So we absolutely need a pause if we use grayscale?




Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Wait For Keys
« Reply #20 on: September 22, 2010, 08:03:24 pm »
No, he means if you're running a program at 15MHz, you have to similarly precede the DispGraphr(r) with Normal and put Full after it.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Wait For Keys
« Reply #21 on: September 22, 2010, 08:05:18 pm »
Oh, got it.




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Wait For Keys
« Reply #22 on: September 22, 2010, 11:24:27 pm »
Yeah this is what I meant. We have to do the same thing with grayscale.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

SirCmpwn

  • Guest
Re: Wait For Keys
« Reply #23 on: September 26, 2010, 08:58:25 am »
This is hilarious.  I posted this hoping for a simple routine, but instead it turns into a two page mini-discussion about the best way to approach this, with 7 or 8 potential routines.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Wait For Keys
« Reply #24 on: September 26, 2010, 10:59:37 am »
2 pages? That's nothing. I've seen a topic asking for simpler routines turn into huge, 7-8 page argument on an almost unrelated subject.

EDIT: Soo, which routine are you going to use?
« Last Edit: September 26, 2010, 11:00:27 am by Deep Thought »




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Wait For Keys
« Reply #25 on: September 26, 2010, 12:04:08 pm »
This is hilarious.  I posted this hoping for a simple routine, but instead it turns into a two page mini-discussion about the best way to approach this, with 7 or 8 potential routines.
Yeah but no need to be a jerk about it either if that's your intention. People just thought it would be cool if Quigibo implemented a routine making it easier for people to get around the delay issues and discussed potential routines. You have to expect this to happen in help topics. I saw this happen a lot before.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline qazz42

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1130
  • Rating: +30/-12
  • hiiiiiiiii
    • View Profile
Re: Wait For Keys
« Reply #26 on: September 26, 2010, 12:08:09 pm »
This is hilarious.  I posted this hoping for a simple routine, but instead it turns into a two page mini-discussion about the best way to approach this, with 7 or 8 potential routines.

wow, the sarcasm is so intense, I can feel it radiating from my screen

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Wait For Keys
« Reply #27 on: September 26, 2010, 12:50:12 pm »
This is hilarious.  I posted this hoping for a simple routine, but instead it turns into a two page mini-discussion about the best way to approach this, with 7 or 8 potential routines.

wow, the sarcasm is so intense, I can feel it radiating from my screen

In that case ... please disregard my last post ;D




SirCmpwn

  • Guest
Re: Wait For Keys
« Reply #28 on: September 26, 2010, 02:34:27 pm »
Err...
This is what I said in a PM with DJ:
I meant it more as praise than anything, that I can post requesting a simple routine, and the community strives to find the best possible way of doing it instead of just a quick reply.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Wait For Keys
« Reply #29 on: September 26, 2010, 02:46:26 pm »
That's what I thought.

Soo, which routine are you going to use?