DeBesten / open9x

Automatically exported from code.google.com/p/open9x
0 stars 0 forks source link

Increasing the number of voices in the cue #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which board (stock / gruvin9x / sky9x) are you using?

Stock Board with Atmega128.

I'm trying to chain some telemetry events by flicking a switch.
Managed to have 2.
Couldn't fit a third one because it seems that the allowed number of files 
waiting to be played is quite short.. Can this number be increased? 

It works with 3 events if I trigger the last one with a different switch after 
some time I triggered the first. then it plays all the events. But we need the 
other switches to fly unfortunately :) so if the number of files allowed in a 
cue could be increased we could run everything out of 1 switch :D
Thank you

Original issue reported on code.google.com by joaoalve...@googlemail.com on 21 Feb 2013 at 12:38

GoogleCodeExporter commented 8 years ago
Now 20 on Atmega128

Original comment by bson...@gmail.com on 21 Feb 2013 at 6:18

GoogleCodeExporter commented 8 years ago
Thanks. Will report back.

Original comment by joaoalve...@googlemail.com on 21 Feb 2013 at 6:37

GoogleCodeExporter commented 8 years ago
No, it's not working now the audio is all messed up

ELE Play track 361 30s
ELE Play Val  Batt 30s
ELE Play Track 365 30s
ELE Play Val   A1  30s

It should say:

Radio voltage, xx.xV  
receiver voltage xx.xv

But it's saying:

Receiver voltage zero volts, volts (repeating)
Receiver voltage zero volts

So it doesn't say the first file (radio voltage)
It says Volts in double.
I don't understand the logic but it was working as it should before, only the 
cue wasn't big enough..

Original comment by joaoalve...@googlemail.com on 21 Feb 2013 at 6:59

GoogleCodeExporter commented 8 years ago
you did a fix while I was writing this.. let me check again
before you allow 20 files in the cue, but now you changed it to 16??

Original comment by joaoalve...@googlemail.com on 21 Feb 2013 at 7:03

GoogleCodeExporter commented 8 years ago
It must be a multiple of 2

Original comment by bson...@gmail.com on 21 Feb 2013 at 7:06

GoogleCodeExporter commented 8 years ago
multiple of 8 you mean ;)

Original comment by joaoalve...@googlemail.com on 21 Feb 2013 at 7:16

GoogleCodeExporter commented 8 years ago
will report in a while. have to program the model again. too many things messed 
up due to latest changes :)

Original comment by joaoalve...@googlemail.com on 21 Feb 2013 at 7:18

GoogleCodeExporter commented 8 years ago
No I meant 2^x

Original comment by bson...@gmail.com on 21 Feb 2013 at 7:30