Poll

Ignore This

Ignore This
0 (0%)
Ignore This
0 (0%)

Total Members Voted: 0

Author Topic: How Can I Play CD Track Without a Button?  (Read 1534 times)

FoxFore_64

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How Can I Play CD Track Without a Button?
« on: February 09, 2020, 12:39:55 am »
Hello, im Daniel (a Spanish Guy). I Have a Question, How Can i Get CD Audio Track Working Without Pressing a Button? I Watched The Source of The Audio Demo And I Need To Press a The "B" Button, It Doesn't Play The CD Track Automatically. What I Need To Do? Ignore The Vote :|

SuperReye

  • Newbie
  • *
  • Posts: 8
  • Karma: +2/-0
    • View Profile
    • Reye.me
Re: How Can I Play CD Track Without a Button?
« Reply #1 on: February 16, 2020, 10:26:36 am »
If you look into the source code of the audio demo, you can see there is an IF statement on line 48. It compares whether button B is pressed and music is not playing, when result is true it will call code inside that brach. So to make it work like you need to just remove jo_is_pad1_key_pressed(JO_KEY_B) && from the IF statement.

I recommend learning some basics of C language before (just simple stuff, IF statements, functions, switch cases, ...), so you can read the code more easily.

EDIT: I forgot, the actual function that starts playing music is jo_audio_play_cd_track(), you can find what it does in joEngine docs.
« Last Edit: February 16, 2020, 10:31:48 am by SuperReye »

 

Sitemap 1 2 3 4 5 6 7 8 9 10