The Yamaha EZ-EG Guitar Midi Controller Thread

Anything about MUSIC but doesn't fit into the forums above.
Post Reply New Topic
RELATED
PRODUCTS

Post

mbncp wrote:> Can software be ported to VST or MFX for easier integration?

The problem is that MFX doesn't support sysex and some host that support VST-MIDI don't support sysex either (ex: eXT).

So what I trying now, is to have an external app that will convert these triggers, making it possible with any host.

This app works also a little different from the previous script as I use the NoteOn event to trigger a fret down (or string velo) instead of the sysex, as this reduces latency by approximately 10 msec, and this does make a difference.
The app can also detect Capo and Tuning from the EZ guitars, and the plate from the AG.
But it's the mfx, vst plug (or the app) that converts the triggers to actual notes, so you can change play parameters after the recording (fret velo, open string velo, hammer mode, ..).

So, the idea is to have a standalone app that can send the triggers (to be used by the plugs), the converted events (like the script) or both.
The best would be that the app is actually a MIDI driver so there is no need for a virtual driver, this would make it also easier for a host that don't support Mfx or VSt-MIDI, sending the recorded triggers to the driver, then sending the processed events back to the host in a transparent way.

Now, if I have at least 10 people who would agree to buy the plugs+driver for 20U$, I start the project. (the DDK from MS to create the drivers is 199 U$ :( )
For people who prefer to wait and see, it should later be available for about 40U$ - 50 U$.
To pre-order (no money until it's done) or for more info , you can PM me or use the email address from this page : http://www.mypage.bluewin.ch/ncplus/midi_index.html

Edit:
Please specify also which host you are using and preferred usage:
1) Stand alone 2) VST-MIDI 3) Mfx 4) VSTMA (steinberg only MIDI plugs)

thanks ;
You can count me in for the plugs+driver for 20US$ (if you're still offering it at that price). I'm not sure if I'll be using Stand alone or VST-MIDI (haven't decided on a host yet... thinking of using Reason, thus no VST).

-John (somewhat excited by Marc's previous post :wink: )

Post

all fine once loaded, it just takes some time.

AMD 3000+
1gb Ram
XP Pro Sp1

mbncp wrote:Once the script is loaded is everything ok ? Or do you have slowdowns ?

Post

Well, right now it's vst-midi supporting sysex only. And not a single parameter yet, thought some of the code is there.
I will try to make something available by the end of next week.
In the meantime, for those who send me a mail or a pm, you can join here : http://groups.yahoo.com/group/ezg_suite. It's very restrictive, it requires approval from the group owner :hihi:
Btw., if you are new to yahoo's groups, after creating an account, you may want to edit your account Marketing and Subscriptions preferences :ud:
Anyway, I will be posting the files there and it may be better to discuss that stuff over there, it's already hard enough for a newbie to read this entire thread as it is now. :P
marc

Post

Bosco Adama wrote:Mr Markleford
Do you have an MFX for converting "CC to velocity level"? It would make tapping the fretboard while using a pedal much more expressive.
I have such an MFX in my unreleased stash, but would you rather have it directly in the script?

- 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/

Post

I started watching this topic when it first appeared and I was thinking about getting an EZAG. Then I abandoned that idea and stopped reading this thread. I'm again thinking about the EZAG. Now the thread appears to refer to a piece of software that i dont fully understand or get how to use. Will it work with Live5? is it hard to use(I don't have deep computer skills)and--why do people seem to think its neccessary? Can I still use the EZAG as midi controller successfully with out it? Thanks in advance for any replies.

Post

Pete,

There are two free script tools/interpreters for the EZ-guitars. You can use them with Live5 or any other host. It's not hard to use, but you may possibly need some help in setting it up.

You can still use the EZ-AG without them. They're not exactly "necessary", but they do introduce some useful new playing styles, and can help clean up the straight-forward "guitar mode".

To me it's "necessary", as I like to play mainly by two-handed tapping on the fretboard, which the standard EZ-G mode can't really accomplish well.

- 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/

Post

hi, I received my ez ag some weeks ago and begin to learn how to use the ez guitar environnement: everything is fin except that when changing preset, I got an empty explorer webpage called shdoclc.dll/dnserror.htm. it doesnt have any effect and I can keep on using it, but if this report could be usefull...

Post

silicon/silicium wrote:everything is fine except that when changing preset,
Changing via the gui or the EZ buttons?

- 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/

Post

I encounetr this problem with the GUI buttons.
moreover, I cannot run the second midiscript for ez ag), so maybe something is wrong or not up to date with my config. I use win2000 sp4. I forgot to say the error blank page is a pop up window, not the main window itself.

Post

Ah, I haven't tried it on Win2k. I wonder if you could install the newest scripting host update for XP on it?

I'll look into suppressing the pop-up behavior when I find time someday.

- 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/

Post

what shoould be the content of the pop up??
by the way I forgot to say THANX for your work!

Post

silicon/silicium wrote:what shoould be the content of the pop up??
Should not be a pop-up at all, actually: the link should actually just trigger a Javascript function. I'll apparently have to tweak the HTML to suppress this.
by the way I forgot to say THANX for your work!
Glad you enjoy it! Thanks should also go to Marc/mbncp for the basic MIDI module that both our scripts use.

- 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/

Post

Markleford wrote:the link should actually just trigger a Javascript function
Can't believe you added a spyware in your script :shock:

Post

mbncp wrote:Can't believe you added a spyware in your script :shock:
:lol:

Next comes the porn ads. :hihi:

- 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/

Post

:hihi:
maybe I have some troubles with javascript, I ll have a closer look tomorow.

Post Reply

Return to “Everything Else (Music related)”