Roland SC-88 Pro Bedienungsanleitung Seite 22

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 41
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 21
Event Listing 1
Patch, Controller 0, 32, 24
For the benefit of all, I’ll explain Listing 1, one parameter at a time. Parameter 1 tells you that
this is a patch event. The fact that there are exactly three more parameters in one event should
tell you it is using a bank switching method protocol. Parameter 2 tells you it uses the controller
#0 bank switching method. Parameter 3 tells you that the bank number will set controller #0 to
a value of 32. Parameter 4 tells you it then calls Roland PC 25.
To continue using methods, now you need to change over to the Normal Bank Switching
Method. Lets do that, but without making the map correction. Now your listing will look like
this:
Event Listing 2
Patch, Normal, 4096, 24
In Listing 2, parameter 1 tells you this is a patch event. The fact that there are exactly three
more parameters tells you it is using a bank switching protocol. Parameter 2 tells you it uses a
Normal bank switching method. Parameter 3 might not tell you anything yet. What it is
attempting to tell you is that it will use the bank value to set controller #0 to a value of 32 and
controller #32 to a value of 0. Parameter 4 tells you it then calls PC 24.
The main difference between these listing 1 & 2 is that the first uses only one controller for the
bank value whereas the second uses two controllers extracted from the bank value. On an
SC-55, Listings 1 & 2 call the exact same patch. Normal bank 4096 and controller #0 bank 32
are the exact same bank.
Now if we want to up the value of controller #32 to use map 1 we get a listing like this:
Event Listing 3
Patch, Normal, 4097, 24
In Listing 3, parameter 1 tells you this is a patch event. The fact that there are exactly three
more parameters tells you it is using a bank switching protocol. Parameter 2 tells you it uses a
Normal bank switching method. Parameter 3 tells you it will use the bank value to set controller
#0 to a value of 32 and controller #32 to a value of 1. Parameter 4 tells you it then calls PC 24.
The obvious difference between listing 2 & 3 is that listing 2 uses map 0 (extracting CC32 from
bank 4096), but listing 3 uses map 1 (extracting CC32 from bank 4097). Other than that, they
both call the exact same patch on the SC-55. But the huge difference between listing 2 & 3 is
that listing 2 calls a different patch on the SC-88 and a still completely different patch on the
SC-88 Pro. But Listing 3 Calls the SC-55 sound on every single Sound Canvas there ever
was or ever will be. And we did this without any SYSEX or Mode switching.
21
Seitenansicht 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 40 41

Kommentare zu diesen Handbüchern

Keine Kommentare