Skip to content

Commit

Permalink
Update polymono doc and AUTHORS files (#428)
Browse files Browse the repository at this point in the history
- fix comments in polymono documentation.
- add author entry.
  • Loading branch information
jjceresa authored and derselbst committed Sep 12, 2018
1 parent cbe4003 commit 401f53a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,5 @@ David Hilvert
Bernat Arlandis i Mañó
Sven Meier
Marcus Weseloh
Jean-jacques Ceresa

2 changes: 1 addition & 1 deletion doc/polymono/poly_mono_0.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What are default 'basic channels' in FluidSynth ?
#--------------------------------------------------
# At initialization the default basic channel is defined by settings (see 2.2).
# At initialization the default basic channel is poly omnion (see pdf 2.2).

# type the command basicchannels to display actual basic channels.
basicchannels
Expand Down
4 changes: 2 additions & 2 deletions doc/polymono/poly_mono_1.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to change the whole set of actual basic channels ?
# -------------------------------------------------------------
# Assuming you want to set 2 groups of channels
# Assuming you want to set 2 groups of channels:
# Group 1: first channel 5 in poly mode, only one channel
# Group 2: first channel 10 in mono mode , only one channel

Expand All @@ -13,7 +13,7 @@
# First use the command resetbasicchannels to reset all basic channels
resetbasicchannels

# Then use command setbasicchannels using numbered mode:
# Then use command setbasicchannels using numbered mode 2 and 3:
setbasicchannels 5 2 0 10 3 1
# or using named mode:
# setbasicchannels 5 poly_omnioff 0 10 mono_omnioff 1
Expand Down
2 changes: 1 addition & 1 deletion doc/polymono/poly_mono_2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Group 3 should have the following settings:
# basic channel 13, mode mono, omni off, (mode 3) composed of 2 channels.

# Use command setbasicchannels using numbered mode:
# Use command setbasicchannels using numbered mode 3:
setbasicchannels 13 3 2
# or using named mode:
# setbasicchannels 13 mono_omnioff 2
Expand Down
2 changes: 1 addition & 1 deletion doc/polymono/poly_mono_3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#First use the command resetbasicchannels to clear the group intended to be changed.
resetbasicchannels 5

# Then use command setbasicchannels using numbered mode:
# Then use command setbasicchannels using numbered mode 0:
setbasicchannels 5 0 4
# or Using named mode:
# setbasicchannels 5 poly_omnion 4
Expand Down
8 changes: 4 additions & 4 deletions doc/polymono/poly_mono_4.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# How to change an actual basic channel and an add new one ?
# --------------------------------------------------------
# How to change an actual basic channel and add a new one ?
# ---------------------------------------------------------
# Note that command setbasicchannels allows to add or change
# groups of basics channels.
#
# Note also that the commands allows this to more than one
# Note also that the commands allows this for more than one
# groups executing only one command:

# The following command restores Group 1 to the state:
Expand All @@ -14,7 +14,7 @@
#First use the command resetbasicchannels to clear the group intended to be changed.
resetbasicchannels 5

# Use command setbasicchannels to change a group and add a new one, using numbered mode:
# Use command setbasicchannels to change a group and add a new one, using numbered mode 2 and 1:
setbasicchannels 5 2 0 2 1 3
# or using named mode:
# setbasicchannels 5 poly_omnioff 0 2 mono_omnion 3
Expand Down
2 changes: 1 addition & 1 deletion doc/polymono/poly_mono_5.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How to know the state of one or more MIDI channels ?
# How to know the state of one or more MIDI channels ?
# -----------------------------------------------------
# Use the command channelsmode [chan1 chan2 �.]
channelsmode
Expand Down
4 changes: 2 additions & 2 deletions doc/polymono/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
leg_por_00.txt
leg_por_01.txt

This tutorials files are usable directly on the FluidSynth console application.
There are described in the pdf file (chapters 2.1 and 3.1).
These tutorials files are usable directly on the FluidSynth console application.
See the pdf file (chapters 2.1 and 3.1).

jean-jacques ceresa

0 comments on commit 401f53a

Please sign in to comment.