Update of /cvsroot/q-lang/qcalc
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30867
Modified Files:
qcalc.q
Log Message:
comment changes
Index: qcalc.q
===================================================================
RCS file: /cvsroot/q-lang/qcalc/qcalc.q,v
retrieving revision 1.181
retrieving revision 1.182
diff -C2 -d -r1.181 -r1.182
*** qcalc.q 23 Nov 2007 23:12:47 -0000 1.181
--- qcalc.q 23 Nov 2007 23:46:41 -0000 1.182
***************
*** 30,34 ****
- Additional convenience functions (Drag and drop? Allow range selections
! to enter cell references, etc.) */
def VERSION = "1.0",
--- 30,44 ----
- Additional convenience functions (Drag and drop? Allow range selections
! to enter cell references, etc.)
!
! - Improve latencies for computer music, multimedia and other realtime
! applications.
!
! This will require asynchronous updates to be processed in their own
! thread running concurrently with the GUI thread (instead of a timer
! routine), and faster communication with the inferior Q process (using
! pipes/sockets/shared memory?). In any case, these changes will need the
! multithreaded version of Qt, and thus should probably be confined to
! their own separate qcalc version. */
def VERSION = "1.0",
|