>> Have we met before?

We have not.
We've talked about your program's a few times around here. I just didn't expect to see you.

Welcome!

I've looked at the new encoder. It's definately works much better now.
Nice new features too.

Looks like I've got some re-creating to do.

>> and I can also add some "export to BASIC" facility to the 2.0 BTc Encoder if you think ...

I don't think that will be necessary, since PBP can handle ASM files with ease.
However, if you were so inclined, it would be nice to have a second ASM output format.

Something like this would be very helpfull.
Code:
Filename  macro      ; Filename of the original sound (no extensions)
    dw   22050       ; Playback Bitrate
    dw   832         ; Sound Length in bytes
    dw   16          ; bt Constant
    dw   1           ; btc model (0=1bit 1=1.5bit)
;----------------------------------------
    db    0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa    ; The sound data
    db    0x55, 0xaa, 0x55, 0xb5, 0x52, 0x4a, 0xd2, 0x5a    
   ; etc.
  endm
But that's just something to ponder on.

Once I get it re-created, I'll have a better idea. (no doubt)
<hr>
I didn't want to highjack Paul Borgmeier's great thread about your other program, so I've split these posts into to a new thread.