The Yamaha EZ-EG Guitar Midi Controller Thread
-
- KVRist
- 448 posts since 18 Nov, 2002
Yeahh finally I have read all the 37 pages of this thread!! (not meaning that I have understand all).
Im a long time midi guitar user (Casio guitar midi, Gr30 and others). Currently I have plans to purchase an Axon 100 mkII when it be available (october from the last info that I have read from Terratec). I have no plans to leave my guitar to midi setup, but this thread has opened my eyes about this ztar cheapo option.
I have some questions that I would love if someone can answer:
I have watched all the videos, etc. but I dont see any playing fast melodies, its possible to do fast lines with it or there is some limitation? (I can do that with minor glitches with the internal sounds of the Gr30 -not with the midi out- if I play with the 4 first strings).
About the functionality of the scripts I would want to ask something:
1º. I can assing some fret key, bar plate or function button in order to send a modulation cc at 127 valuem and later send a 0 value to deactivate the modulation effect? (I dont like to do it with foot pedals, I do that already with the gr30 and I dont like the feel). Normally I find that its not necessary to do a progressive sweep and jumping directely to the 127/0 value is sufficient. Although is it can be done with a sweep of messages that would sound better.
2º. I can do the same but sending a 2 semitone pitch bend message (in this case would be necessary to send a sweep of messages from 0 to 127 in order to do not make an instant jump but a progressive one)?
In others words there are controls in the EZ-AG that can be assigned with some of the scripts and are able to do those messages (cc1 and pitch bend) or others? or that is not possible even editing the scripts?
Thanks in advance.
Im a long time midi guitar user (Casio guitar midi, Gr30 and others). Currently I have plans to purchase an Axon 100 mkII when it be available (october from the last info that I have read from Terratec). I have no plans to leave my guitar to midi setup, but this thread has opened my eyes about this ztar cheapo option.
I have some questions that I would love if someone can answer:
I have watched all the videos, etc. but I dont see any playing fast melodies, its possible to do fast lines with it or there is some limitation? (I can do that with minor glitches with the internal sounds of the Gr30 -not with the midi out- if I play with the 4 first strings).
About the functionality of the scripts I would want to ask something:
1º. I can assing some fret key, bar plate or function button in order to send a modulation cc at 127 valuem and later send a 0 value to deactivate the modulation effect? (I dont like to do it with foot pedals, I do that already with the gr30 and I dont like the feel). Normally I find that its not necessary to do a progressive sweep and jumping directely to the 127/0 value is sufficient. Although is it can be done with a sweep of messages that would sound better.
2º. I can do the same but sending a 2 semitone pitch bend message (in this case would be necessary to send a sweep of messages from 0 to 127 in order to do not make an instant jump but a progressive one)?
In others words there are controls in the EZ-AG that can be assigned with some of the scripts and are able to do those messages (cc1 and pitch bend) or others? or that is not possible even editing the scripts?
Thanks in advance.
-
- KVRian
- 1239 posts since 17 Jul, 2003
There is a file called 'Triggers Default.txt' that you can copy to the User folder.
Each fret/button, up/down can be assigned to a function (existing or user specific). So, pretty much everything is possible.
For more complex tasks, changing the code in the main file may be necessary.
marc
Each fret/button, up/down can be assigned to a function (existing or user specific). So, pretty much everything is possible.
For more complex tasks, changing the code in the main file may be necessary.
marc
-
- KVRist
- 448 posts since 18 Nov, 2002
Thanks for the repply Marc.
If I have understand it well you mean that if I do some special programmation with the buttons in the "Triggers Default.txt" then I need to save this new txt to the user folder and then it will be readed first by the program and bypassed the original Triggers Default.txt that exist in the EZ_AG_data folder?
I have readed the txt and I see defined only 4 buttons (sound, song, plus and minus), what syntaxis is used to use the others buttons (tunning, capo, tempo, volume, strum, chord, both and demo) and assign to them some functions?
The bar plate can be used also as an on/off button?
Excuse me to disturb you, but I dont know anything about the syntaxis that I need to use to make the programmation that I want, I need to ask you, please respond only if you want.
In the functions that I have described in my previous post that I want to implement what syntaxis I would need to write if I want to send a CC1 at 127 pressing the tunning button?
If I want to do a pitch bend from 0 to 127 in 100 ms, (if its possible)?
Tanks in advance and excuse me for ask to much.
If I have understand it well you mean that if I do some special programmation with the buttons in the "Triggers Default.txt" then I need to save this new txt to the user folder and then it will be readed first by the program and bypassed the original Triggers Default.txt that exist in the EZ_AG_data folder?
I have readed the txt and I see defined only 4 buttons (sound, song, plus and minus), what syntaxis is used to use the others buttons (tunning, capo, tempo, volume, strum, chord, both and demo) and assign to them some functions?
The bar plate can be used also as an on/off button?
Excuse me to disturb you, but I dont know anything about the syntaxis that I need to use to make the programmation that I want, I need to ask you, please respond only if you want.
In the functions that I have described in my previous post that I want to implement what syntaxis I would need to write if I want to send a CC1 at 127 pressing the tunning button?
If I want to do a pitch bend from 0 to 127 in 100 ms, (if its possible)?
Tanks in advance and excuse me for ask to much.
-
- KVRian
- 1239 posts since 17 Jul, 2003
This is correct. This avoids replacing user files if you paste a new version over an the existing one.krraqk wrote:If I have understand it well you mean that if I do some special programmation with the buttons in the "Triggers Default.txt" then I need to save this new txt to the user folder and then it will be readed first by the program and bypassed the original Triggers Default.txt that exist in the EZ_AG_data folder?
The EZ sends info only about these 4 buttons. When using the scripts, volume, capo, tempo and tuning have no effect on the script.I have readed the txt and I see defined only 4 buttons (sound, song, plus and minus), what syntaxis is used to use the others buttons (tunning, capo, tempo, volume, strum, chord, both and demo) and assign to them some functions?
Yes, but I would need to change the code a little.The bar plate can be used also as an on/off button?
Would need to use one of the available buttons.In the functions that I have described in my previous post that I want to implement what syntaxis I would need to write if I want to send a CC1 at 127 pressing the tunning button?
How would you reset that cc to 0.
By pressing the button a second time or using another one.
Assuming the full pitch bend range is set from -2 semi-tones to +2 semi-tones.If I want to do a pitch bend from 0 to 127 in 100 ms, (if its possible)?
What are you looking for ?
a) 0 -> +2
b) -2 -> +2
c) -2 -> 0
Also, if it's a) or b) , when and how would you like to reset the pitch bend to 0 ?
Marc
-
- KVRist
- 448 posts since 18 Nov, 2002
With 4 there can be some funThe EZ sends info only about these 4 buttons. When using the scripts, volume, capo, tempo and tuning have no effect on the script.
Some old Roland guitar synth have implemented a vibrato message send touching a metalic part of the bridge if I remember correctelly. It seemed a reasonable trick that will not interfere too much the workflow playing.
The bar plate can be used also as an on/off button?
Yes, but I would need to change the code a little.
Well that depends to you to implement that function, if it needs some changes in the code I cant do nothing about it.
Actually the bar plate function is sending a “all notes off” message? Its really necessary when working with the script, where when the keys are depressed a message note off is sended?
My idea would be to send a cc1 message of 127 when pressed the button and send a cc1 0 message when depressed, just like is used playing with the vibrato wheel.
How would you reset that cc to 0.
By pressing the button a second time or using another one.
I normally work with a range of -1/+2 semitones that suits very well my expression needs.Assuming the full pitch bend range is set from -2 semi-tones to +2 semi-tones.
What are you looking for ?
a) 0 -> +2
b) -2 -> +2
c) -2 -> 0
Also, if it's a) or b) , when and how would you like to reset the pitch bend to 0 ?
The idea would to use the buttons value +/-, as it seems the most natural. Pressing “button +” would up 2 semitones, depressing it would reset to 0. The same with the” – button”, pressing it would do -1 semitone and when depressed it returns to the 0 value. I think it would emulate pretty reasonably a pitch bend control. As I said previously it cant be a instant jump (it ould not sound natural) it need to be gradual to emulate the normal use of the pitch bend in a synth, at first I think that 100 ms would do the trick, but that needs to be experimented.
If you explain to me what syntax I need to put in the triggers default.txt I will experiment with it.
I want to do a big thanks to you for your support and time.
My Yamaha is ordered and Im waiting for it the next week, I cant wait to try those ideas.
-
- KVRer
- 10 posts since 3 Aug, 2005
krraqk wrote:wardran:
Its a midi controller, it only sends midi signal, what would be the pourpose to use it with guitar rig?
regards,
wardran
-
- KVRAF
- 3066 posts since 31 May, 2002 from My chair
I have used my EZ with Manystation, which has a lot of nice guitar sounds! 
- m
- m
Markleford's band, The James Rocket: http://www.TheJamesRocket.com/
Markleford's tracks: http://www.markleford.com/music/
Markleford's free MFX, DXi2, DR-008 modules: http://www.TenCrazy.com/
Markleford's tracks: http://www.markleford.com/music/
Markleford's free MFX, DXi2, DR-008 modules: http://www.TenCrazy.com/
-
- KVRist
- 448 posts since 18 Nov, 2002
Marc sorry to disturb you another time, I only want to ask, do you think that it would be possible to implement the functions that I have suggested? OR Im asking something impossible or very difficult?
My AG is not yet here, but Im studying the possibilities of the script in order to see if I have other ways to do what I want, well I would like to get started knowing what to do when its here
pardon my impatience
My AG is not yet here, but Im studying the possibilities of the script in order to see if I have other ways to do what I want, well I would like to get started knowing what to do when its here
pardon my impatience
- KVRAF
- 4182 posts since 10 Oct, 2002 from Nashville, TN USA
- KVRAF
- 4182 posts since 10 Oct, 2002 from Nashville, TN USA
Yeah, it's the one specified for the EZ as well as a lot of other Yamaha products.eddu wrote:Is this adaptor specific for the EZ or can you use thwe typical cheap variable voltage one.(1.5-12V)?
Honestly, I don't really know enough about electricity to say if a variable one works or not. I have heard that the milliamp setting is important to get correct or else things begin to fry.
Also, I'm sure the warranty becomes void if used with the wrong adaptor.
