1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
Benjamin Drung 787f2afd10 Introduce end-of-line normalization
Ensures that all files that Git considers to be text will have
normalized (LF) line endings in the repository. When core.eol is set to
native (which is the default), Git will convert the line endings of
normalized files in your working directory back to your platform's
native line ending.

See also https://git-scm.com/docs/gitattributes
2016-05-17 01:05:05 +02:00
..
2013-10-31 07:33:41 +00:00
2013-10-31 07:33:41 +00:00
2013-10-31 07:33:41 +00:00
2013-10-31 07:33:41 +00:00
2016-05-17 01:05:05 +02:00

README.txt
Roger B. Dannenberg
2 Jan 2009

PmDefaults is a program to set default input and output devices for PortMidi
applications. After running the PmDefaults program and choosing devices,
identifiers for these devices will be returned by 
Pm_GetDefaultInputDeviceID() and Pm_GetDefaultOutputDeviceID().

Included in this directory are:

manifest.txt -- used in pmdefaults.jar
pmdefaults-icon.* -- various icons for applications
pmdefaults-license.txt -- a version of portmidi/license.txt formatted for
		       the windows installer
portmusic_logo.png -- a logo displayed by the pmdefaults application
readme-win32.txt -- this becomes the readme file for the pmdefaults
		 application. It is copied to win32/README.txt by make.bat

TO BUILD THE APPLICATION: see ../README.txt