Jwd sounds like version 6 of J. This predates Jqt.

There's some docs at
https://www.jsoftware.com/docs/help602/user/win_driver_cmd_ref_overview.htm

I hope this helps,

-- 
Raul

On Sat, Apr 15, 2023 at 4:57 PM Michal Wallace <michal.wall...@gmail.com> wrote:
>
> Hey all,
>
> I've been working on JPrez again -- a console-based presentation tool
> that can record and play back interactions with a J REPL.
>
> It also lets you specify text to be recorded for voice overs to narrate the
> interaction (for making videos), and over the past week I've embedded
> JPrez inside a windows binary that looks like a normal text console but
> can peek inside JPrez and actually let me record and play audio for
> the individual voice over lines.
>
> However, right now I'm doing everything from the host application. It polls
> Jprez to see what's on the screen and what the current line of text is
> (jprez suggests a filename for a corresponding wav file).
>
> That all works fine for recording one line at a time, but if I want to
> actually
> play the presentation, I'd much rather have J drive the interaction.
>
> I basically already have a J front end, but I don't know what to do with
> Jwd,
> or how to use it from the J side. I've picked up that it's using 11!:n
> under the
> hood, but I haven't found much information about how it's meant to be used.
>
> Do any docs exist?
>
> Where should I look in the jsource and jQt code bases to find examples?
>
> Thanks!
>
> -Michal
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to