A look back at some items in our archives.
- Main Screen
[inline-center:1]
- Current Hearing Aid Configuration
[inline-center:2]
- 2D Interpolation UI
[inline-center:3]
# Main:
- /init
- /close
- /exit
# Instrument:
- /Instrument/0 : right side hearing aid
- /Instrument/1 : left side hearing aid
## Instrument Operations
- /Instrument/\*
- /activateMemory (int) : load and activate memory (1-4)
- /enableOutput (int)
- /reboot
- /readMemory
- /writeMemory
- /writeBlock
- /writeFirmware
- /readFirmware
-
CPHS Protocol #2008-7-30: “The Design of Digital Hearing Aids that Provide Satisfy ing Music Listening Experience”
Expires 8/12/2009. Renewal period opens 8 weeks prior.
Office for the Protection of Human Subjects(OPHS)
2150 Shattuck Avenue, Suite 313
Berkeley, CA 94704-5940
PH: (510) 642-1674
FAX: (510) 643-6272
cphs@berkeley.edu
# Training Instructions
Here are 7 objects on the bottom side of each object is a picture of a shape. The shapes may be different types, sizes and colors. You need to arrange the shapes on this board such that the shapes you perceive as similar are close together and those that are different are far apart.
Overview of resources for research at CNMAT.
Research software code, original papers and other editable materials are kept in Subversion (SVN) repositories, organized by project. Membership in specific research groups is required for some repositories. The login information for SVN is synchronized to the username and password on the website.
The main repository of CNMAT Maxmsp objects and misc software:
The research fileshare contains software, papers, and other materials for research group users. Please do not redistribute this material. The fileshare is a WebDAV share.
To mount the share in Mac OSX, go to Finder > Go > Connect to Server... (Apple+K). Then enter:
https://cnmat.berkeley.edu/dav/www/research
Press connect.
Making an Xcode Project
This tutorial is assuming you're starting with a working .c file, probably moving an older project over to Xcode. It would be easiest to start with a CNMAT object that exists at the same level in the Hierarchy of your Working Copy of the CNMAT Repository as the new one, and copy it. But, I've also started with the example objects in the UB SDK. I'll cover that, since it requires a few more steps.
# All platforms:
- Gnu make 3.81 or greater. Note that XCode 3.0 installs good version of make. If you have an earlier version of make you will see an error along the lines of "../../../makefile.per-object:13: *** multiple target patterns.
This book contains information relevant to website administration, website module development, and server administration.
This is a collection of modules and feature enhancements necessitated by requests from CNMAT website users.
In some cases there may be an existing module which satisfies the requirement, but we are not aware of it.
This module will maintain a table with cached nodeaccess permissions for every user. The table should look like this:
nodeaccess_cache:
nid (foreign key)
uid (foreign key)
updated (timestamp)
read (0 / 1)
edit (0 / 1)
index: nid, uid, read
index: nid, uid, edit
This module/node type combines a calendar, resource-conflict detection logic, and wizards/UI development to enhance typical use-cases in reservation creation.
This is a request for a Views filter which combines "OG: Is public" OR "OG: User in subbed groups".
In other words, it should filter results to all posts which the user can read, based on public indication, OR group membership.
Extension to organic groups; an Action which sets group flag "Public" on or off.
This can be used in conjunction with workflow states to schedule nodes to be public-viewable at some future time.
We would like the ability to have "multiple groups" over CCK fieldgroups. The module "Fieldgroup table" does NOT do this.
Note that this must make it possible to have multiple instances of multiple-valued fields.
When a case is being created it should obtain from the project a list of participating users to whom the case can be assigned. One of these persons should also be the default for that project.
Organization of This Document
The SDIF standard includes an extensible collection of standard frame and matrix
types, listed in this document.
SDIFF
The idea is to create a new standardized file format to promote :
SDIF: Sound Description Interchange Format
Effective musical application of the many sound analysis/synthesis tools
now available has been hampered by the absence of a common representation
for analyzed data. Although standard file formats abound for time-domain
audio samples, each institution has its own file formats for other kinds
of sound descriptions.