electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » Instruments and Equipment » Strings and things
Even Harmonic GTAK1
Post new topic   Reply to topic Moderators: BobTheDog
Page 1 of 1 [12 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
BobTheDog



Joined: Feb 28, 2005
Posts: 4044
Location: England
Audio files: 32
G2 patch files: 15

PostPosted: Thu Jun 25, 2009 11:18 pm    Post subject: Even Harmonic GTAK1
Subject description: Got a midi guitar and NI Kontakt 3? May be worth a look if so.
Reply with quote  Mark this post and the followings unread

Hi Guys,

Interesting little thing at http://evenharmonic.com/products/gtak

Basically a KSP script that makes controlling Kontakt 3 from a midi guitar less of a pain.

I am going to look at the demo and see what it is like.

Andy
Back to top
View user's profile Send private message
BobTheDog



Joined: Feb 28, 2005
Posts: 4044
Location: England
Audio files: 32
G2 patch files: 15

PostPosted: Fri Jun 26, 2009 11:30 am    Post subject: Reply with quote  Mark this post and the followings unread

This is an excellent little thing, if you have Kontakt 3 and use midi guitar it is well worth the cash.

Apart from simplifying the whole process and reducing cpu by using a single instrument rather than 6 is also offers the following:

Allows you as many fret splits as you want

Allows you as many string splits and combinations as you want.

Allows you to use pick position if you have an axon to select instruments.

Its all very easy to use and comes with the full Kontact 3 library instruments changed to work properly with it.

Excellent value for money.

Andy
Back to top
View user's profile Send private message
ReaktorFreak



Joined: Sep 28, 2007
Posts: 65
Location: Jakarta, Indonesia

PostPosted: Tue Jun 30, 2009 3:12 am    Post subject: Reply with quote  Mark this post and the followings unread

But can't we write the script ourselves ? Or is it too complicated ?
Back to top
View user's profile Send private message
BobTheDog



Joined: Feb 28, 2005
Posts: 4044
Location: England
Audio files: 32
G2 patch files: 15

PostPosted: Tue Jun 30, 2009 3:49 am    Post subject: Reply with quote  Mark this post and the followings unread

I think you pay the money to avoid having to write the script and change every instrument in the library.
Back to top
View user's profile Send private message
ReaktorFreak



Joined: Sep 28, 2007
Posts: 65
Location: Jakarta, Indonesia

PostPosted: Wed Jul 01, 2009 10:31 am    Post subject: Reply with quote  Mark this post and the followings unread

That's very worth the money then ! Yeah, in Reaktor to implement MIDI guitar mode every ensemble needs to be modded..
Back to top
View user's profile Send private message
BobTheDog



Joined: Feb 28, 2005
Posts: 4044
Location: England
Audio files: 32
G2 patch files: 15

PostPosted: Wed Jul 01, 2009 1:20 pm    Post subject: Reply with quote  Mark this post and the followings unread

Did you see the thing I posted in the Reaktor Library about midi guitar and changing ensembles?
Back to top
View user's profile Send private message
ReaktorFreak



Joined: Sep 28, 2007
Posts: 65
Location: Jakarta, Indonesia

PostPosted: Thu Jul 02, 2009 6:56 am    Post subject: Reply with quote  Mark this post and the followings unread

Of course, MGC right ? Yeah, i see that the Acoustring has to be modded to be compatible with MIDI Guitar mode..
Back to top
View user's profile Send private message
ReaktorFreak



Joined: Sep 28, 2007
Posts: 65
Location: Jakarta, Indonesia

PostPosted: Sun Jul 05, 2009 9:18 pm    Post subject: Reply with quote  Mark this post and the followings unread

Have you try converting the 6 pitchbend data stream to poly aftertouch ? If it's successful you could have pitchbend data for each voice independently. Although i have no idea how to use the poly aftertouch module Smile
Back to top
View user's profile Send private message
BobTheDog



Joined: Feb 28, 2005
Posts: 4044
Location: England
Audio files: 32
G2 patch files: 15

PostPosted: Mon Jul 06, 2009 12:37 pm    Post subject: Reply with quote  Mark this post and the followings unread

MGC has got individual pitch-bend for each voice or am I misunderstanding you?

Andu
Back to top
View user's profile Send private message
ReaktorFreak



Joined: Sep 28, 2007
Posts: 65
Location: Jakarta, Indonesia

PostPosted: Tue Jul 07, 2009 4:43 am    Post subject: Reply with quote  Mark this post and the followings unread

Well, i mean for transmitting to external MIDI devices that supports poly aftertouch, but doesn't have MIDI guitar mode, probably this can be a workaround. Theoretically, the aftertouch containing pitchbend data is polyphonic, so it can be transmitted to the receiving device on one channel, along with Note Ons. Then maybe it can be setup somehow so each note from each string corresponds to the relevant poly aftertouch data that contains the pitchbend data from the relevant string. Then, hopefully the device can interpret poly aftertouch as a pitchbend (like in my Korg X5, mod wheel can be used as one-way pitchbend controller).

What makes me came with this idea is because poly aftertouch seems like the only polyphonic MIDI message type besides Note On/Off, as CC and pitchbend are both mono / global.

But anyway, maybe this isn't possible at all, i don't know..
Back to top
View user's profile Send private message
BobTheDog



Joined: Feb 28, 2005
Posts: 4044
Location: England
Audio files: 32
G2 patch files: 15

PostPosted: Tue Jul 14, 2009 10:55 pm    Post subject: Reply with quote  Mark this post and the followings unread

Ah I see.

So you would need something that could receive the 6 channels and send to one channel. For each channel you would take the last note on message and convert the current pitchbend to poly aftertouch on that note.

The only problem I see is that the guitar can produce the same midi note more than once if it is played on different strings, as each string would have a different pitchbend value we are then in trouble as there is a one to one relation between the note number and the polyphonic aftertouch data.
Back to top
View user's profile Send private message
ReaktorFreak



Joined: Sep 28, 2007
Posts: 65
Location: Jakarta, Indonesia

PostPosted: Tue Jul 14, 2009 11:36 pm    Post subject: Reply with quote  Mark this post and the followings unread

Yes, so the 6 channel can be merged perfectly into one, without discarding each channel pitchbend, like the known way. And just recently i've read a discussion about sending micro tuning scale information through poly aftertouch, so i figure maybe it can also be used for merging individual bend data. But like you said, it's hard to relate the pitchbend as aftertouch value for each note correctly, so it might ended up unrelated at all.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Moderators: BobTheDog
Page 1 of 1 [12 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » Instruments and Equipment » Strings and things
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use