summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Schweer <ws.seh.de>2006-05-15 20:40:06 +0000
committerWerner Schweer <ws.seh.de>2006-05-15 20:40:06 +0000
commit5290d9fb5e4daff97583e1e1e86ffbb342809d38 (patch)
tree086bcf53a248c9e923066e334f54efd0289b5743
parent195f182d2827ac6fff255da009958e5c00bd05ab (diff)
small updates
-rw-r--r--muse/doc/dimpl/dimpl.tex2
-rw-r--r--muse/doc/man/en/CMakeLists.txt4
-rw-r--r--muse/doc/man/en/man-en.tex2
-rw-r--r--muse/doc/man/en/projects.tex55
4 files changed, 61 insertions, 2 deletions
diff --git a/muse/doc/dimpl/dimpl.tex b/muse/doc/dimpl/dimpl.tex
index 81bc23c8..a0501a38 100644
--- a/muse/doc/dimpl/dimpl.tex
+++ b/muse/doc/dimpl/dimpl.tex
@@ -185,7 +185,7 @@
my system \type{/usr/share/muse-1.0/instruments}.
An instrument\index{Instrument definition} is a property of the
- midi ouput port \index{Midi output port}.
+ midi ouput channel \index{Midi output port}.
All found instrument definitions are presented by MusE
in the Instrument pulldown menu of the midi output port.
diff --git a/muse/doc/man/en/CMakeLists.txt b/muse/doc/man/en/CMakeLists.txt
index 2333365a..639c8ccf 100644
--- a/muse/doc/man/en/CMakeLists.txt
+++ b/muse/doc/man/en/CMakeLists.txt
@@ -20,7 +20,9 @@
add_custom_command (
OUTPUT man-en.pdf
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/man-en.tex
+ DEPENDS
+ ${CMAKE_CURRENT_SOURCE_DIR}/man-en.tex
+ ${CMAKE_CURRENT_SOURCE_DIR}/projects.tex
COMMAND ${TEXEXEC_PATH}/texexec
ARGS --language=en --verbose --batch --pdf
--path=${CMAKE_CURRENT_SOURCE_DIR}
diff --git a/muse/doc/man/en/man-en.tex b/muse/doc/man/en/man-en.tex
index d7f4cd69..07d7bf8f 100644
--- a/muse/doc/man/en/man-en.tex
+++ b/muse/doc/man/en/man-en.tex
@@ -296,6 +296,8 @@
karaoke: midi file with additional information; some types
can be imported\par
+\component projects.tex
+
\startappendices
\component ../gpl.tex
\completeindex
diff --git a/muse/doc/man/en/projects.tex b/muse/doc/man/en/projects.tex
new file mode 100644
index 00000000..391e5c22
--- /dev/null
+++ b/muse/doc/man/en/projects.tex
@@ -0,0 +1,55 @@
+\chapter{Projects}
+
+ \section{Project}
+
+ A \M\ project \index{project} is represented by a folder holding
+ all files of the project. This are mainly the recorded wave files
+ and the the project file \index{project file}.
+ The project file contains all information about the project.
+ It also contains all midi data if exists.
+
+ Example of a project folder structure:
+
+ \starttyping
+ ~/MusE
+ projects
+ song1
+ song1.med
+ rec1.wav
+ rec1.wca
+ rec2.wav
+ rec2.wca
+ song2
+ .
+ .
+ \stoptyping
+
+ In the above example {\tt song1} is the project folder
+ \index{project folder} and
+ {\tt song1.med} is the project file.
+ The {\tt *.wav} files are audio recordings and the {\tt *.wca}
+ files contain precomputed data used for fast screen drawing of
+ waveforms.
+
+ The path of the standard project folder
+ \index{standard project folder} {\tt ~/MusE/projects}
+ can be configured in the ''Preferences'' menu.
+
+
+ \section{Select a project}
+
+ After \M\ starts, first a project must be choosen or created.
+
+ Normally the last project will be loaded. If you do not like this
+ behaviour in the ''Preferences'' menu you can configure
+ a standard project \index{standard project} or tell \M\ to
+ always ask for a project.
+
+ \section{Templates}
+
+ If you enter the name of a new project in the project selection
+ menu then on OK \M\ will present you a list of templates to
+ choose from. The template can be a complete project but
+ without any wave data and normally without any midi data.
+
+