Page 2 of 2

Re: Proposing CAS extension: Cue data

Posted: Tue Aug 22, 2017 7:56 pm
by robcfg
I've done a:
And when I list the branches, I only get:
*master

Is that ok? I have to say that I haven't use git much because I'm more the Mercurial type, but they should work pretty much the same.

Cheers,
Rob

Re: Proposing CAS extension: Cue data

Posted: Tue Aug 22, 2017 10:01 pm
by sixxie
git branch on its own only lists local branches. Use git branch -a to see the remote ones too. If you git checkout cascue, it should set up a local branch tracking the remote you cloned.

Edit: ah, turns out I'd messed up calculating timing in bin2cas, the error tracking in cas2wav wasn't really an issue.

Re: Proposing CAS extension: Cue data

Posted: Wed Aug 23, 2017 11:37 am
by sixxie
Dropped a few examples, and the conversions by cas2wav, in here:

http://www.6809.org.uk/tmp/da/cuetest/

Re: Proposing CAS extension: Cue data

Posted: Fri Nov 30, 2018 11:33 pm
by robcfg
I've finally updated the CAS file format definition with the Cue data extension format, as it's now supported on Xroar.

You can read it here.

Cheers,
Rob