CNMAT Flashback

A look back at some items in our archives.

Archive Browser

Browse CNMAT content by type
Book page

Bibliography

Agawu, V. K. 1986. "'Gi Dunu','Nyekpadudo,' and the study of West African Rhythm." Ethnomusicology
30(1): 64-83.

______. 1992. "Representing African Music." Critical Inquiry 18(2): 245-266.

______. 1995. African Rhythm: A Northern Ewe Perspective. Cambridge: Cambridge University Press.

Book page

Discography



Addy, Mustapha Tettey. 1998. Secret Rhythms
(a.k.a. Drummer By Nature). Jork, Germany: WeltWunder
Records.

Brown, James. 1991. Star Time. Compact
disc compilation of original releases 1956-1984. New York: PolyGram
Records.

Busta Rhymes. 1996. The Coming. New
York: Elektra Entertainment Group.

Book page

2. Configuring Subversion and Related Software

Configuring Subversion

After you install subversion you should put CNMAT's long list of "global-ignores" in your .subversion/config file

Why?

Subversion can be configured to "ignore" certain files, which mainly means not to try to check them into the repository if they appear in a folder. You mainly need this for files that are created by the build process, which don't belong in the repository. By default Subversion comes configured with a pretty conservative list of these files; I've added quite a few.

How?

Book page

2007 Sensor Workshop

July 23-27, 11 AM -4 PM
(Lecture 11-12, lunch break 12-1, lab session with instructor support 1-4)
CNMAT, 1750 Arch Street, Berkeley, CA
Instructors: Adrian Freed

The format will be short morning lectures and demonstrations and late morning and afternoon supervised lab sessions. There will be plenty of scope for discussions and private access to instructors for guidance and mentoring.

Book page

Mathematica Package Configuration

_Mathematica_ searches a local user directory (see $UserDirectory) in addition to the system-wide location for add-on packages. The musictheory/src directory needs to be added to this path. This can be done in two possible ways:

1. Create a symbolic link in $UserDirectory to the musictheory/src directory. Using Terminal:

cd ~/Library/Mathematica/Applications

Book page

Installation Test

Open up the notebook musictheory/nb/Introduction.nb and evaluate its contents.

- If the MusicTheory subpackages were not found, then the installation was not done correctly.
- If you did not install LilyPond, the demonstrations using Notate[] will not work.

Book page

MIDI

# Features

- Imports a MIDI type 0, 1, or 2 file and parses into a series of chunks (headers, track), and events (channel, meta, sysex).

# Planned

- Convert parsed MIDI data into a score
- MIDI export

Book page

Symbols

# Features

- Defines a collection of symbols for standard western notation
- Defines symbols used in score representation

# Planned

- More symbols for advanced notation requirements

# Maybe

- Some way to deal with generalized pitch classes

Book page

Transforms

# Features

- PitchClass
- DiatonicToChromatic
- Pitch to numeric
- PitchToInteger
- IntegerToPitch
- Duration to numeric
- DurationToRational
- RationalToDuration
- TotalDuration
- DurationToOnset
- OnsetToDuration
- Score reduction
- ExtractDurations
- ExtractPitchInstances

# Planned

- Score to/from piano roll

Book page

Notation

# Features

- Notate
Renders and returns an image given a Score or Notes as input.

# Planned

- Ability to export to various formats (all possible using the Lilypond backend)
- EPS
- PDF
- MusicXML
- MIDI
- Support for rhythmic notation e.g., "Tubs" notation and polygon visualizations

Book page

Modes

Modes are defined as a list of intervals relative to the root of a scale.

# Features

- Modes of limited transposition
- Standard musical modes:
- Ionian
- Dorian
- Phrygian
- Lydian
- Mixolydian
- Aeolian
- Locrian

# Planned

- More scales...

Book page

Decitalas

A collection of ancient Hindu rhythms popularized by Olivier Messiaen.

# Features

- Decitalas = { {i, name, {Duration[...], ...}, {...}, ... }

# Planned

- N/A

Pages