[gmpi] Reqs final draft update
- From: Tim Hockin <thockin@xxxxxxxxxx>
- To: GMPI list <gmpi@xxxxxxxxxxxxx>
- Date: Thu, 13 Jan 2005 08:54:09 -0800
I made this change today.
http://www.gmpi-plugins.org/gmpi/requirements.php
diff -u -u -r1.70 requirements.php
--- requirements.php 2005/01/13 08:19:15 1.70
+++ requirements.php 2005/01/13 16:46:32
@@ -242,6 +242,13 @@
<br/><i><a href="#profiles">More on this requirement</a></i>
</p>
+ <p><?php next_req(); ?>
+ GMPI must define clear and easy-to-follow rules governing access to
+ those system resources which must be shared between the plug-in and
+ the host. Examples include the Resource Context on Macintosh and the
+ FPU state on x86.
+ </p>
+
<?php next_minor("Basics"); ?>
<p><?php next_req(); ?>
@@ -1616,10 +1623,10 @@
<dl>
<dt>1. Linked parameters</dt>
- <dd>Two parameters, LEFT and RIGHT, are independant of each other,
+ <dd>Two parameters, RATE and DEPTH, are independant of each other,
unless a third parameter, LINKED, is set to true. When LINKED is
- true, LEFT and RIGHT are joined at the same value, and move in lock
- step. When LINKED is set to false, LEFT and RIGHT can be changed
+ true, RATE and DEPTH are joined at the same value, and move in lock
+ step. When LINKED is set to false, RATE and DEPTH can be changed
independently. All UIs must reflect this linkage.</dd>
<dt>2. Clipped parameters</dt>
----------------------------------------------------------------------
Generalized Music Plugin Interface (GMPI) public discussion list
Participation in this list is contingent upon your abiding by the
following rules: Please stay on topic. You are responsible for your own
words. Please respect your fellow subscribers. Please do not
redistribute anyone else's words without their permission.
Archive: http://www.freelists.org/archives/gmpi
Email gmpi-request@xxxxxxxxxxxxx w/ subject "unsubscribe" to unsubscribe
Other related posts:
- » [gmpi] Reqs final draft update