General MIDI Redux By Brian Smithers Jun 1, 2001

Size: px
Start display at page:

Download "General MIDI Redux By Brian Smithers Jun 1, 2001"

Transcription

1 General MIDI Redux By Brian Smithers Jun 1, 2001 The birth of MIDI brought a great deal of interconnectivity to the electronicmusic world, but within a few years, desktop musicians, multimedia producers, and game developers began clamoring for some level of playback predictability during the exchange of Standard MIDI Files (SMFs). Understandably, composers and arrangers wanted to ensure that piano parts would be played with piano patches and drums wouldn't sound like violins. The MIDI Manufacturers Association (MMA) responded by introducing the General MIDI (GM) standard in General MIDI 1 (or GM1) established a common set of musical criteria for synthesizers and sound modules. The standard was well suited to producing soundtracks for games, distributing MIDI library music, as well as swapping sequences with friends and collaborators. It wasn't long, however, before musicians and developers demanded more GM instruments with greater control over the instrument sounds. Roland introduced its GS extension to the GM standard, with more patches, more notes in the drum map, and additional elements such as chorus and reverb. Yamaha developed its own XG extension with even more patches and parameters. In an effort to update the aging GM1 standard, the MMA released General MIDI 2 (GM2) in late GM2 expands not only the instrument set and drum map but also the number of controller messages a device can implement. To be GM2 compliant, a synth must feature 32-note polyphony, offer a wider range of instrument sounds, include basic effects, and support a number of new messages. In the February 2001 issue, EM examined the crop of GM sound modules; here are some ways to creatively use GM2's newfound power. GREEDY MUSICIANS Musicians have long struggled to live within GM1's 24-note polyphony limit, and though the eight additional notes GM2 provides may not seem like much when many instruments boast 128-note polyphony, every little bit helps. Those eight notes can let you use a layered sound that you might have otherwise avoided or add a countermelody that you might have left out. The new sounds are generally variations of GM1 sounds for example wide and dark variations on program 1, Acoustic Grand Piano. In fact, the number of pianos has tripled to include nine acoustic and nine electric pianos. A variety of guitars, basses, string ensembles, and brass patches have also been added. To maintain backward compatibility with GM1 modules, the first

2 sound bank contains the original 128 programs. The new sounds are located in other banks. Anyone familiar with Roland's GS patches will feel at home with the GM2 sound set. (For a closer look, see the sidebar New Sounds in GM2. ) GM2 devices must include chorus and reverb, which help SMFs sound more polished. Whereas the quality and character of those effects still varies considerably from one device to another, the MMA went so far as to define room size and reverb time, along with specific chorus settings to minimize the variations. Some of the most interesting developments, though, have to do with the additional control parameters. Some were added to the MIDI language specifically for GM2 purposes. GENERALLY MARVELOUS GM2's introduction of Key-Based Instrument Controllers is a major step forward in drum programming. Key-based refers to how percussion is mapped, with each MIDI note number triggering a different timbre, such as kick drum on C2 and snare on E2. GM2 lets you map certain controllers to correspond to individual keys and therefore individual drum sounds. That enables composers to do things such as override the default pan positions of drum kit elements. The hi-hat, for example, can be panned all the way to the right instead of centered. Other controllers that can be adjusted per note number include Volume, Reverb Send Level, and Chorus Send Level. It is a common practice for composers to split drum timbres onto different tracks to make it easier to control the balance among the different sounds. For example, because Volume has always been a channel-specific parameter, you couldn't change a snare sound's Volume without affecting the hi-hat. However, if you record them on different tracks (both assigned to channel 10), you can easily change their relative levels by adding a Velocity offset to one track. Key-Based Instrument Controllers lets you specify the Volume of note number 42 (the hi-hat) independently of the Volume of note number 38 (the snare) using a new Universal Real Time System Exclusive message. The message starts with a header similar to a standard System Exclusive (SysEx) message and then uses a pair of sub-ids to identify it as a Key-Based Controller message. Next, you define the channel (10 or 11), key (42), controller number (7), and that controller's new value. While you're at it, you can also define new Pan, Chorus, and Reverb messages for the hi-hat within the same message. For that righteous '80s sound, use a key-based Reverb Send Level controller to dial in a bunch of reverb on the snare while keeping the kick drum nice and dry. Add some sparkle to a triangle by increasing its Chorus Send Level

3 without messing up the rest of the kit. (For a closer look at the new GM2 drum sounds, see the sidebar GM2 Percussion Set. ) CHANGING CHANNELS Another percussion improvement in GM2 is making channel 11 available as a second Rhythm channel. So much of the music of the last ten years depends on the sound of multiple layered drum kits, yet until now you couldn't even mix and match an Electronic kit hi-hat with Power kit tom-toms, much less stack different kits together. Having two channels for drums means you can change different channelspecific parameters, such as Volume and Pan, on different instruments. By moving a shaker or tambourine to channel 11 while keeping the rest of the drums on channel 10, you can create some movement by sweeping the shaker around the stereo field using good old controller 10 (Pan). The Key-Based Instrument Controllers also address some of the benefits of a second Rhythm channel, but they're designed for slightly different purposes. Whereas Key-Based Instrument Controllers are good for rebalancing percussion instruments and for also rearranging the drum kit in the stereo field, their data structure makes them more useful for set-it-and-forget-it use. Using channel 11 for more dynamic effects is easier and eats up less data bandwidth. (Channels 10 and 11 can also be employed as Melody channels for nonpercussion parts; selection is made using a Bank Select message.) GREATER MANIPULATION All GM2 devices have a function called the Controller Destination Setting that allows you to assign any combination of six specified parameters to a controller. The setting overrides any default controller assignment. The six parameters are Pitch, Filter Cutoff, Amplitude, LFO Pitch Depth, LFO Filter Depth, and LFO Amplitude Depth. (See the sidebar Under Control. ) Say you want your Lead patch to slide up a half step and wah every time you lean into the keys. If you're brave enough to write a few SysEx lines, you have it nailed. The Controller Destination Setting syntax starts with the Universal Real Time SysEx header (F0H 7FH), followed by the device ID. That in turn is followed by two sub-id numbers. The first is 09, the ID for Controller Destination Setting, and the second is 01H for Channel Pressure or 03H for Control Change (CC). The next byte specifies the channel for which you are implementing the assignment. Remember that channels are one of the few things in MIDI that are commonly numbered from one instead of zero, so if you mean channel 5, enter a 04H value. If you are assigning a controller, the next byte is the number of that controller, but for the purpose of our Aftertouch example, you can skip that step.

4 The next two bytes are for the destination parameter and the range of the parameter's variation. You can map more than one parameter by repeating the destination/range sequence for each additional parameter. In that case, you assign Pitch Control to Channel Pressure with the message 00H and set a 1-semitone range with the message 41H. Follow that with a 01 value to add filter cutoff control to the equation, and set a range of +4,800 cents (four octaves) with a 60H value. Naturally, a bit of experimentation is necessary to determine the range required to produce your wah effect. The entire message ends with the customary End of Exclusive message, F7H. Once that is done, your lead sound will exhibit the desired bend/wah effect until you assign a different controller destination. You can use the same process to assign a general-purpose controller to filter cutoff, letting you include a filter sweep's classic sound in your GM2 sequence. GIMME MORE Several of GM2's more interesting features are, unfortunately, only recommendations, not requirements. From a practical perspective, that means a GM2 synth might not respond to the messages. In the hope that manufacturers will recognize that those features are too cool to ignore, here's a look at some of them. Filter resonance, which is an emphasis of frequencies near the filter cutoff frequency, adds a certain edge to the sound. CC 71 is defined in the GM2 specification as controlling the resonance degree. When combined with CC 74, Brightness (which controls the filter cutoff) provides plenty of soundshaping power. Whereas the filter's exact behavior is left to the manufacturer, CC 71 provides a relative change in the resonance effect, increasing the strength of the resonance with values higher than 64 and decreasing the resonance's strength with values lower than 64. Brightness is also a relative control. One of the biggest shortcomings of GM acoustic-instrument patches (or almost any synthesizer's acoustic emulations, for that matter) is the onesize-fits-all way the notes start and stop. Wind and string players devote their entire lives to articulating notes in precise yet constantly varying ways, but a synthesized trumpet or violin note always starts and stops in a manner defined by a fixed envelope. Fortunately, CCs 73, 75, and 72 have come to the rescue. They're recommended by the GM2 specification for controlling attack time, decay time, and release time, respectively three of the four parameters that make up a typical ADSR envelope. Any GM2 synthesizer that implements those CCs lets you create more realistic acoustic sounds. For example, the distinction between GM programs 49 and 50, the two String Ensembles, has always been that String Ensemble 2 has a slower attack and release than String Ensemble 1. The envelope controllers let you fill in the

5 gaps between those two extremes. By assigning CC 73 to a data wheel or slider on your controller keyboard, you can coax hard or soft attacks (or any degree in between) from a string program without changing patches. Decay is the envelope's second stage, and a rapid decay (short decay time) makes a note sound more accented. Release time is the length of time from the Note Off message to the actual end of the tone. Plucked strings have a long release time, and staccato brasses have a short release time. All three envelope controllers make relative adjustments to the program's default envelope parameters, with a value of 64 corresponding to the default. That is a perfect application for a keyboard with multiple data sliders, such as the Kurzweil K2500, with its eight assignable faders. With each envelope controller assigned to a different fader, even a keyboard-challenged klutz could play more convincing acoustic-instrument articulations. GAINING MOMENTUM Now that Yamaha and Roland have agreed to support GM2 and are encouraging others to do so, it's a good bet that compliant devices will be widely available soon. When that happens, you'll be able to write GM2 sequences and be assured that they'll sound reasonably consistent, no matter who plays them back. Given the enormous number of GM1 devices, however, you might not want to lean on the new features too much. In particular, filter-based effects could come out sounding like static drones on non-gm2 devices. For maximum GM1 compatibility, you might also want to avoid using channel 11 for drums. Fortunately, the new instrument sounds are in different banks and feature the same program numbers as the sounds they most resemble. Because most GM1 devices simply ignore bank changes, the new sounds play back like their GM1 siblings. In most instances, the results should not be catastrophic. The GM specification has been enormously successful in bringing compatibility to SMFs. GM2 will prove irresistible to composers and manufacturers for its expanded sound palette and its new sound-shaping tools. In time, people will get greedy again and insist on GM3 or some GS/XG/GM hybrid, but until then there are lots of cool new options to keep everyone busy. Brian Smithers is associate course director of MIDI at Full Sail Real World Education. You can reach him through his Web site at NEW SOUNDS IN GM2 With 87 new instrument timbres to play with, the GM2 sound set offers plenty to like. The piano family has 16 new sounds, most of which are in the

6 electric-piano department. Electric Pianos 1 and 2 each feature a detuned variation and a Velocity mix version; other variations have such names as '60s Electric Piano, EP Legend, and EP Phase. Remember that the specific timbres aren't defined precisely and the sound quality varies greatly according to the price of the synth or sound module. Still, having nine instead of two electric pianos to choose from is bound to make it easier to find the sound you seek. Chromatic Percussion now includes wide versions of Marimba, Vibraphone, Church Bells, and Carillon. The Organ family has more than doubled, with most of the additions in the Drawbar and Percussive designations. New 12- String and Pedal Steel variations contribute to a tripling of Guitar sounds. The expanded guitar family also includes a Velocity-switched muted Electric Distorted Rhythm Guitar, two new feedback variations, and more. Most new Bass sounds are of the synth-bass variety, including Warm, Resonance, Attack, Rubber, and Clavi types. Strings are almost the same, with only a slow attack violin and Yang Chin added to spice things up, whereas Ensemble sounds are treated more generously. That category adds a patch called Strings and Brass,another called '60s Strings, and a third called Synth Strings. A second Choir Aahs, Humming, and three new Orchestra Hits complete the Ensemble family. As a multiple-woodwind player, I don't know whether I am relieved or insulted that the Reed and Pipe families are untouched. The Brass family, however, has 11 new sounds, from solo timbres to section sounds and several new synth-brass patches. Six of the eight new Synth Lead timbres are Lead 1 or 2 variations, including Sine, Sawtooth, Saw + Pulse, and Double Sawtooth sounds. The Synth Pad, Synth SFX, Ethnic Miscellaneous, and Percussive families share 12 new sounds among them, from a Sitar variation to Castanets and Rhythm Box Tom. Although the paucity of new timbres in those categories might disappoint some, the new sound set's focus is clearly on the meat-andpotatoes sounds that are used the most in contemporary music. GM2 PERCUSSION SET So many GM synths have followed the GS/XG example of providing alternate drum kits through program changes that it's easy to forget GM1 specified only one drum kit. Now GM2 canonizes the multiple-kit practice by requiring nine drum kits. With the exception of the SFX Set, they have more similarities than differences, with as few as two notes (both kick drums) separating the Jazz Set from the Standard Set. The Room Set, for example, offers more resonant toms, and the Power Set replaces the standard toms, kicks, and snares with fat, punchy, reverb-heavy '80s sounds. Two Electronic Sets are included, one of which is called the Analog Set, suggesting sounds modeled after the timbres of the Roland TR-

7 808. Both sets replace the standard toms, kick, and snare with familiar synth versions, and the Analog Set adds cheesy hi-hats and some hand percussion. The Brush Set features the Jazz kick drums and the sounds of brushes tapping, slapping, and swirling on a snare. The Concert Set includes a full octave of timpani, and the SFX Set replaces most Standard timbres with such essential ingredients as laughter, applause, dog bark, and bubble. The drum map grew as well, adding seven new notes above and eight new notes below the GM1 map. Additional timbres include shaker, muted and open surdo, metronome click, and scratch push and pull. Although each sound should appeal to somebody, one glaring hole in the drum map wasn't plugged this time around. Ignoring XG's shining example, GM2 fails to provide a snare roll, one of the most useful sounds and also one of the most difficult to fake. Oh well, maybe next time. Under Control Controller Destination Setting is one of several new functions added to the MIDI 1.0 specification for inclusion in General MIDI 2. It lets you assign any of six controllers to Channel Pressure or a CC. The assignment is made as a Universal Real Time SysEx message as follows: F0H 7FH Universal Real Time SysEx header <device ID> ID of target device 09H sub-id#1; Controller Destination Setting 01H sub-id#2; Channel Pressure (03H for Control Change) 04H MIDI channel 5 (channels 1-16 are 00H-0FH) [CC Controller Number if using Control Change] 00H Pitch Control 41H Range of 1 semitone 01H Filter Cutoff 60H Range of 4 octaves F7H End of Exclusive

ADSR AMP. ENVELOPE. Moog Music s Guide To Analog Synthesized Percussion. The First Step COMMON VOLUME ENVELOPES

ADSR AMP. ENVELOPE. Moog Music s Guide To Analog Synthesized Percussion. The First Step COMMON VOLUME ENVELOPES Moog Music s Guide To Analog Synthesized Percussion Creating tones for reproducing the family of instruments in which sound arises from the striking of materials with sticks, hammers, or the hands. The

More information

Edit Menu. To Change a Parameter Place the cursor below the parameter field. Rotate the Data Entry Control to change the parameter value.

Edit Menu. To Change a Parameter Place the cursor below the parameter field. Rotate the Data Entry Control to change the parameter value. The Edit Menu contains four layers of preset parameters that you can modify and then save as preset information in one of the user preset locations. There are four instrument layers in the Edit menu. See

More information

Concepts for the MIDI Composer, Arranger, and Orchestrator

Concepts for the MIDI Composer, Arranger, and Orchestrator Li kewhatyou see? Buyt hebookat t hefocalbookst or e Acoust i cand Mi di Or chest r at i on f ort he Cont empor ar ycomposer Pej r ol oand DeRosa ISBN 9780240520216 CH01-K52021.qxd 7/30/07 7:19 PM Page

More information

Cathedral user guide & reference manual

Cathedral user guide & reference manual Cathedral user guide & reference manual Cathedral page 1 Contents Contents... 2 Introduction... 3 Inspiration... 3 Additive Synthesis... 3 Wave Shaping... 4 Physical Modelling... 4 The Cathedral VST Instrument...

More information

Registration Reference Book

Registration Reference Book Exploring the new MUSIC ATELIER Registration Reference Book Index Chapter 1. The history of the organ 6 The difference between the organ and the piano 6 The continued evolution of the organ 7 The attraction

More information

Reason Overview3. Reason Overview

Reason Overview3. Reason Overview Reason Overview3 In this chapter we ll take a quick look around the Reason interface and get an overview of what working in Reason will be like. If Reason is your first music studio, chances are the interface

More information

The MPC X & MPC Live Bible 1

The MPC X & MPC Live Bible 1 The MPC X & MPC Live Bible 1 Table of Contents 000 How to Use this Book... 9 Which MPCs are compatible with this book?... 9 Hardware UI Vs Computer UI... 9 Recreating the Tutorial Examples... 9 Initial

More information

XYNTHESIZR User Guide 1.5

XYNTHESIZR User Guide 1.5 XYNTHESIZR User Guide 1.5 Overview Main Screen Sequencer Grid Bottom Panel Control Panel Synth Panel OSC1 & OSC2 Amp Envelope LFO1 & LFO2 Filter Filter Envelope Reverb Pan Delay SEQ Panel Sequencer Key

More information

PERCUSSION INSTRUMENT LOCATIONS

PERCUSSION INSTRUMENT LOCATIONS PERCUSSION INSTRUMENT LOCATIONS Side Stick Cowbell High Hat 1 High Hat 2 High Hat 3 Crash Ride Ping Tambourine Crash Dry Snare Dry Tom MIDI Key # 36 48 60 72 84 96 KICK & SNARE TUNED DOWN Dry Tom Kick

More information

ÂØÒňÎ. Workshop. The Rhythms of the Fantom-X. No. 3 in the Fantom-X Workshop Series

ÂØÒňÎ. Workshop. The Rhythms of the Fantom-X. No. 3 in the Fantom-X Workshop Series ÂØÒňΠWorkshop The Rhythms of the Fantom-X No. 3 in the Fantom-X Workshop Series 1 2004 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced in any form without the

More information

Royal Reed Organ for NI Kontakt

Royal Reed Organ for NI Kontakt Royal Reed Organ for NI Kontakt 5.5.1+ The Royal Reed Organ is our flagship harmonium library, with 18 independent registers and a realistic air pump. It has a powerful low end, sweet high voices, and

More information

y POWER USER MUSIC PRODUCTION and PERFORMANCE With the MOTIF ES Mastering the Sample SLICE function

y POWER USER MUSIC PRODUCTION and PERFORMANCE With the MOTIF ES Mastering the Sample SLICE function y POWER USER MUSIC PRODUCTION and PERFORMANCE With the MOTIF ES Mastering the Sample SLICE function Phil Clendeninn Senior Product Specialist Technology Products Yamaha Corporation of America Working with

More information

This is why when you come close to dance music being played, the first thing that you hear is the boom-boom-boom of the kick drum.

This is why when you come close to dance music being played, the first thing that you hear is the boom-boom-boom of the kick drum. Unit 02 Creating Music Learners must select and create key musical elements and organise them into a complete original musical piece in their chosen style using a DAW. The piece must use a minimum of 4

More information

COPYING A PATTERN...35

COPYING A PATTERN...35 f TABLE OF CONTENTS INTRODUCTION...5 WELCOME TO THE SR18 DRUM MACHINE!...5 GROUND RULES...5 CONNECTION DIAGRAM...8 TOP PANEL PHYSICAL LAYOUT...9 GENERAL CONTROLS...9 NAVIGATION BUTTONS...10 MODE BUTTONS...10

More information

MIDI. Musical Instrument Digital Interface. 030-MIDI: 1 HKU ICOM Multimedia Computing Dr. YIP Chi Lap

MIDI. Musical Instrument Digital Interface. 030-MIDI: 1 HKU ICOM Multimedia Computing Dr. YIP Chi Lap MIDI Musical Instrument Digital Interface 030-MIDI: 1 What s MIDI A hardware and software specification Allows musical instruments and devices to exchange information: musical notes, program changes, expression

More information

Real panel Real panel screws. Real panel

Real panel Real panel screws. Real panel Classico 750 CAUTION Please take a few minutes to read the following pages of instruction and precaution. 1. Please use AC 110V power cord. 2. Use the AC power cord correctly. 3. Avoid injecting water

More information

Recommendations for Producing XG Song Data

Recommendations for Producing XG Song Data Recommendations for Producing XG Song Data V 2.00 Created on February 2, 1999 Copyright 1999 by YAMAHA Corporation, All rights reserved XGX-9903 1999.021.3CR Printed in Japan Introduction Introduction

More information

CTK-3500 MIDI Implementation

CTK-3500 MIDI Implementation CTK-3500 MIDI Implementation CASIO COMPUTER CO., LTD. Contents I MIDI Message Overview 4 1 Product Configuration as a MIDI Device 4 1.1 Performance Controller Section................................. 4

More information

Workshop Friday, June 27th 1:00 PM

Workshop Friday, June 27th 1:00 PM American Guild of Organists 2014 National Convention Boston Workshop Friday, June 27th 1:00 PM To MIDI or Not To MIDI, That Is The Question? Dr. Robert Tall, Presenter assisted by Dan Miller, Product Manager

More information

R H Y T H M G E N E R A T O R. User Guide. Version 1.3.0

R H Y T H M G E N E R A T O R. User Guide. Version 1.3.0 R H Y T H M G E N E R A T O R User Guide Version 1.3.0 Contents Introduction... 3 Getting Started... 4 Loading a Combinator Patch... 4 The Front Panel... 5 The Display... 5 Pattern... 6 Sync... 7 Gates...

More information

Document authored by: Native Instruments GmbH. Software version: 5.6 (08/2016)

Document authored by: Native Instruments GmbH. Software version: 5.6 (08/2016) DOCUMENTATION Disclaimer The information in this document is subject to change without notice and does not represent a commitment on the part of Native Instruments GmbH. The software described by this

More information

Important Safety Instructions. FCC Statements

Important Safety Instructions. FCC Statements Important Safety Instructions 1. Do not use near water. 2. Clean only with dry cloth. 3. Do not block any ventilation openings. 4. Do not place near any heat sources such as radiators, heat registers,

More information

Review: CamelAudio Cameleon 5000 V1.2 by Rick Paul - 1st June

Review: CamelAudio Cameleon 5000 V1.2 by Rick Paul - 1st June Review: CamelAudio Cameleon 5000 V1.2 by Rick Paul - 1st June 2004 - Question: What do you get if you cross a large mammal that is sometimes called "the ship of the desert" with a tropical lizard noted

More information

SYMPHOBIA COLOURS: ANIMATOR

SYMPHOBIA COLOURS: ANIMATOR REFERENCE MANUAL SYMPHOBIA COLOURS: ANIMATOR PROJECTSAM cinematic sampling REFERENCE MANUAL SYMPHOBIA COLOURS: ANIMATOR INTRODUCTION 3 INSTALLATION 4 PLAYING THE LIBRARY 5 USING THE INTERFACE 7 CONTACT

More information

Beatmaker EDEN User Manual

Beatmaker EDEN User Manual Beatmaker EDEN User Manual The information in this document is subject to change without notice and does not represent a commitment on the part of NXTGN Music Technology GmbH. The software described herein

More information

Cristina Bachmann, Heiko Bischoff, Marion Bröer, Sabine Pfeifer The information in this document is subject to change without notice and does not

Cristina Bachmann, Heiko Bischoff, Marion Bröer, Sabine Pfeifer The information in this document is subject to change without notice and does not Cristina Bachmann, Heiko Bischoff, Marion Bröer, Sabine Pfeifer The information in this document is subject to change without notice and does not represent a commitment on the part of Steinberg Media Technologies

More information

MUSICAL DATA SHEET. Copyright 2008 Blastwave FX, LLC All Rights Reserved. Blastwave FX, LLC.

MUSICAL DATA SHEET. Copyright 2008 Blastwave FX, LLC All Rights Reserved. Blastwave FX, LLC. Title Description Time Folder Library MP3 Filename AccentAscend_S08MU.1.wav MUSICAL, ACCENT, ASCEND, STRINGS, TWINKLE 00:04.9 MUSICAL SONOPEDIA AccentAscend_S08MU.1.mp3 AccentDarkEerie_S08MU.2.wav MUSICAL,

More information

Reference Manual. How to Use This Manual. Contents List. Search Function. Previous Page View/Next Page View

Reference Manual. How to Use This Manual. Contents List. Search Function. Previous Page View/Next Page View How to Use This Manual The S90 XS/S70 XS created via the PDF format is equipped with special features that are exclusive to electronic files, such as the Link function and the Search function which let

More information

The String Family. Bowed Strings. Plucked Strings. Musical Instruments More About Music

The String Family. Bowed Strings. Plucked Strings. Musical Instruments More About Music Musical Instruments More About Music The String Family The string family of instruments includes stringed instruments that can make sounds using one of two methods. Method 1: The sound is produced by moving

More information

Contents. 2 Tyros3 Reference Manual

Contents. 2 Tyros3 Reference Manual Reference Manual EN Contents 1 Voices Playing the Keyboard 4 Voice Characteristics...4 Selecting GM/XG or Other Voices from the Panel...5 Effect-Related Settings...6 Pitch-Related Settings...9 Editing

More information

For sforzando. User Manual

For sforzando. User Manual For sforzando User Manual Death Piano User Manual Description Death Piano for sforzando is a alternative take on Piano Sample Libraries that celebrates the obscure. Full of reverse samples, lo-fi gritty

More information

/SM 47. Welcome to... / 3. Synthwave. Synthwave Synth pop, retro-electro and 80s computer-funk. samplemagic.com

/SM 47. Welcome to... / 3. Synthwave. Synthwave Synth pop, retro-electro and 80s computer-funk. samplemagic.com Welcome to... / 3 /SM 47 samplemagic.com Synth pop, retro-electro and 80s computer-funk Much like fashion, music moves in cycles. And right now it feels like we re in the midst of an 80s resurgence. Films

More information

Presents. Crystal Glasses V3. for NI KONTAKT 4+ Go to Index: 2

Presents. Crystal Glasses V3. for NI KONTAKT 4+ Go to Index: 2 Presents Crystal Glasses V3 for NI KONTAKT 4+ 1 Index Index 2 About the Crystal Glasses V3 3 Crystal Articulations/Instruments General Stuff 4 7 About the Presets 8 The Instrument Panel 9 The Main Page

More information

MIDI Data Format. MIDI-Datenformat Format des données MIDI Formato de datos MIDI CLP- 470 CLP-440 CLP-430 CLP-S408 CLP-S406 CLP-465GP

MIDI Data Format. MIDI-Datenformat Format des données MIDI Formato de datos MIDI CLP- 470 CLP-440 CLP-430 CLP-S408 CLP-S406 CLP-465GP MIDI Data Format CLP- 470 MIDI-Datenformat Format des données MIDI Formato de datos MIDI CLP-440 CLP-430 CLP-S408 CLP-S406 CLP-465GP EN DE FR ES MIDI Channel Message : Can be transmitted and recognized.

More information

C ustomizing.mid FilesF

C ustomizing.mid FilesF worship The INFO Source for Church Musicians Vol. III No. 2 PART 3: Shorten the Setup When it comes to optimizing a MIDI file for a worship application, the first place to start is Measure 1, or the setup

More information

Beatmaker EDEN User Manual

Beatmaker EDEN User Manual Beatmaker EDEN User Manual The information in this document is subject to change without notice and does not represent a commitment on the part of NXTGN Music Technology GmbH. The software described herein

More information

Dual and Split voice modes. One-touch Performance recall. High quality AWM piano and other sounds. Master keyboard features. Organ combination editing

Dual and Split voice modes. One-touch Performance recall. High quality AWM piano and other sounds. Master keyboard features. Organ combination editing Congratulations! and thank you for purchasing the Yamaha P-. The P- is a high-performance electronic piano with full-scale, weighted action keyboard, a selection of high quality piano and other useful

More information

Articulation Guide. Berlin Orchestra Inspire 2.

Articulation Guide. Berlin Orchestra Inspire 2. Guide Berlin Orchestra Inspire 2 1 www.orchestraltools.com OT Guide CONTENT I About this Guide 2 II Introduction 3 III Recording and Concept 4 IV Berlin Series 5 1 Berlin Orchestra Inspire 2... 6 Instruments...

More information

Korg Kronos Workflow for Worship

Korg Kronos Workflow for Worship Korg Kronos Workflow for Worship I have been playing Korg keyboards since the OASYS in 2005. Korg has graciously carried over most of the workflow to their current product the Korg Kronos. This keyboard

More information

Paper 1: Listening and Analysing

Paper 1: Listening and Analysing Scheme (Results) Summer 06 Pearson Edexcel GCE in Music Technology (6MT0) Paper : Listening and Analysing Edexcel and BTEC Qualifications Edexcel and BTEC qualifications are awarded by Pearson, the UK

More information

Polytek Reference Manual

Polytek Reference Manual Polytek Reference Manual Table of Contents Installation 2 Navigation 3 Overview 3 How to Generate Sounds and Sequences 4 1) Create a Rhythm 4 2) Write a Melody 5 3) Craft your Sound 5 4) Apply FX 11 5)

More information

Reference Manual. Using this Reference Manual...2. Edit Mode...2. Changing detailed operator settings...3

Reference Manual. Using this Reference Manual...2. Edit Mode...2. Changing detailed operator settings...3 Reference Manual EN Using this Reference Manual...2 Edit Mode...2 Changing detailed operator settings...3 Operator Settings screen (page 1)...3 Operator Settings screen (page 2)...4 KSC (Keyboard Scaling)

More information

How can I change the tempo in the middle of the song?

How can I change the tempo in the middle of the song? N264-76 Key Music Workstation How can I create my own Combinations? How can I change the tempo in the middle of the song? What are the bank change values? Can I route sounds to the Individual outputs?

More information

y POWER USER Understanding Master Mode Phil Clendeninn Senior Product Specialist Technology Products Yamaha Corporation of America

y POWER USER Understanding Master Mode Phil Clendeninn Senior Product Specialist Technology Products Yamaha Corporation of America y POWER USER Understanding Master Mode Phil Clendeninn Senior Product Specialist Technology Products Yamaha Corporation of America This synthesizer is loaded with such a wealth of different features, functions

More information

Presents. Cinematic Percussion Designer

Presents. Cinematic Percussion Designer Presents Cinematic Percussion Designer I. Welcome Overview: Thank you for purchasing BARRAGE! This cinematic percussion library was the result of our quest to create not only a great collection of larger

More information

Articulation Guide. Berlin Orchestra Inspire.

Articulation Guide. Berlin Orchestra Inspire. Guide Berlin Orchestra Inspire 1 www.orchestraltools.com OT Guide CONTENT I About this Guide 2 II Introduction 3 III Recording and Concept 4 IV Berlin Series 5 1 Berlin Orchestra Inspire... 6 Instruments...

More information

For example, an indication of Range: 60, 67, 72, 75 (Hz) means that 60 Hz is the default value.

For example, an indication of Range: 60, 67, 72, 75 (Hz) means that 60 Hz is the default value. Owner s Manual This manual explains how to use an MV-8000 in which System Program Version 3.0 is installed. About the Symbols and icons in this manual Text in square brackets [ ] refers to buttons on the

More information

ACTION! SAMPLER. Virtual Instrument and Sample Collection

ACTION! SAMPLER. Virtual Instrument and Sample Collection ACTION! SAMPLER Virtual Instrument and Sample Collection User's Manual Forward Thank You for choosing the Action! Sampler Virtual Instrument, Loop, Hit, and Music Collection from CDSoundMaster. We are

More information

Part II: Dipping Your Toes Fingers into Music Basics Part IV: Moving into More-Advanced Keyboard Features

Part II: Dipping Your Toes Fingers into Music Basics Part IV: Moving into More-Advanced Keyboard Features Contents at a Glance Introduction... 1 Part I: Getting Started with Keyboards... 5 Chapter 1: Living in a Keyboard World...7 Chapter 2: So Many Keyboards, So Little Time...15 Chapter 3: Choosing the Right

More information

Prosoniq Magenta Realtime Resynthesis Plugin for VST

Prosoniq Magenta Realtime Resynthesis Plugin for VST Prosoniq Magenta Realtime Resynthesis Plugin for VST Welcome to the Prosoniq Magenta software for VST. Magenta is a novel extension for your VST aware host application that brings the power and flexibility

More information

1. Welcome To BeatChop

1. Welcome To BeatChop 1. Welcome To BeatChop Thank you for purchasing BeatChop Realtime Slicer & Rearranger Rack Extension for Propellerhead Reason. We would like to welcome you to our first Creative Effect for the Reason Rack.

More information

By Jack Bennett Icanplaydrums.com DVD 12 JAZZ BASICS

By Jack Bennett Icanplaydrums.com DVD 12 JAZZ BASICS 1 By Jack Bennett Icanplaydrums.com DVD 12 JAZZ BASICS 2 TABLE OF CONTENTS This PDF workbook is conveniently laid out so that all Ezybeat pages (shuffle, waltz etc) are at the start of the book, before

More information

POWER USER Drum Track Construction

POWER USER Drum Track Construction y POWER USER Drum Track Construction Phil Clendeninn Senior Technical Sales Specialist Pro Audio & Combo Division Yamaha Corporation of America The MOX6/MOX8 offers a wide variety of tools for Drum Track

More information

Fraction by Sinevibes audio slicing workstation

Fraction by Sinevibes audio slicing workstation Fraction by Sinevibes audio slicing workstation INTRODUCTION Fraction is an effect plugin for deep real-time manipulation and re-engineering of sound. It features 8 slicers which record and repeat the

More information

Noise Tools 1U Manual. Noise Tools 1U. Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew. Manual Revision:

Noise Tools 1U Manual. Noise Tools 1U. Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew. Manual Revision: Noise Tools 1U Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew Manual Revision: 2018.05.16 Table of Contents Table of Contents Overview Installation Before Your Start Installing Your Module

More information

Vocal Processor. Operating instructions. English

Vocal Processor. Operating instructions. English Vocal Processor Operating instructions English Contents VOCAL PROCESSOR About the Vocal Processor 1 The new features offered by the Vocal Processor 1 Loading the Operating System 2 Connections 3 Activate

More information

Understanding and Using Your moogerfooger MF-105M MIDI MuRF

Understanding and Using Your moogerfooger MF-105M MIDI MuRF Understanding and Using Your moogerfooger MF-105M MIDI MuRF TABLE OF CONTENTS Getting Started...3 Frequencies and Filters...5 The MIDI MuRF s Filters...7 Envelope Generators...10 Sequencers and Pattern

More information

multitrack sequencer USER GUIDE Social Entropy Electronic Music Instruments

multitrack sequencer USER GUIDE Social Entropy Electronic Music Instruments multitrack sequencer Social Entropy Electronic Music Instruments IMPORTANT SAFETY AND MAINTENANCE INSTRUCTIONS TABLE OF CONTENTS BACKGROUND... 1 CONCEPTS... 2 DIAGRAM CONVENTIONS... 3 THE BASICS WHAT

More information

Sound Magic Piano Thor NEO Hybrid Modeling Horowitz Steinway. Piano Thor. NEO Hybrid Modeling Horowitz Steinway. Developed by

Sound Magic Piano Thor NEO Hybrid Modeling Horowitz Steinway. Piano Thor. NEO Hybrid Modeling Horowitz Steinway. Developed by Piano Thor NEO Hybrid Modeling Horowitz Steinway Developed by Operational Manual The information in this document is subject to change without notice and does not present a commitment by Sound Magic Co.

More information

Chapter 40: MIDI Tool

Chapter 40: MIDI Tool MIDI Tool 40-1 40: MIDI Tool MIDI Tool What it does This tool lets you edit the actual MIDI data that Finale stores with your music key velocities (how hard each note was struck), Start and Stop Times

More information

Prelude. Name Class School

Prelude. Name Class School Prelude Name Class School The String Family String instruments produce a sound by bowing or plucking the strings. Plucking the strings is called pizzicato. The bow is made from horse hair pulled tight.

More information

Introduction! User Interface! Bitspeek Versus Vocoders! Using Bitspeek in your Host! Change History! Requirements!...

Introduction! User Interface! Bitspeek Versus Vocoders! Using Bitspeek in your Host! Change History! Requirements!... version 1.5 Table of Contents Introduction!... 3 User Interface!... 4 Bitspeek Versus Vocoders!... 6 Using Bitspeek in your Host!... 6 Change History!... 9 Requirements!... 9 Credits and Contacts!... 10

More information

Welcome to the West Babylon Musical Instrument Program!

Welcome to the West Babylon Musical Instrument Program! Welcome to the West Babylon Musical Instrument Program! An Introduction to Musical Instruments for Elementary Students Prepared By Tara Smith Class of 2014 Let s take a look at the wonderful world of music!

More information

CHAPTER 14 INSTRUMENTS

CHAPTER 14 INSTRUMENTS CHAPTER 14 INSTRUMENTS Copying instrumental parts requires that a copyist know the following: clefs keys and transpositions of instruments written ranges sounding ranges While most instruments use a single

More information

Data handling. To ensure long, trouble-free operation, please read this manual carefully. Precautions

Data handling. To ensure long, trouble-free operation, please read this manual carefully. Precautions E To ensure long, trouble-free operation, please read this manual carefully. Precautions Location Using the unit in the following locations can result in a malfunction. In direct sunlight Locations of

More information

Noise Tools 1U Manual. Noise Tools 1U. Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew. Manual Revision:

Noise Tools 1U Manual. Noise Tools 1U. Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew. Manual Revision: Noise Tools 1U Clock, Random Pulse, Analog Noise, Sample & Hold, and Slew Manual Revision: 2018.09.13 Table of Contents Table of Contents Compliance Installation Before Your Start Installing Your Module

More information

SOUND REINFORCEMENT APPLICATIONS

SOUND REINFORCEMENT APPLICATIONS CHAPTER 6: SOUND REINFORCEMENT APPLICATIONS Though the Studio 32 has been designed as a recording console, it makes an excellent console for live PA applications. It has just as much (if not more) headroom

More information

We will cover the following topics in this document:

We will cover the following topics in this document: ÂØÒňΠSupplemental Notes MC-505 Advanced Programming October 20th, 1998 SN90 v1.0 It all started with the MC-303 in 1996. Then, in 1998, the MC-505 Groove Box exploded on the scene and added a whole new

More information

cryo user manual & license agreement

cryo user manual & license agreement cryo user manual & license agreement 1. installation & requirements cryo requires no additional installation, just simply unzip the downloaded file to the desired folder. cryo needs the full version of

More information

Oberheim Two Voice Pro the analog dream-synth?

Oberheim Two Voice Pro the analog dream-synth? The Two Voice Pro: not just another synth! To be exact, THE hype American mono/duophon analog synth. The reincarnation of the LEGENDARY Two Voice of 1975. And Tom Oberheim s personal synth favourite. The

More information

Instruments. Of the. Orchestra

Instruments. Of the. Orchestra Instruments Of the Orchestra String Family Wooden, hollow-bodied instruments strung with metal strings across a bridge. Find this family in the front of the orchestra and along the right side. Sound is

More information

USER GUIDE V 1.6 ROLLERCHIMP DrumStudio User Guide page 1

USER GUIDE V 1.6 ROLLERCHIMP DrumStudio User Guide page 1 USER GUIDE V 1.6 ROLLERCHIMP 2014 DrumStudio User Guide page 1 Table of Contents TRANSPORT... 3 SONG NAVIGATOR / SECTION EDITING...4 EDITOR...5 TIMING OPTIONS...6 PLAYBACK OPTIONS... 7 RECORDING OPTIONS...8

More information

ARTICULATIONS FEATURES - COLORS - TECHNIQUES.

ARTICULATIONS FEATURES - COLORS - TECHNIQUES. ARTICULATIONS FEATURES - COLORS - TECHNIQUES www.orchestraltools.com BERLIN ORCHESTRA INSPIRE BST - Main Collection SPECIFICATIONS A Symphonic Orchestra Designed for Layout Purposes and fast writing on

More information

001 Overview 3. Introduction 3 The Kit 3 The Recording Chain Technical Details 6

001 Overview 3. Introduction 3 The Kit 3 The Recording Chain Technical Details 6 Table of Contents 001 Overview 3 Introduction 3 The Kit 3 The Recording Chain 4 002 Technical Details 6 The Samples 6 The MPC Kits 7 Velocity Switching Kit 8 Round Robin Kit 10 The Full Monty JJOSXL Kit

More information

Reference Manual CVP-509 / 505 / 503 / 501

Reference Manual CVP-509 / 505 / 503 / 501 CVP-509 / 505 / 503 / 501 Reference Manual This Reference Manual explains advanced features of the CVP-509/505/503/501 that are not explained in the Owner's Manual. Please read the Owner's Manual first,

More information

Tempo this means the speed of the music, how fast (Presto) or slow (Lento) it is.

Tempo this means the speed of the music, how fast (Presto) or slow (Lento) it is. Year 8 - Revision Elements of Music The most important elements of music are dynamics, tempo, pitch, timbre, duration, texture and structure. These elements help us to create contrast in our music so that

More information

Music Curriculum Glossary

Music Curriculum Glossary Acappella AB form ABA form Accent Accompaniment Analyze Arrangement Articulation Band Bass clef Beat Body percussion Bordun (drone) Brass family Canon Chant Chart Chord Chord progression Coda Color parts

More information

Beatmaker DOPE User Manual

Beatmaker DOPE User Manual Beatmaker DOPE User Manual The information in this document is subject to change without notice and does not represent a commitment on the part of NXTGN Music Technology GmbH. The software described herein

More information

An Impact Soundworks Sample Library

An Impact Soundworks Sample Library An Impact Soundworks Sample Library Concept, Recording, Sound Design by Abel Vegas Kontakt Scripting by Nabeel Ansari Artwork by Constructive Stumblings OVERVIEW Thank you for purchasing Shou Drum, a wonderful

More information

StepSequencer64 J74 Page 1. J74 StepSequencer64. A tool for creative sequence programming in Ableton Live. User Manual

StepSequencer64 J74 Page 1. J74 StepSequencer64. A tool for creative sequence programming in Ableton Live. User Manual StepSequencer64 J74 Page 1 J74 StepSequencer64 A tool for creative sequence programming in Ableton Live User Manual StepSequencer64 J74 Page 2 How to Install the J74 StepSequencer64 devices J74 StepSequencer64

More information

SP Apollon Stage Piano

SP Apollon Stage Piano SP Apollon Stage Piano Users manual 00024016 Version 01/2012 Welcome Welcome... Thank you and congratulations on your purchase of the High-Performance STAGE PIANO. Your new High-Performance STAGE PIANO

More information

Nevel. Biblical Harp. From the Cradle of Human Civilization. Sonokinetic 2012

Nevel. Biblical Harp. From the Cradle of Human Civilization. Sonokinetic 2012 Nevel Biblical Harp From the Cradle of Human Civilization Sonokinetic 2012 Nevel This instrument has been around for centuries. It is, without a doubt, one of the first instruments crafted by human beings.

More information

P121 SH SILENT PIANOS

P121 SH SILENT PIANOS Designed in Europe to European preferences, the P121 boasts exquisite cabinetry, European spruce soundboard and back posts and the rich, expressive voice of a full-sized upright. Silent functionality has

More information

TABLE OF CONTENTS TABLE OF CONTENTS TABLE OF CONTENTS. 1 INTRODUCTION 1.1 Foreword 1.2 Credits 1.3 What Is Perfect Drums Player?

TABLE OF CONTENTS TABLE OF CONTENTS TABLE OF CONTENTS. 1 INTRODUCTION 1.1 Foreword 1.2 Credits 1.3 What Is Perfect Drums Player? TABLE OF CONTENTS TABLE OF CONTENTS 1 INTRODUCTION 1.1 Foreword 1.2 Credits 1.3 What Is Perfect Drums Player? 2 INSTALLATION 2.1 System Requirments 2.2 Installing Perfect Drums Player on Macintosh 2.3

More information

Part I Of An Exclusive Interview With The Father Of Digital FM Synthesis. By Tom Darter.

Part I Of An Exclusive Interview With The Father Of Digital FM Synthesis. By Tom Darter. John Chowning Part I Of An Exclusive Interview With The Father Of Digital FM Synthesis. By Tom Darter. From Aftertouch Magazine, Volume 1, No. 2. Scanned and converted to HTML by Dave Benson. AS DIRECTOR

More information

The NORD MODULAR G2 demo software

The NORD MODULAR G2 demo software WELCOME Welcome to the software demo program of the Clavia Nord Modular G2 synthesizer system. This demo program is intended to show you the possibilities of the excellent Clavia G2 modular synthesizer

More information

QUICK START GUIDE. GP-3 Mini-Grand Digital Piano

QUICK START GUIDE. GP-3 Mini-Grand Digital Piano QUICK START GUIDE GP-3 Mini-Grand Digital Piano QUICK START GUIDE INDEX PLAYING THE DEMO SONGS... 2 PLAYING SONGS FROM THE FLOPPY DISKS... 3 BUY OR DOWNLOAD SONGS TO PLAY... 4 USING THE LCD AND ITS CONTROLS..

More information

ENGR 3000 Technology of the Steel Pan Lecture 1. Lecturer: Sean Sutherland

ENGR 3000 Technology of the Steel Pan Lecture 1. Lecturer: Sean Sutherland ENGR 3000 Technology of the Steel Pan Lecture 1 Lecturer: Sean Sutherland Course Evaluation Research paper 20% Practicals 20% Examination 60% Topics for Today s Lecture History of the Steel Pan Description

More information

Motif and the Modular Synthesis Plug-in System PLG150-PF Professional Piano Plug-in Board. A Getting Started Guide

Motif and the Modular Synthesis Plug-in System PLG150-PF Professional Piano Plug-in Board. A Getting Started Guide y Motif and the Modular Synthesis Plug-in System PLG150-PF Professional Piano Plug-in Board A Getting Started Guide Phil Clendeninn Digital Product Support Group Yamaha Corporation of America 1 ymotif

More information

SP-500 Main Features. EasyStart CONTENTS

SP-500 Main Features. EasyStart CONTENTS EasyStart 88 key RH2 (Real Weighted Hammer Action 2) keyboard. Different degrees of resistance from top to bottom. Velocity sensitive with 6 touch curves for custom response. TouchView Graphical user interface.

More information

ARTICULATIONS FEATURES - COLORS - TECHNIQUES.

ARTICULATIONS FEATURES - COLORS - TECHNIQUES. ARTICULATIONS FEATURES - COLORS - TECHNIQUES www.orchestraltools.com BERLIN ORCHESTRA INSPIRE 2 SPECIFICATIONS A full Orchestra for atmospheric and emotional writing Flautando String Sections Pre-Orchestrated

More information

Using FR-4x Editor. Introduction. Installation. Connecting the FR-4x to the Editor

Using FR-4x Editor. Introduction. Installation. Connecting the FR-4x to the Editor Introduction FR-4x Editor is an editor for creating sets (SET) and user programs (UPG). This document explains how to edit the parameters and how to save the set or user program. (This document explains

More information

Created by Impact Soundworks -

Created by Impact Soundworks - ESSENTIALS VERSION Designed by Dickie Chapin & Andrew Aversa Kontakt Programming by Iain Morland & Andrew Aversa Editing by Anthony Mena, Iain Morland, Andrew Aversa & Elan Hickler Created by Impact Soundworks

More information

Art of Sound. Professional soundware solution. PULSation. Reference Guide. Waldorf Pulse

Art of Sound. Professional soundware solution. PULSation. Reference Guide. Waldorf Pulse Art of Sound Professional soundware solution PULSation Reference Guide Waldorf Pulse Dear Customer Thank you for purchasing our PULSation soundware for Waldorf Pulse and Waldorf Pulse+ instruments. We

More information

Reference Manual. Contents MUSIC SYNTHESIZER. Reference 24. Basic Structure 3. Using the MONTAGE Manuals...2

Reference Manual. Contents MUSIC SYNTHESIZER. Reference 24. Basic Structure 3. Using the MONTAGE Manuals...2 MUSIC SYNTHESIZER Reference Manual Contents Using the MONTAGE Manuals...2 Basic Structure 3 Functional Blocks...3 Tone Generator Block...4 Tone Generator block... 4 A/D Input Block...10 Sequencer Block...10

More information

About the CD... Apps Info... About wthe Activities... About the Ensembles... The Outboard Gear... A Little More Advice...

About the CD... Apps Info... About wthe Activities... About the Ensembles... The Outboard Gear... A Little More Advice... Contents Introduction CD Track Page About the CD... Apps Info... About wthe Activities... About the Ensembles... The Outboard Gear... A Little More Advice... 3 5 5 ACTIVITIES Buzz-A-Round... Free Improv...

More information

Mixers. The functions of a mixer are simple: 1) Process input signals with amplification and EQ, and 2) Combine those signals in a variety of ways.

Mixers. The functions of a mixer are simple: 1) Process input signals with amplification and EQ, and 2) Combine those signals in a variety of ways. Mixers The mixer is the central device in any sound studio. Although you can do a lot without it, sooner or later you are going to want to bring all of your materials together to make a piece of music,

More information

Applicable to Panorama P1, P4 & P6. Using Panorama with Reason

Applicable to Panorama P1, P4 & P6.  Using Panorama with Reason Using Panorama with Reason Applicable to Panorama P1, P4 & P6 www.nektartech.com www.nektartech.com Using Panorama with Reason Reason Integration Setup and Configuration The Panorama Reason Integration

More information

Important Safety Instructions

Important Safety Instructions Important Safety Instructions 1) Do not use near water. 2) Clean only with dry cloth. 3) Do not block any ventilation openings. 4) Do not place near any heat sources such as radiators, heat registers,

More information

Federation Bells Composer s Guide - Monday, July 01, Federation Bells Composers Manual

Federation Bells Composer s Guide - Monday, July 01, Federation Bells Composers Manual Federation s Composers Manual 0 Federation s Composers Manual Overview... 1 Computer Composition... 2 On-line Composition... 2 Patch... 3 Tuning... 5 Volume - Loudness... 5 Spatiality... 6 Specifications...

More information