Expert-sleepers Crossfade Loop Synth v3.2.0 Manuale Utente

Navigare online o scaricare Manuale Utente per Audio Expert-sleepers Crossfade Loop Synth v3.2.0. Expert Sleepers Crossfade Loop Synth v3.2.0 User Manual Manuale Utente

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa

Sommario

Pagina 1 - User Manual

Expert SleepersCrossfade Loop Synthv3.2.0User Manual

Pagina 2

Using Crossfade Loop SynthUsing the controlsKnobsBasic use of the knobs is to click on them and drag the mouse up and down. However you can obtain dif

Pagina 3

Stepping through a folder of samplesThe two buttons below ‘Load Sample’, labelled ‘Prev’ and ‘Next’, let you quickly audition a number of samples, wit

Pagina 4 - OSC Control! 22

start when the note is first triggered.'Loop Start' (green) sets the beginning of the looped section.'Loop End' (red) sets the begi

Pagina 5 - MIDI & OSC Scripting! 26

EnvelopesControlsThe amplitude and filter envelopes are both of the standard ADSR type, but with extra control over the shape of the curves.The upper 4

Pagina 6 - Contact! 38

Play Position MemoryThe last control in the ‘Sample’ group, PPM provides variations on the idea that the sample should start playing from the position

Pagina 7 - Introduction

The ‘Sync’ control turns the effect on. It sets the length of the sample that is used for syn-thesis, in terms of a number of cycles at the reference

Pagina 8 - System Requirements

Filter LFOModulates the filter cutoff frequency by up to 3 octaves.Pulse Width LFOModulates the pulse width control (see above).Sync Detune LFOModulate

Pagina 9 - Registration

Crossfade Loop Synth E"ectCompared to Crossfade Loop SynthThe effect version of Crossfade Loop Synth can do everything the synth version can - it

Pagina 10 - Using Crossfade Loop Synth

Buffer size controlsThese controls together set the size of the record-ing buffer.The first control ‘Size’ simply sets the buffer size in seconds. The

Pagina 11

PreferencesPressing the ‘Prefs’ button brings up a dialog where various prefer-ences are set. These settings are shared by all instances of Crossfade

Pagina 12 - Reference Tone

Copyright © 2011 Expert Sleepers. All rights reserved. This manual, as well as the software described in it, is furnished under licence and may be use

Pagina 13 - Saturation

Max buffer sizeThis setting only affects the Effect version of the plug-in. It sets the range of the buffer size control. Setting this to higher value

Pagina 14 - Pulse Width

MIDI controlAll of Crossfade Loop Synth’s parameters can be controlled via MIDI CC’s (Continuous Controllers) according to the table below.CC 64 (sust

Pagina 15

OSC ControlFrom version 3.1.0 Crossfade Loop Synth can be controlled via the Open Sound Control (OSC) protocol.If you’re new to OSC, start by vis

Pagina 16 - Pitch Wheel Range

/get 14 osc.udp://10.0.0.2:7000 “/foo”replies to 10.0.0.2:7000 with (assuming parameter 14 has the value 64.0)/foo 14 64.0/getAll s:returnUrl s:return

Pagina 17 - Recording

/getAllRegisteredBehaves exactly as if every parameter registered for updates with /registerUpdate had changed. A message will be sent for ev

Pagina 18

/stopNote i:note f:velocityStops playback of a note - equivalent of a MIDI note off message.‘note’ is the MIDI note number; ‘velocity’ should be betwe

Pagina 19 - Preferences

MIDI & OSC ScriptingPreambleFrom Crossfade Loop Synth v3.1.0 onwards it is possible to extend the plug-in’s MIDI & OSC functionality via user-

Pagina 20 - Max buffer size

Script locationsCrossfade Loop Synth looks for MIDI & OSC scripts in standard locations. Scripts must have the filename extension “.lua”.Mac

Pagina 21 - MIDI control

pitch = getParameter( “Pitch” )pitch = getParameter( paramID_Pitch )setParameter( param, value )Sets the value of the plug-in parameter. See the descr

Pagina 22 - OSC Control

E.g.setOthersParameter( 2, paramID_Pitch, 12.0 )getOthersParameter( id, param )As getParameter(), but gets the parameter from another instance

Pagina 23

ContentsIntroduction! 7Crossfade Loop Synth! 7Crossfade Loop Synth E"ect! 7Installation! 8Mac OS X, Audio Unit (AU)! 8Mac OS X, VST! 8Windows (VS

Pagina 24 - /startNote 60 0.7

endrequestAllCC( handleCC )requestAllNRPN( function )Request that the given function be called in response to any MIDI non-registered parame-ter numbe

Pagina 25 - /stopNote 60 0.0

requestCC( cc, function )Request that the given function be called in response to the given MIDI continuous con-troller (CC) event. E.g.local functio

Pagina 26 - MIDI & OSC Scripting

requestChannelPressure( function )Request that the given function be called in response to a MIDI channel pressure (after-touch) event. E.g.local fu

Pagina 27 - Overriding the default script

Version History3.2.0 11/8/2011•Mac OS X AU & VST versions now support 64 bit operation.•Timing of note playback much improved in the synth version

Pagina 28

3.0.2 30/9/2007•(AU version) Now responds properly to AudioUnitReset(), so in e.g. Logic the delay buffer will be cleared when song playback is starte

Pagina 29

2.0.0 12/12/2004•all-new GUI•new 'reverse' and 'alternate' loop modes•amplitude and filter envelopes now ADSR with adjustable shape

Pagina 30

0.1b 11/12/2002•First beta release.!

Pagina 31

Release Notesv3.0.x and v3.1.x have a known issue in that PWM and Hard Sync don’t work well to-gether. The intention is to re-implement PWM and releas

Pagina 32 - Debugging

ContactThe Expert Sleepers website is here:http://www.expert-sleepers.co.uk/Or you can [email protected] you can use the forum, which i

Pagina 33 - Version History

Play Position Memory! 14Pulse Width! 14Hard Sync! 14LFOs! 15Pitch LFO! 15Filter LFO! 16Pulse Width LFO! 16Sync Detune LFO! 16Drones! 16Pitch Wheel Ran

Pagina 34

/registerUpdate i:param s:returnUrl s:returnPath! 23/unregisterUpdate i:param s:returnUrl s:returnPath! 23/getAllRegistered! 24/exec s:func ...! 24/ca

Pagina 35

requestProgramChange( pc, function )! 31requestPolyPressure( key, function )! 31requestPitchWheel( function )! 31requestChannelPressure( function )! 3

Pagina 36 - First beta release

IntroductionCrossfade Loop SynthCrossfade Loop Synth is at heart a simple sample playback synth plug-in.It plays samples in the classic sampler manner

Pagina 37 - Release Notes

InstallationMac OS X, Audio Unit (AU)One file (ExSlXFadeLooper.component) contains all variants of the plug-in.Simply copy the file to the folder:Librar

Pagina 38

RegistrationThe downloadable version of Crossfade Loop Synth stops working after 15 minutes every time you use it. To stop this happening, you need to

Commenti su questo manuale

Nessun commento