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.


Topics - Axenntio

Pages: [1]
1
TI Z80 / [Tool] Snoud A music editor on-calc
« on: June 27, 2014, 04:06:56 pm »
Hi Omnimaga !
Today I present you a projet took me 1 week of work :D
It's a Music editor on calc (1 channel I'm not a monster too :P )



The column:
Line | Note in decimal | Note | Octave

There is the keys:
"trace" octave -1
"graph" octave +1
"2nd" test the actual note
"mode" insert a line
"del" ("suppr" on french calcs) delete the line
"+" add a line in the end
"-" delete the last line
"up" and" down" to select a note
"left" and "right" to change the note
"ln" load a song ("SONG.8xp")
"sto" save a song ("SONG.8xp")
Tempo:
"4" and "1" +/- 100
"5" and "2" +/- 10
"6" and "3" +/- 1

"enter" play/stop the song (need a long press to stop)

SNOUD.8xp Is the program
SOND.8xp Is a bad apple music sample

2
TI Z80 / [Game] SplitIt
« on: June 22, 2014, 04:47:33 pm »
I Omnimaga, today, I present you a game based on this game : http://www.windowsphone.com/en-us/store/app/splitit/c496dfa9-c451-4f3b-bd80-c3af56f45072

The game is simple, you have 2 blocks you can move right, left, middle or split it to have one on each edge of the screen.
With this, you need to avoid the blocks :)

Time for screenshot ! :3


The screen is very laggy :/
The fault of wabbitemu :P

You can download the game on the attachments part.

Menu:
Use Up and Down
Enter to select the difficulty

Game:
2nd to move up
alpha to move down

It's recommanded to turn your calculator in portrait mode (simply turn your calculator 90° :P )

Have a good time :)

Sorry for my bad english :x (correct me, your help can help me in the future :3 )

Edit: Bug in the title of the game "Spit It"... how I just write it ?!?...
Edit: Fix ! :D

Last Update: http://www.omnimaga.org/ti-z80-calculator-projects/%28game%29-splitit/msg388206/#msg388206

3
Axe / [Solved] A problem with a Terminal
« on: June 09, 2014, 11:23:17 am »
Hi Omnimaga !
I make a little terminal (juste for me :P and for practice)
And I have a bug...

I have this code, the bug comme from the COUT routine, L1 have all the chars of the command:
Code: [Select]
.TERMINAL
Fix 5
Fix 3
0->A->B
[1F5F1F5F5FFFFFFF1FDF1F5F1FFFFFFF1F5F5F5F1FFFFFFF]->Pic0
"WRMH  ?thetaVQLG  :ZUPKFC  YTOJEB  XSNIDA"->GDB0
"wrmh  !thetavqlg  :zupkfc  ytojeb  xsnida"->GDB00
"][ pi  '369)   .258(   0147,          "->GDB000
""->Str0
ref(0,0,96,64
Lbl Main
Repeat getKey(15)
    getKey->K
    If K=1
        B->A
        For(theta,0,A)
            {Str0+theta}->{L1+theta}
        End
    End
    If K=9 and (A!=0)
        A->B
        For(theta,0,A)
            {L1+theta}->{Str0+theta}
        End
        COUT(L1,1)
        COUT("Unknow command",1)
        0->A
    End
    Pt-Off(92,1,Pic0+(M*
    If K=48
        M=1?0->M,1->M
        While K=48
            getKey->K
        End
    End
    If K=54
        M=2?0->M,2->M
        While K=54
            getKey->K
        End
    End
    If K=56 and (A!=0)
        ref(1,57,96,7
        DispGraph
        A--
    End
    If K=15
        ref(1,56,94,7
        DispGraph
        0->A
        While K=15
            getKey->K
        End
    End
    If A<22
        If K>10 and (K<48)
            If M=0
                If {K+GDB0-11}->C
                    C->{A+L1}
                    A++
                End
            ElseIf M=1
                If {K+GDB00-11}->C
                    C->{A+L1}
                    A++
                End
            ElseIf M=2
                If {K+GDB000-11}->C
                    C->{A+L1}
                    A++
                End
            End
        End
    End
    0->{A+L1}
    Text(1,57,L1
    DispGraph
End
Fix 4
Fix 2
Return

Lbl COUT
    If {r2}=1
        ref(1,57,96,7
        Text(1,57,{r1}
    ElseIf {r2}=2
        ref(1,57,96,7
        Text(1,57,{r1}>Frac
    ElseIf {r2}=3
        ref(1,57,96,7
        Text(1,57,{r1}>Dec
    End
    For(theta,0,5)
        Vertical -
        ref(0,63,96,1)
        Pause 5
        DispGraph
    End
Return

http://gyazo.com/a351dd062b0e1ac7321888d12943f562

Normaly, the code output the command (here "HELP") and after "Unknow command" when I press ENTER key.
But see... He output "HELP" and after "ELP"...

(Test on wabbitemu and TI83+USB)
I think the problem come from the COUT routine but... I don't know where is the mistake(s)...

Thank you for the future help :3

4
Axe / [Solved] Cut a string
« on: April 26, 2014, 08:12:03 am »
I dear community ! :)

I exposed my problem...
I've a string like this: "Select1 Select2 Select3"->Str0

And I want disp it like this:

Select1
Select2
Select3

the next line is placed all the 8 char.

I've try this but... the code doesn't work exactly...

Code: [Select]
For(I,0,2)
Text(0,6*I,I*8+Str0)
End

Can you help me ?

Thanks you :)
#Axenntio

5
Axe / [Solved] Cut the numbers of a variable
« on: April 08, 2014, 09:01:32 am »
Hi dear community ! :D

Since 1 days, I program a music editor in Axe, and I need to write the number of the line BUT, I want customs numbers:

Code: [Select]
[E0A0A0A0E00000004040404040000000E020E080E0000000E020E020E0000000A0A0E02020000000E080E020E0000000E080E0A0E0000000E0A0202020000000E0A0E0A0E0000000E0A0E020E0000000]->Pic0

Where is the problem ? I want separate all the part of the number: so for 125 I can have 1, 2 and 5
The number 125 is stored in the var L

After, I want display the number with:
Code: [Select]
Pt-On(2,I*6+2(,the 100th terme of M)*8+Pic0
Pt-On(6,I*6+2,(the 10th terme of M)*8+Pic0
Pt-On(10,I*6+2,(the 1st terme of M)*8+Pic0

Can you help me ? :/

6
Axe / Array in Axe
« on: March 14, 2014, 05:42:03 pm »
Hi community, Axenntio here !

Recently, I understood the utilisation of the List in axe (with the { } and the incrementation of the pointer).
But there is possible to use them or the matrix to have an Array ? like (in C++):

int world[12][8];

Thanks for futur reply.

Sorry for my english... Don't hurt me, I've cookies :3

7
General Calculator Help / USB8x / MSD8x errr 0315
« on: December 02, 2013, 05:38:24 pm »
Hi community,
I recently make an cable to link my calculator (TI 83+ 2013 Edition) to an USB (under 2 Go of memory (998 mo)
First I launch USB8X and there is no problem, and when I plug my USB key and try to launch USB8x, There is an error (0315)
I look on this page: http://wikiti.brandonw.net/index.php?title=83Plus:Software:usb8x/Error_Codes

Error #  Hex     Name          Info
3          03h    Port91Bit4    An error condition was detected on an input pipe (NAK)
21        15h     FindPipe      An error occurred in FindPipe.

And... I don't you what is the "FindPipe" and how to correct this error.

Thank you
#Axenntio

ps:Sorry if I'm in the wrong section
ps2:Sorry for this bad english...

8
Introduce Yourself! / Axenntio here
« on: April 05, 2013, 02:37:12 pm »
Hi all !
ok I'm Axenntio, I'm 16, I'm French (I'm male :P).
This year, I'm in 2nd and we need to have a graphical calculator, I've got an TI 83+ because is the best (backward ti-84+SE)
I programming game and software (C,C++,Axe,...), I also make musics and touch a little bit to the electricity.
I play piano since 8 years and... and... that's all :)

Thank for reading

see you next time !

#Axenntio

9
Music Showcase / Axenntio's musics
« on: April 05, 2013, 02:21:12 pm »
Hi everyone, I'm Axenntio, I create musics since September 2012 and since, I see my renown is very low.
I just want share you my creations because I think they will enjoy to many people.
Please take a little time to listen each musics (no no isn't an order :p)

The channel: http://www.youtube.com/user/Axenntio <- That not worth a good DJ Omnimaga !

In the description of the video, you can download the song (woow !  :o)
If you take care to read it, you can see I'm French (sorry for my English  :()
SUBCRIBE !!! (haha it's joke is not necessary but you make me very happy if you do that.)

That's all,
thanks for reading and listening !
See you to the next !

Enjoy ! :w00t:

#Axenntio

Pages: [1]