*** listdev
It would be nice if "pd -listdev" didn't launch Pd but just listed
the devices, like "pd -?" does.
*** qlist
I found that if I don't preface lines in a qlist file with a
millisecond duration that a "next" command to qlist runs through the entire list and not just the next line. I can't tell if this is a bug or not.
I'm using the Windows version, too.
. . David McCallum . Noise Maker . http://mentalfloss.ca/sintheta/ .
hi David,
my view: the 'next' deals with entire events, not separate messages -- where an event may consist of several messages, and by definition starts with a time-stamp (possibly equal 0). This is retained in xeq, btw.
If your entire file has no time-stamps, than perhaps you would rather prefer using [textfile] over [qlist]?
Krzysztof
David McCallum wrote: ...
I found that if I don't preface lines in a qlist file with a
millisecond duration that a "next" command to qlist runs through the entire list and not just the next line. I can't tell if this is a bug or not.