MacMusic.org  |  PcMusic.org  |  440Software  |  440Forums.com  |  440Tv  |  Zicos.com  |  AudioLexic.org
Loading... visitors connected
Welcome Guest
> Midi Gliss..please Help!
highlander2
post Sun 18 Oct 2009, 23:49
Post #1


Newbie


Group: Members
Posts: 5
Joined: 18-Oct 09
Member No.: 111,029




Im trying to produce a realistic gliss (portamento, or glide) between two notes or two intervals of a solo string sampled instrument.

I want to be able to specify the starting and ending notes or intervals, and have them seen, sound, and show up as such, in a notation program, and in the sequencers notation.

Any SPECIFIC ideas how to do this?

Any help will be GRATEFULLY appreciated!

Thanks Bob


PS:
the ways Ive seen online are the following:

1)

****This method requires that your MIDI device supports standard “Registered Parameter Messages”
(RPMs), which is common but not universal.

1. Set controllers RPN (100 for MSB and 101 for LSB) to 0.
2. Set data entry (controller 6(MSB) and 38(LSB)) to the number of semitones and 128ths of a semitone that you need. For example, setting controller 6 to 12 will allow you to have 12 semitones (1 octave) as the maximum range up and down. The default range is 2 semitones usually
3. Now, at the places where glissando or portamento is required, create curves in pitch bend (NOT a controller!). You should take into account the range you set above. E.g. a curve from pitch bend 0 to 4096 will be a glissando from the original note to 6 semitones above (augmented fourth); a curve from 0 to -1365 will be a sliding from the original note to 2 semitones below--provided that you set data entry to 12. If you set data entry to 6, however, the same pitch bends will give you half the effect (i.e. 3 semitones above and 1 semitone below, respectively).
4. Be sure to set pitch bend back to 0 after the glissando passage is done (it is not reset by controller 121, since it's not a controller).

--The problems I've had with the above is that you cant specify BOTH intervals, as one is sounded by a pitch bend event, and I cant get more that 4 semitones pitch bend, even though CC#6 is set to 12
============
2)

Portamento

*** This control change is not supported by all MIDI devices

Portamento is a smooth “glide” from one note to another (rather like a glissando played on a trombone).
1) Set CC#5 to 0–127, which controls the length of time taken to perform the portamento (0 is fastest, 127 is slowest),
2( Set CC#84 to 0–127 which determines the distance of the portamento (values below 60 start below the note, values above 60 start above
the note; the precise interval depends on the MIDI device).

So you must first “set up” the portamento effect with a CC#5 message, and then attach the CC#84 message to the note on which the portamento occurs.

---The problems Ive had with the above is that it simply does nothing, so it must not be supported, in my equipment.

Again, Any help will be GRATEFULLY appreciated!
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
kayj_prod
post Wed 21 Oct 2009, 06:52
Post #2


Rookie
*

Group: Members
Posts: 30
Joined: 20-Feb 08
From: UK
Member No.: 99,001




Ah, apologies if I was patronising!
One of my old Yamaha synths could use a controller to specify the first note of a portamento slide. You had to be very careful of sending the correct sequence of controllers but that was very useful. It's sometimes useful digging through the MIDI spec of a plug-in/device to uncover hidden functions. It sounds to me like you've already done that though!

I've used pitch bend range to do as you're trying relying on my ear to make sure I get the right start note- remember PB is a higher res controller so you don't hear the step from semitone to semitone as you would if it were a mere 128 steps.
Go to the top of the page
 
+Quote Post
highlander2
post Wed 21 Oct 2009, 14:08
Post #3


Newbie


Group: Members
Posts: 5
Joined: 18-Oct 09
Member No.: 111,029




QUOTE (kayj_prod @ Wed 21 Oct 2009, 07:52) *
Ah, apologies if I was patronising!
One of my old Yamaha synths could use a controller to specify the first note of a portamento slide. You had to be very careful of sending the correct sequence of controllers but that was very useful. It's sometimes useful digging through the MIDI spec of a plug-in/device to uncover hidden functions. It sounds to me like you've already done that though!

I've used pitch bend range to do as you're trying relying on my ear to make sure I get the right start note- remember PB is a higher res controller so you don't hear the step from semitone to semitone as you would if it were a mere 128 steps.


Hi..thanks so much for replying:)

I figured out how to do it--its complex and still has shortcomings, notation wise.
And before starting the pitch bend range has to be increased to an octave, which as I mentioned was accomplshed by the Super Bender Script

1. Set controllers RPN (100 for MSB and 101 for LSB) to 0.
2. Set data entry (controller 6(MSB) and 38(LSB)) to the number of semitones and 128ths of a semitone that you need. Forexample, setting controller 6 to 12 will allow you to have 12 semitones (1 octave) as the maximum range up and down. The default range is 2 semitones usually. Set controller 38 to 0.
3. You then take the Destination pitch, of the gliss and put it at the measure/beat/tick where the Starting pitch would be. The Starting pitch is NEVER seen, as the Starting pitch is sounded by a Pitch Bend event according to the previously posted chart.

http://www.dosguys.com/RA-guitar/!!...ysEx--Chart.htm

So for a quarter note gliss, F3 on 1/1/000 going to G3 on 1/2/000:

1) The G3 is actually moved to 1/1/000, This is actually our Destination pitch, and the Starting pitch (F3) is sounded by a pitch bend event ...in this case, ~-1365 which is a Major Second, and its minus as its an ascending Major 2nd.
2) A Continuous Data curve is then generated, from 1/1/000-1/2/000 consisting of Pitch Bend events, consisting of values -~1365 to ~0.
3) The F3 is then sounded at 1/1/000 by the pitch bend events, with the G3 being sounded at 1/2/000 as a regular note on event.

It sounds good, but notation wise, all that shows up in a notation program is the destination pitch, at the point in time the sounding pitch would occur.

Yeah, I know it sounds strange..LOL..but it works!


Thanks for replying:)

Bob

Go to the top of the page
 
+Quote Post



Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version - Wed 27 Nov 2024, 10:14
- © MacMusic 1997-2008