From: Paul Barton-Davis <pbd@Op.Net>
To: linux-sound@vger.kernel.org
Subject: Re: sequencer timing issues
Date: Wed, 27 Oct 1999 17:55:58 +0000 [thread overview]
Message-ID: <marc-linux-sound-94104695800934@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-94104534231553@msgid-missing>
[ why softwerk can't use a kernel sequencer ]
>Hmm..sounds like you're already paying much of the price of the
>hyperseq approach..might as well go all the way. :)
thats the plan, just as soon as i:
* finish autoconf-izing Quasimodo
* fix Quasimodo's audio input system
* finish writing a prototype of my take on the plugin API
* port the ALSA CS4231 driver to pcm-v2
* port SoftWerk to Gtk--
etc. etc. :)
>> in SoftWerk's case, because it doesn't process audio data in any way,
>> I use sigitimer(2) to give me a periodic async signal every so often
>> (typically 20-100ms: its controllable in the UI). i use this to
>> measure the passage of time, and compute when a beat/tick is
>> happening. soon, i will use the RTC with select(2), which will be
>> more accurate and permit much faster tempos than sigitimer can.
>
>Wouldn't you say that an HZ > 100 kernel is the cleanest solution?
its the cleanest, but not the best. HZ = 1000 adds about 8% overhead
to IRQ processing *all the time*. and even then, the system timer is
only accurate to 1ms, which is still not adequate for some envisioned
uses of SoftWerk (though given its use of h/w MIDI ports and the speed
of MIDI communication, its pretty excellent for 99% of them :)
--p
prev parent reply other threads:[~1999-10-27 17:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-10-27 16:33 sequencer timing issues est
1999-10-27 17:55 ` Paul Barton-Davis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-94104695800934@msgid-missing \
--to=pbd@op.net \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.