2431
Axe / Re: Bullet Coding
« on: October 19, 2011, 03:33:28 pm »
I thought DT had a tutorial for this
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. 2431
Axe / Re: Bullet Coding« on: October 19, 2011, 03:33:28 pm »
I thought DT had a tutorial for this
2432
Grammer / Re: Grammer« on: October 19, 2011, 03:32:02 pm »
16=Detects I/0 port
24=Detects USB port(84 only) Are you gonna eventually add sound as well? 2433
Grammer / Re: Grammer« on: October 19, 2011, 03:01:24 pm »Come to think of it, it is!Lol, I could probably use that.I think 5,6,7 and 8 are for the diagonal directions. ![]() 2434
Music Showcase / Re: turiqwalrus's music thread« on: October 19, 2011, 03:00:26 pm »
MuseScore FTW
![]() Yea. Intro bass is too long. 2435
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!« on: October 19, 2011, 02:59:04 pm »
for half notes and whole notes, you'll have to do it like this:
freq(oA3,oQR) freq(oA3,oQR) This will give you half notes. 2436
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni« on: October 19, 2011, 01:12:00 pm »
2308:
Spoiler For Spoiler: 2437
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni« on: October 19, 2011, 01:01:19 pm »
2305: But you don't do that for a sake of omni loading speed
![]() 2306: You use quote button ![]() 2438
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!« on: October 19, 2011, 12:49:24 pm »
ah ok.
2439
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni« on: October 19, 2011, 12:47:33 pm »
2303: You DO log in here every day
2440
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!« on: October 19, 2011, 12:44:43 pm »
so how is the noise differ by the size of X?
2441
Grammer / Re: Grammer« on: October 19, 2011, 12:41:53 pm »
My pic was just a easy way to memorize getKey value XP
2442
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!« on: October 19, 2011, 12:16:00 pm »
can you give me the equivalent period of noise if it's 16384 in freq?
EDIT:Added to routine. 2443
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!« on: October 19, 2011, 12:12:51 pm »
Will the length will be same as period of notes used in freq?
2444
TI Z80 / Re: Golf Tour 2011 - Not mini golf!« on: October 19, 2011, 12:11:06 pm »
You could store it into appvar.
Make a program that do that. prgmPROGRAM .TEST [Pic1]→GDB1 GetCalc("appvPIC1",768)→A Copy(GDB1,A,768 This will create the appvar PIC1 that contains Pic1 2445
TI Z80 / Re: Golf Tour 2011 - Not mini golf!« on: October 19, 2011, 11:47:08 am »
or you can do:
[Pic1]→GDB1 [Pic2]→GDB2 and do this: Copy(GDB1,L6,768 //Front Buffer Copy(GDB2,L3,768 //Back Buffer DispGraph |
|