CNMAT Flashback

A look back at some items in our archives.

Archive Browser

Browse CNMAT content by type
Book page

OSC Schema for Hearing Aid Parameters

# 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
-

Book page

Subject Consent Form

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

Book page

Subject Instructions

# 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.

Book page

Subversion Repository

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:

Book page

Converting from CodeWarrior to XCode


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.

Book page

Required Development Tools

# 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.

Book page

Requested Modules and Feature Enhancements

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.

Book page

Nodeaccess Permissions Cache

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

Book page

Reservations System

This module/node type combines a calendar, resource-conflict detection logic, and wizards/UI development to enhance typical use-cases in reservation creation.

Book page

OG Action Target set Public

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.

Book page

CCK Compound Field Support

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.

Book page

SDIF Standard Frame Types

Organization of This Document

The SDIF standard includes an extensible collection of standard frame and matrix
types, listed in this document.

Book page

SDIFF

SDIFF

SDIFF - Spectral Description Interchange File Format


What is SDIFF?


The idea is to create a new standardized file format to promote :


  1. the multiplatform interchange of spectral description,

  2. reduce the considerable duplication of effort for everybody to support
Book page

The "PR Blurb"

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.

Pages