v.i. control forum
Username:   Password: 
Auto Login
  
v.i. control forum
Fastest Growing Composer Forum on the Net
 
 RegisterRegister 
It is currently Thu Sep 09, 2010 12:16 pm
All times are UTC - 7 Hours

V. I. CONTROL
Home Portal Forum Articles Composers Advertising Contact Us

Get your custom Kontakt 2 Scripts here


Users browsing this topic: 0 Registered, 0 Hidden and 0 Guests
Registered Users: None


View previous topic Printable versionDownload TopicPrivate MessagesRefresh page View next topic
Author Message
Frederick Russ
Site Admin


Joined: 10 Aug 2004
Posts: 4937
Location: Colorado
Country Flag: USA
Groups:
Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun May 07, 2006 10:33 am

Andrew K (Thonex) and Nils (Kotori) mentioned it would be cool to have a tidy place to post new releases of Kontakt scripts - links and such as a sticky thread. So here you go guys. Put 'em here.
_________________
Frederick Russ
m U s I c |
Back to top See my Info
Thonex
Senior Member


Joined: 29 Jun 2005
Posts: 4377
Location: Los Angeles, CA USA
Country Flag: USA
Groups: None
Re: Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun May 07, 2006 10:41 am

Thanks Frederick!! Very Happy

May I suggest that we post the links for the original threads where the scripts are posted and discussed along with a short description of the script so that this area stays clean and efficient. I'll start by posting a few that caught my eye. Please feel free to add other links too. These are updated periodically with the newest at the top.
------------------------------------------------------
Cross fade script using Big Bob's math library

This script provides equal-power crossfade without volume dips.


http://vi-control.net/forum/viewtopic.php?t=5675

------------------------------------------------------
Big Bob's math library

This is of great use and importance to those who want to use actual log, sin and cos functions in KSP.

http://vi-control.net/forum/viewtopic.php?t=5429

BTW There is also a Technical Guide for the Math Library. If you're interested, here is the link to download it.

http://www.andrewkmusic.com/filearea/SIPS/KSPMath-TechGuide.zip

------------------------------------------------------
K2 Table editing utility

http://vi-control.net/forum/viewtopic.php?t=3715

Nils (Kotori) made a utility for editing K2 tables as a list of values. It can extract a table to a value list and it can also export to Kontakt tables. The purpose of the Table Editor is to make it possible to easily setup rescalings with good precision. For example, it can be used to setup rescalings for mod-wheel controlled equal-power crossfading between velocity layers. It's possible to manually enter the table values, paste them from eg. Excel, or write your own formulae - eg. sin(x/127*pi)+0.5 - and calculate the table automatically with an optional normalization to make the values span the whole 0-100% range.

------------------------------------------------------
SIPS & Theo Krueger's Kontakt scripts page

http://nilsliberg.se/ksp/scripts/sips/sips.htm

------------------------------------------------------
Nils Liberg's Kontakt scripts

http://nilsliberg.se/ksp/scripts/scripts.html

Scripts:

Matrix alternation - articulation switching inspired by Vienna Instruments.
Alternation - setting up sequences of articulations (for a single key-switched VSL instrument)
MIDI Filter - switching articulations using conditions (for multiple non-keyswitched instruments)
Speed control - switching articulations using playing speed (for a single key-switched instrument)
RAM Manager - group level purging, using any sample in a group will mark the group as used
Part Maker - ensemble parts without phasing problems.
Velocity Test - test the velocity response of your keyboard.

------------------------------------------------------

Code Module to get Instrument Range

http://www.vi-control.net/forum/viewtopic.php?t=3605

Many scripts that we write require the user to specify the Instrument Range from lowest to highest key. Here is a fairly concise way of doing that, using the new KSP string variable enhancements. The User Function named 'Note2Key' can also be generally useful whenever you need to convert from a MIDI note# (60) to the Scale-Tone/Oct format (C3). Because of the string enhancements, the Tones array only needs to be declared one time. After that, any number of calls to Note2Key can be made with minimal in-line code generation.

------------------------------------------------------

SIPS -- awesome Legato/Vibrato tool

http://www.vi-control.net/forum/viewtopic.php?t=3374

It's out.... the ultimate Legato and vibrato Script for the general public written by Big Bob.

http://nilsliberg.se/ksp/scripts/sips/sips.htm

------------------------------------------------------

TCS - Tone Color Script

http://www.vi-control.net/forum/viewtopic.php?t=3433

There is a new script on the K2 page called TCS - Tone Color Script. (third one)
As you can see it's more of a sound manipulation tool, you can get some crazy pads and textures by manipulating sustain samples or you can change single shot samples. It's like changing the body of the instrument and the strings, so a harp at -9 color would sound like a much smaller harp with smaller strings.

www.theokrueger.com/Kontakt2.htm

------------------------------------------------------

Ultra TKT Update to V1.05

http://www.vi-control.net/forum/viewtopic.php?t=3438

The Ultra TKT (machine-gun eliminator) has now been updated to V1.05 which includes the EWQLSO release sample fix previously posted as a patch (on the NS forum). You can now download the new version on Theo's K2 Page. http://www.theokrueger.com/kontakt2.htm

------------------------------------------------------

Intelligent Round Robin Script V1.1

Here is a little script that will make your round robin patches far more realistic when playing 2 notes (or more) at a time. Normally, with a stock RR patch, when you play a chord, each note of the chord cycles through the round RR.... so... if you had an Up/Down bow RR and played a 4 note chord, half the notes in the chord would be up bows and the rest down bows... not very realistic.

http://www.vi-control.net/forum/viewtopic.php?t=3457
------------------------------------------------------

Nils Liberg's Kontakt scripting Editor

Here is a useful editor to help in K2 scripting. It's free and it does a great job in keeping things clean and organized:

http://nilsliberg.se/ksp/
------------------------------------------------------

Showing/hiding ui controls - "tabbed" interfaces

http://vi-control.net/forum/viewtopic.php?t=3538

As you might know the K2.1 update makes it possible to hide ui controls by moving them to position 0, 0. This makes it possible to do very flexible user interfaces without being limited by the 6x6 size limitation of the UI area.
------------------------------------------------------

Exploring KSP in K2.1 - letting the user enter strings

http://www.vi-control.net/forum/viewtopic.php?t=3543

I figured since there isn't any text edit control we will just have to make it ourselves. Here's my take at giving the user a possibility to input text. This can be useful, eg. for naming presets.

-------------------------------------------------------

GPO Kontrol

http://www.vi-control.net/forum/viewtopic.php?t=3508

This script can make it easier for GPO users to "bridge the gap" between standard midi methods of volume control vs GPO mod method as well as doing some on-the-fly midi translations, velocity scaling and humanization.

You can get the code at: http://www.ndpcci.com/downloads/gpo_kontrol.txt


TUTORIALS
-----------------------------------------------------------
Nils Libergs awesome scripting tutorial

http://www.nilsliberg.se/ksp/scripts/tutorial/

-----------------------------------------------------------
Some "community offering" Kontakt 2 Tutorials

http://vi-control.net/forum/viewtopic.php?p=46951

-----------------------------------------------------------
Back to top See my Info
Nick Batzdorf
Senior Member


Joined: 14 Sep 2004
Posts: 6209
Location: Los Angeles
Groups: None
(No subject)
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun May 07, 2006 12:53 pm

What is the EWQLSO release trail fix? Sorry to re-hash old ground; I understand the issue with reverb and legato, but I don't know what the fix is.
Back to top See my Info
gamalataki
Senior Member


Joined: 11 Dec 2004
Posts: 134
Groups: None
Re: Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun May 07, 2006 1:28 pm

Thanks Frederick and Andrew (and Nils and Bob and Theo). Being new to Kontakt, this scripting thing is giving me a headache as I try to decipher it all. It will make keeping up with everything much easier now that it's all just one click away.
Back to top See my Info
Waywyn
Senior Member


Joined: 25 Aug 2004
Posts: 3668
Location: Hamburg, Germany
Country Flag: Germany
Groups: None
(No subject)
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun May 07, 2006 2:10 pm

... yeh thanks guys ... and besides making K2 much more comfortable, it saves a lot of money Smile
_________________
Alex Pfeffer
visit my website · become a fan on facebook · follow me on twitter
Back to top See my Info
VI Control Forum is one of the hottest and fastest growing composer forums on the net today. If you're not a member, what are waiting for? Register and join us today!
Big Bob
Senior Member


Joined: 15 Apr 2006
Posts: 1350
Location: Apple Valley, California
Country Flag: USA
Groups: None
(No subject)
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun May 07, 2006 2:30 pm

Nick Batzdorf @ Sun May 07, 2006 11:53 am wrote:
What is the EWQLSO release trail fix? Sorry to re-hash old ground; I understand the issue with reverb and legato, but I don't know what the fix is.
Hi Nick, I think Thonex is refering to the EW 'fix' for the Ultra TKT Script not SIPS. Download the New UTKT and I think it's discussed in the readme file (although the User's Guide seems to no longer be included in the package). I'm going to update the UTKT again soon and I'll try to restore the complete package when I do.

God Bless,

Bob
_________________
I can do all things through Christ who strengthens me.
Back to top See my Info
MaestroX
New Member


Joined: 12 Apr 2006
Posts: 9
Groups: None
(No subject)
Reply to topic Reply with quote Go to the bottom
PostPosted: Sat May 20, 2006 11:34 am

EWQLSO release trail fix?
Back to top See my Info
Angel
Senior Member


Joined: 25 Apr 2005
Posts: 421
Location: DU, Germany
Country Flag: Germany
Groups: None
(No subject)
Reply to topic Reply with quote Go to the bottom
PostPosted: Thu Jul 27, 2006 5:57 am

no theo-site? no nilsliberg-Site?

What's wrong? OMG! THEY GOT YOU?
_________________
Site: www.engelworx.de
Reel: http://www.youtube.com/watch?v=6MFS2QA5a8s
Facebook: http://www.facebook.com/engelworx
Back to top See my Info
sbkp
Senior Member


Joined: 12 Apr 2005
Posts: 1033
Location: Oceano, CA
Country Flag: Egypt
Groups:
Re: Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Thu Jul 27, 2006 6:22 am

They may be moving to new hosts. Their domain registrations don't appear to have changed lately (though my non-existent Swedish is a little rusty, so I'm not 100% sure about Nils).
_________________
Stefan Podell

When your only tool is a hammer, every problem looks like a delicate Lladro porcelain figurine.
Back to top See my Info
David A
Senior Member


Joined: 29 Jun 2007
Posts: 210
Groups: None
Re: Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Fri Feb 15, 2008 10:58 am

Whats wrong with the release trails in EW?

Dave A.
_________________
Time is a great teacher. Unfortunately it kills all it's pupils.
Back to top See my Info Personal Gallery of David A
roon
Senior Member


Joined: 02 Apr 2009
Posts: 23
Groups: None
Re: Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Sat Apr 18, 2009 8:30 pm

thanks to all involved in making these scripts..
i haven't a clue how to use them yet.. but im going to have fun trying.
Thanks Big BOB Smile
Back to top See my Info
TheoKrueger
Senior Member


Joined: 09 Oct 2004
Posts: 1637
Groups: None
Re: Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun Apr 19, 2009 2:23 am

Hi all,

The Kontakt scripts page is online again:

http://www.theodorkrueger.com/kontakt.htm


cheers,
Theo.
_________________
Website: www.TheodorKrueger.com
Music player: Music Player
YouTube Videos: YouTube
Back to top See my Info
brainditch
New Member


Joined: 28 Nov 2009
Posts: 1
Groups: None
Re: Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun Nov 29, 2009 7:51 pm

Thanks so much for your reposting / relinking of all those very helpful scripts. Being a noob to the world of Kontakt I will be absorbing all I can of these.

I can already see great uses for many of these principles. By shear coincidence, I may have utilized one of the techniques (part of the TKT -repitching by small amounts a snare drum sound to help prevent machine-gun effect) back in the '90's when using an Alesis HR-16 drum machine.

Since there are so many efforts to emulate instruments using ever-expanding libraries, how often are the inclusion of noises / playing "mistakes" as sampled entities being utilized by V.I. composers?

Also, have many scripts been written which allow for other MIDI controller #'s (or other techniques) to be employed to utilize these noises / "mistakes" to enhance realism without compromising the need for "both hands on the wheel" playing styles?

Just curious as a performing composer, and of course I'll continue to search the forum for any breakthroughs with these, but any suggestions or comments welcome.
-brainditch
Back to top See my Info
Justin M
Senior Member


Joined: 23 Feb 2006
Posts: 417
Location: London, England & Chateaubriant, France
Country Flag: England
Groups: None
Re: Get your custom Kontakt 2 Scripts here
Reply to topic Reply with quote Go to the bottom
PostPosted: Sun Aug 15, 2010 12:13 pm

_________________
Intel DP965LT MOBO, Intel Core2 Quad Q6600 (2.4Ghz), 8Gb DDR2667Mhz (PC2-5300), WD Raptor 10kRPM x4, Radeon x650 (fanless), Edirol M-16DX, Alesis M1 Active Mk2, Windows XPx64, Sibelius 6, Pro-Tools 8, Kontakt 4.
Scoring Film
Back to top See my Info
Display posts from previous:   
   Board Index
   -> Virtual Studio Production, KONTAKT: Sampling, Programming & Scripting
View previous topic Printable versionDownload TopicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 14 Posts ]
 


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 post attachments in this forum
You cannot download attachments in this forum

Style:  
<a href="redirect.php?banner_id=4&amp;sid=55ba32290fc25423fa3a2e8cd2bee078" target="_blank">Film Music</a>