UVI Falcon Scripts - Falcon Punch essential expansion script (FREE)

VST, AU, AAX, CLAP, etc. Plugin Virtual Instruments Discussion
RELATED
PRODUCTS
Falcon
Louis Couka
KVRist
Topic Starter
60 posts since 28 Jul, 2016

Post Fri Jul 29, 2016 4:38 am

Hello all the lucky owners of Falcon,
I released a pack of 16 scripts that netplements the current library.



Image
Chord - Smarter version of the current Chorder. About 100 presets.

Image


Chord Bank - Build a bank of chords.

Image


Mono - Force mono playing.

Image


Mono Group - Force mono playing for selected notes. (Ex : hihats choking)

Image


Bass Extractor - Only plays the lowest note (convenient to add a sub)

Image


Random Note - Add randomness on note parameters. The "static" mode applies a fixed random number (eg a detuned instrument), while the "dynamic" mode renetputes the random number each time (eg a bad musician)

Image


Random Play - A random arpeggiator. Useful for creating FX, ambient noise. Can be associated with the script "Random Note".

Image


Scale - Restricts all MIDI notes to a defined scale.

Image


Transpose - MIDI Transpose.

Image


Note Range - Limit the range. Notes out of range can be muted, played at the nearest octave or more.

Image


Note Single - Redirect all notes to a single one.

Image


Piano Analyzer - Midi note analyzer.

Image


Fix Overlaps - Maintains consistency between "note on" and "note off". This script ensures that two notes with the same pitch will never overlap.

Image


Mapper - Map the desired control: Velocity, midi cc, etc ... Can be used to limit the velocity, making it soft, hard, or constant, reverse a midi cc.

Image


Delay - A simple delay in ms.

Image


Double - Play octave.

Image


All these scripts are loaded into a rack of type "Event", "+" button and "Script Processor" submenu.

Image


The pack is available on my website for free :
http://louiscouka.net/software.html

Have a good day,
Louis
Last edited by Louis Couka on Sun Aug 18, 2019 3:44 am, edited 1 time in total.
Louis Couka
http://louiscouka.net/ (under construction)

OneOfManyPauls
KVRian
1101 posts since 17 Jul, 2016 from Wales, UK

Post Fri Jul 29, 2016 6:15 am

some nice useful tools there - thanks.

kokotte
KVRian
698 posts since 17 Sep, 2014

Post Fri Jul 29, 2016 6:44 am

thanks a lot!

Cinebient
KVRAF
5155 posts since 16 Nov, 2014

Post Fri Jul 29, 2016 7:14 am

Awesome, thank's!

rouge
KVRist
86 posts since 8 Jun, 2004

Post Fri Jul 29, 2016 9:42 am

Thanks! :party:

User avatar
EvilDragon
KVRAF
22937 posts since 7 Jan, 2009 from Croatia

Post Fri Jul 29, 2016 10:02 am

Some pretty cool stuff!


Suggestion: you could merge the Mono and Bass Extractor scripts to one script. It seems more useful to me to have last, high and low note priority dropdown in the Mono script? They're basically the same thing with a couple of lines of code different, no? :)


Also I noticed that Mono/Bass Extractor scripts don't really work well with long release times - it's not true mono mode then, since releases can be still heard from previous notes - Mono Retrigger button doesn't seem to help. It should kill previous voices completely to be a proper mono mode.


It would also be great to add a "key up retrigger" mode, where the previous note held down is rertriggered if it's still held when the latest/lowest/highest note pressed is released. Basically keyboard is scanned all the time for pressed keys (in case of last note priority, notes are held in a buffer and popped from it as you go back) and those that satisfy the note priority mode get retriggered. Super useful stuff.

Louis Couka
KVRist
Topic Starter
60 posts since 28 Jul, 2016

Post Fri Jul 29, 2016 1:08 pm

Hello EvilDragon,
Thanks for your feedback and your idea of merging the bass extractor and mono scripts.
I'll check for the release problem, but I'm not sure there is a proper solution.
In a previous version i did the "key up retrigger" mode, but as I found it not useful I removed it, I could re-add it in a next version.
Louis Couka
http://louiscouka.net/ (under construction)

dayjob
KVRAF
2492 posts since 6 Nov, 2006

Post Fri Jul 29, 2016 2:18 pm

thanks! downloading :)

woggle
KVRAF
2358 posts since 24 Nov, 2012

Post Fri Jul 29, 2016 2:39 pm

thanks for these and for including the sources as a download

User avatar
EvilDragon
KVRAF
22937 posts since 7 Jan, 2009 from Croatia

Post Fri Jul 29, 2016 11:11 pm

Louis Couka wrote:Hello EvilDragon,
Thanks for your feedback and your idea of merging the bass extractor and mono scripts.
I'll check for the release problem, but I'm not sure there is a proper solution.
In a previous version i did the "key up retrigger" mode, but as I found it not useful I removed it, I could re-add it in a next version.
The solution is to fade out the previous event quickly (<5 ms time), not note-off it.

Definitely reintroduce key up retrigger mode! It is EXTREMELY useful for fast legato lead lines!

Louis Couka
KVRist
Topic Starter
60 posts since 28 Jul, 2016

Post Sat Jul 30, 2016 2:48 am

The solution is to fade out the previous event quickly (<5 ms time), not note-off it.
Yes I'll do like this, thank you.
Definitely reintroduce key up retrigger mode! It is EXTREMELY useful for fast legato lead lines!
Ok !
Louis Couka
http://louiscouka.net/ (under construction)

maximoog
KVRist
204 posts since 22 Jan, 2007

Post Sun Jul 31, 2016 4:43 am

Than you very much for this nice tools, Louis.

logburner
KVRist
71 posts since 12 Nov, 2014

Post Sun Jul 31, 2016 6:04 pm

Thanks for much for the Scripts!

Quick question. Is it possible to alter half-pedal and full-pedal position with the Mapper Script? I was hoping that I could use a half-pedalling compatible damper pedal with no half-pedalling piano library, where I could turn the half-pedal postition value to full-pedal value.

Louis Couka
KVRist
Topic Starter
60 posts since 28 Jul, 2016

Post Sun Jul 31, 2016 11:38 pm

where I could turn the half-pedal postition value to full-pedal value.
You can draw anything you want into the thumbnail, or in your case just drag the top slider below the half-pedal cc value.
Take care about the scripts order if your use scripted libraries, the mapper should be placed in first.

 
mapper.png
You do not have the required permissions to view the files attached to this post.
Louis Couka
http://louiscouka.net/ (under construction)

logburner
KVRist
71 posts since 12 Nov, 2014

Post Mon Aug 01, 2016 12:06 am

Louis Couka wrote:
where I could turn the half-pedal postition value to full-pedal value.
You can draw anything you want into the thumbnail, or in your case just drag the top slider below the half-pedal cc value.
Take care about the scripts order if your use scripted libraries, the mapper should be placed in first.

 
mapper.png
It worked! I was fiddling with the vertical slider but didn't realise it was the horizontal position that needs adjusting for my purpose. Thanks so much!

And....OMFG!!! This is exactly what I wanted for months!!! I've even contacted some Lua Script programmers with no luck, but you made this godsend and sharing the scripts for free! You are legend, Louis!

I think you should make this as a donation-ware or commercial version with wider range of scripts and user-friendly manual, which shows how-to do some common MIDI operations using the scripts, maybe in the future.

Big appreciation!!!!! :clap: :clap: :clap: :clap: :clap:

P.S. I'm using them with Machfive 3.2.1 and so far the Mapper works flawlessly. I'll investigate the other scripts when I have time.

Return to “Instruments”