From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id CCA4D1EFE0F; Sat, 10 Sep 2016 21:39:44 -0400 (EDT) Received: from mail-oi0-f53.google.com (mail-oi0-f53.google.com [209.85.218.53]) by befuddled.reisers.ca (Postfix) with ESMTPS id 7383D1EFDFD for ; Sat, 10 Sep 2016 21:39:43 -0400 (EDT) Received: by mail-oi0-f53.google.com with SMTP id y2so231383704oie.0 for ; Sat, 10 Sep 2016 18:39:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=ws/++FAgEWcqEOUeRhohSwj5CbnGwRO2YusVde8kwYg=; b=XZd08yq/T2wMAXMfQq0rTGqqq4JyERI7I+PoDrq2v7JHB2A8PoMwd4+T3phRx66ysW BM+j3gqD6G0VvMdiaVkCaGrAssE6US0dDayFsqI7b3ryHsWpj0Wvk3MYZR4iCe9rZj/j zkHbY8VeyY2Sa3CscfmDIZtm7gn5Mov3ZphZ7dCalGUQn5ow1vhjziRFtjVZWNzfOuu2 AqsLxwq1nOYJUqY6ZJhWSUYg4LXIADRbLU+MmXadu/M5310di+6rTWbNvs1V3fUHJs0B dVE3wv9EHIvbHyNjbgOYsy/zdxvPvaQmQuhzECVp8alTGq2PnSsrI5rb5wE+k8gWDfMy kYJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=ws/++FAgEWcqEOUeRhohSwj5CbnGwRO2YusVde8kwYg=; b=lw1SKFfE8ez/Bb8neE+h+NUHzu14F/0CcWi1idGTlB5Ji8Q1rNfuG+iS1rVReuvc7K Zi4LK3DIuzr391ISb3+W3LsegvrpuC4J7MRAuYyGpOgK84Ja6TNd9AUozerjxG3mAmJx QbEBy2GCEJ8hGF98QMfwDmIDVbYKOeeRSYX7CpzgJHl3i1jj0kymxq8O8H0YD92J9UfI uOjRc95D0Atsc1LdV9CAmMtOhx2Lz01j1xzrBoGWMo350eeOEnKJEY0vfUfFTcLRqGUK zoKh6BP7eczPx28bM1xONKh2pRmI6mwIrzajxYHq7LGVxO4MFdZcm/t0Eq5qamD/4Mn6 UNtQ== X-Gm-Message-State: AE9vXwO/4UcgJ9nABt67OH0s9SC/q2fyT1ycMetawC4mDLSs/FeBlsl5iQ6ldQw7cOJ63Q== X-Received: by 10.157.63.67 with SMTP id m61mr12924649otc.189.1473557918221; Sat, 10 Sep 2016 18:38:38 -0700 (PDT) Received: from my-p4 (CPEc03fd54e25a1-CM00fc8d424d60.cpe.net.cable.rogers.com. [99.236.54.233]) by smtp.gmail.com with ESMTPSA id f9sm6362042itc.10.2016.09.10.18.38.36 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sat, 10 Sep 2016 18:38:37 -0700 (PDT) Date: Sat, 10 Sep 2016 21:38:34 -0400 From: David To: speakup@linux-speakup.org Subject: more fixes for my modded speakup Message-ID: <20160911013834.GA3227@my-p4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 01:39:44 -0000 Multi line reads like say screen now release the lock between lines so the voice thread can get in earlier. smarter highlight tracking scores colors to determine what should be read. a bunch more work so synths can write usb devices etc. This is a work in progress. moved bleep into the main with a timer so the catch-up thread only handles the synth. then for soft synth, we won't even create it. The buffer.c code now allows gets of strings which auto-lock until the next status check so we will be able to write blocks of data to a system device driver. Soon I can use my dec talk on a netbook with a usb to serial converter! Hopefully I didn't break anything. I only have a dectalk for testing.