------------------------------ Loopers-Delight-d Digest Volume 97 : Issue 175 Today's Topics: RE: JamMan sync misconceptions. [ "Sellon, Bob" ] <<< ] Administrivia: Looper's Delight **************** Please send posts to: Loopers-Delight@annihilist.com Don't send them to the digest! To subscribe/unsubscribe to the Loopers-Delight digest version, send email with "subscribe" (or "unsubscribe") in both the subject and the body, with no signature files, to: Loopers-Delight-d-request@annihilist.com To subscribe/unsubscribe to the real Loopers-Delight list, send email with "subscribe" (or "unsubscribe") in both the subject and the body, with no signature files, to: Loopers-Delight-request@annihilist.com Check the web page for archives and lots of other goodies! http://www.annihilist.com/loop/loop.html Your humble list maintainer, Kim Flint kflint@annihilist.com ------------------------------ Date: Tue, 14 Oct 1997 08:44:53 -0400 From: "Sellon, Bob" To: Loopers-Delight Subject: RE: JamMan sync misconceptions. Message-Id: <215C1D5A0FFDD011B3CC00805FC18C29135047@NTSRV2.LEXICON.COM> Content-Type: multipart/mixed; boundary="---- =_NextPart_000_01BCD87D.7125B720" As stated, the JamMan echos everything except MIDI clock to its output. The MIDI clock output by JamMan is it's internally generated one. JamMan's internally generated MIDI clock is locked to the MIDI clock it is receiving after the first loop is initialized. MIDI clock is output from JamMan before the first loop is initialized but it is referenced to the previous loop the system was set for so it is invalid. In retrospect, it would have been better to just echo the incoming MIDI clock when in slave mode but this is not the case. In subsequent prototype ROMs, I actually disable MIDI clock output until it is valid but it may in fact be better to echo it in the slave situation. One of the problems with doing this is priority scheme of the system software. Audio, generated and incoming MIDI clocks are the highest priority in the system so there can be some lag in "echo'd" MIDI data. Though the JamMan's output is not switchable (thru/out), there is a toggle buried in the diagnostics that allows all MIDI clock generation to be disabled. The following app note describes the operation: ================================================== Lexicon Jamman - Disable MIDI Clock IN by Bob Sellon (System Programmer) This app note was written to allow people to use a special feature in the released software that was not documented in the Users manual due to its implementation late in the project. While ease of use was one of the primary design parameters of the Jamman, we found that this noble cause can sometimes result in limited functionality. Design trade offs are always made but there were some features that just have to be included at all costs. When a system is being designed new applications always turn up at the last minute and you are faced with either leaving them out or crossing your fingers and adding them in late in the game. The subject of this app note is just such a feature. One group of features that we were able to squeeze into the product was a fairly moderate MIDI implementation but with excellent MIDI clock accuracy. Most of the major aspects of the system's operation can be controlled via MIDI program change messages. Our original intention for this was to allow people to use their MIDI foot controllers to control JamMan. The application we under estimated was the use of a MIDI sequencer with JamMan. There were two interesting aspects of using a sequencer with Jamman. First, the sequencer can be preprogram with a fairly sophesticated sequence of commands making it's use in live performance automatic and painless, and second, you can add sequenced music to your live loops. While both of these appications can be done without the special feature, they can be limited by the sequencer itself. If you are content to let the seuencer set the tempo of your performance, you simply connect the MIDI OUT of the sequencer to Jamman's MIDI IN as follows: Sequencer ----------------> JamMan MIDI in Jamman automatically detects the incoming MIDI clock from the sequencer (assuming it has been enabled in the sequencer) and attempts to lock to it. The problem shows up if you want to tap the tempo in in real-time but still use the sequencer to control the Jamman. An example would be letting sequencer drop in and out of layer mode or initialize subsequent loops. Again, this can be done without the special feature but you will be forced to use the sequencer's tempo if the sequencer cannot disable it output of MIDI clock. The special feature allows you to disable the input of MIDI clock to Jamman while still recognizing the control commands. To set the system up to allow the tempo to be set in real-time, the MIDI output from JamMan must be connected to the MIDI input of the sequencer and the sequencer must be set to derive it's sync externally. |---------------------------------------------------------------------| | ----> Sequencer ----------------> JamMan --->------| MIDI in MIDI out (sorry about the diagrams) The problem is that as soon as JamMan detects a MIDI clock at it's input, it automatically locks to it. If JamMan is slaved to the sequencer and the sequencer is slaved to JamMan, who is master? (Obviously the great god Zarquot.) This is where the spiffy "MIDI Clock In Disable" feature comes to the rescue. Included in the Jamman software is a set of diagnostics which are typically used by service technicians. Along with the diagnostic tests, however, there is a utility for changing the MIDI channel to which the system will respond as well as tool to disable the systems response to incoming MIDI clocks. To enter diagnostics, press and hold the RESET/BYPASS and FUNCTION buttons while the system is powering up. The letter 'd' will appear on the display indicating that you have entered the diagnostics. Turn the right hand front panel encoder until the number 12 appears on the display then press the RESET/BYPASS button. This brings you to a special diagnostic tool that outputs a very fast MIDI clock for troubleshooting MIDI problems. If you press the FUNCTION button, however, the MIDI clock input will be disabled. Press RESET/BYPASS a second time then turn the encoder to 9 and press RESET/BYPASS one final time to exit diagnostics and run the normal software. Yes, this is ugly as sin which is one of the reasons it has not shown up in any application notes so far. But if you are hard core, you just might find it useful. One additional down side to this feature and to the setting of the MIDI channel is that they must be set each time the Jamman is power cycled. If the sequencer can optionally disable its output of MIDI clock and also slave to MIDI clock, the setup step can be avoided all together. Simply use MIDI channel 1 (Jamman's default) on the sequencer for Jamman data only and set the sequencer to sync to external MIDI clock with MIDI clock out disabled. With MIDI clock IN disabled, the sequencer and JamMan can be connected as shown above but JamMan will ignore the MIDI clocks being output by the sequencer and still recognize all of the control commands. With this setup the operator simply TAPs in the first loop and a whole series of complex commands can be programmed into the sequencer with no additional operator intervention except to play their perspective instrument. The things that can be done with this setup are amazing. New loops can be initialized, LAYERING enabled, loops muted, etc... Commands from a MIDI foot controller can even be recorded into a sequencer in real-time using the following setup: |----------------<-----MIDI Foot Controller<---------------| | ----> Sequencer ----------------> JamMan -----------| MIDI in MIDI out The only requirement is that the foot controller passes MIDI clock through. The Lake Butler Mitigator and the ART foot pedals were found to work very well for control but tended to be a bit sluggish for setting the tempo because of the rubber around the buttons. ===================================================== Bob Sellon Lexicon/Stec > ---------- > From: Robert S. Carter[SMTP:rsc4@hhmi.upenn.edu] > Reply To: rsc4@hhmi.upenn.edu > Sent: Friday, October 10, 1997 1:16 PM > To: bsellon@lexicon.com > Subject: Re: JamMan sync misconceptions. > > Steven Dubofsky wrote: > > > > > Are you sure the JMs out isn't a switchable thru/out? A lot of gear > that > > skimps on the midi connectors use this configuration including Boss > abd > > Alesis multi effctors. > > > > > The JamMan MIDI out in fact does act as a MIDI through and echoes all > info EXCEPT (according to the manual and in my experience) MIDI clock. > It would obviously be great if it did echo clock as well- whether this > might bne switchable via some esoteric function the the decvice's > utility mode, I dunno- no mention of any sort is made in the manual. > Perhaps our Lexicon buddies can fill us in... > > BOB. > ------------------------------ Date: Tue, 14 Oct 1997 15:06:51 -0400 From: michael stevinson To: Loopers-Delight@annihilist.com Subject: <<<>> Message-ID: <3443C2CA.FF3F0CED@publishingresources.com> Content-Type: multipart/mixed; boundary="------------2CFBB1E1B8B7049F2F39926B" i've recently acquired a Roland SRE-555 Chorus Echo. it's a great unit, i know how to splice my own tape, and the possibilites with this machine are endless. however, i'm having a hard time getting the most out of the unit. because i am inexperienced in using the SRE-555, i was hoping that some of you out there who have experience using a tape loop could give me some helpful hints, tips, lessons, information, or whatever it is that you know, that goes well beyond what the manuals tell you? this information would be highly valuable and greatly appreciated. Please SEND ALL MESSAGES TO: MIKILLS@AOL.COM, as i am not subscribed to any lists. thanks, MICHAEL Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Michael J. Stevinson Content-Disposition: attachment; filename="vcard.vcf" Attachment converted: Macintosh HD:vcard.vcf (TEXT/R*ch) (0001F7AF) ------------------------------ Date: Tue, 14 Oct 1997 20:07:09 -0400 From: David Kirkdorffer To: Loopers-Delight@annihilist.com Subject: RE: guitar amp+speakers vs. PA Message-ID: <30C4F9E5EBE1D0118B760000C0DD100F2F5015@MAIL> Content-Type: text/plain I like running a fender guitar amp into 15 inch bass speakers. They seem to handle most of the frequencies without that "horn-burn" I hear from some keyboard amps. David >As I can't afford both, I'd really appreciate it if someone could help me >compose a rig for looping guitars that: >A) Sound good for playing electric guitar in a straightforward manner, and >B) is able to amplify my HEAVILY treated, synth-like guitar signals. >Everything has to be in stereo, by the way. > >I currently use a Rocktron Voodo Valve tube driven pre-amp (with a speaker >simulator & digital effects that I usually bypass) and a Roctron Velocity >power amp. I've tried this setup with different speakers made for guitars, >and the problem is that it wont really convert the frequencies not in the >guitar domain into sound. Are there any ok sounding speakers made for >guitars on the market that will do this? Or do I have to run my pre-amp >w/speaker simulator into a mixer in order to obtain B). What equipment >should I consider in the latter case? >What I'm looking for, I guess, is a solution that gives the best compromise >between A) and B). I'd really, really appreciate any feedback and advice >you could give on this. If you think this is a bit off topic, please feel >free to e-mail me privatly. Thanks > >Also, someone mentioned that using e-bowed guitars with a vocoder might be >a good idea. I have tried this, replacing the synth with guitar signals, >and it works ok if the signal is really thick and wide. Try placing the >vocoder after a loop with lots of (processed) layers. It gives the vocoder >a better signal to work with. Again, thanks. > >Erik Ljones (Norway) > > ------------------------------ Date: Tue, 14 Oct 1997 21:17:14 +0200 From: patrick@his.com (Patrick Smith) To: Loopers-Delight@annihilist.com Subject: Another Vortex, reasonable price Message-Id: Content-Type: text/plain; charset="us-ascii" Just saw this on the news group.... vortex is like new with manuals and footswitch, 180 + shipping. the boss is a rackmount reverb, programmable, midi. some of the "non-linear reverb" sounds hold their own with the vortex's "almost so wierd you can't use them" efx. it is "faux stereo" in that the wet output is mixed, but the dry output remains stereo (like the input). I'm asking 110 + shipping for this, which is also in great shape. thanks, kelly. address kjohn79484@aol.com *** *** ** Fingerpaint http://www.his.com/~patrick/FNGP.html *** ** ------------------------------ Date: Tue, 21 Oct 1997 10:32:06 -0700 From: Kim Flint To: Loopers-Delight@annihilist.com Subject: test - ignore Message-Id: Content-Type: text/plain; charset="us-ascii" The list has been busted by my ISP for the past few days, this is a test message to see if they have fixed it yet. kim ______________________________________________________________________ Kim Flint | Looper's Delight kflint@annihilist.com | http://www.annihilist.com/loop/loop.html http://www.annihilist.com/ | Loopers-Delight-request@annihilist.com --------------------------------