brilliant just like ur plugs...immediately made me wonder what it would sound like if you used the boid algorithm for a note grid...like you did for grains in ur granular delay...have you thought about trying that? lol...what are any philosophical differences between this and nova?ToneCarver wrote: Tue Aug 12, 2025 11:08 pm Here is a Falcon script called "Traveler" that I have been developing for a while. It presents a grid (up to 12x12) with rovers that travel through the grid bouncing off obstacles and emitting notes when reflecting off walls. A "happy accident" machine.
This is the first of a few different sequencers on the workbench. Consider this a beta release. Comments, crits, and usability suggestions warmly welcomed.
Script is available here:
https://github.com/Tonecarver/tcFalconScripts
UVI Falcon - v4 = 2026 released - rumors, ads, praise, kindergarden, auto-sampling and off-topic inside!
-
- KVRian
- 1028 posts since 15 Feb, 2005
Music had a one night stand with sound design.....And the condom broke
-
- KVRian
- 616 posts since 13 Aug, 2005
The Falcon script processors are restricted to processing MIDI only .. no audio .. but a Boids-like script could manipulate CC values which could then be assigned by the user to modulate other controls in the program .. hmm .. adding that to the idea pool. Thanks!bermudagold wrote: Thu Aug 14, 2025 12:11 ambrilliant just like ur plugs...immediately made me wonder what it would sound like if you used the boid algorithm for a note grid...like you did for grains in ur granular delay...have you thought about trying that? lol...what are any philosophical differences between this and nova?ToneCarver wrote: Tue Aug 12, 2025 11:08 pm Here is a Falcon script called "Traveler" that I have been developing for a while. It presents a grid (up to 12x12) with rovers that travel through the grid bouncing off obstacles and emitting notes when reflecting off walls. A "happy accident" machine.
This is the first of a few different sequencers on the workbench. Consider this a beta release. Comments, crits, and usability suggestions warmly welcomed.
Script is available here:
https://github.com/Tonecarver/tcFalconScripts
There are two philosophical differences between this Traveler script and Nova3: fewer options (limitation fosters creativity), and rovers do not change direction when colliding with other rovers (makes for much steadier note patterns).
-
- KVRer
- 17 posts since 23 Jun, 2024
Thanks for the quick feedback on my suggestions, and, more importantly, for creating this sequencer! I am looking forward to playing with it.Requeenre wrote: Wed Aug 13, 2025 10:57 pm Suggestions @tonecarver:The display in the script should be showing the note name (C3, D#4, etc). Are you seeing a number for the root pitch? Or are you referring to the value of the automation lane in Live? If it is the automation lane in Live there isn't anything I can do about that. Maybe someone more familiar with Live has a suggestion there .. ?- For the Automation of root pitch: It would be nice if instead of a number (60 e.g.) the automation value would be the name of the root note (C3). But I do not know if this is possible at all or if this is prohibited by Falcon or LUA (or Live).
On the automation for root pitch:
In Falcon it is displayed with the note name as you intended. I was referring to the automation lane in Live which is displayed in numbers for the root pitch. The automation lane for the scale displays the full name in Live though, that is why I wondered if the same could be done without too much trouble for the root pitch. It is no big deal to not have it for the root pitch.
- KVRian
- 1362 posts since 11 Jun, 2020 from Woop Woop
The only feature request I find myself wanting for this is the ability to move the wall pitch offset sliders in smaller increments. I forget what the term for that is... when you hold Ctrl or Shift on Windows and then drag. Other than that, this is fantastic. Seriously easy at creating really interesting arpeggios. Thanks! Also, as someone else mentioned you've released other plugins before, where can I find them?
Until forever fades away.
-
- KVRist
- 276 posts since 21 May, 2014 from USA
That looks very cool, I'm going to have to download it.
When I bought Falcon, I was hoping there would be a decent amount of independent users crafting things like this, but I haven't really seen any. Maybe I just don't know where to look?
When I bought Falcon, I was hoping there would be a decent amount of independent users crafting things like this, but I haven't really seen any. Maybe I just don't know where to look?
-
- KVRian
- 616 posts since 13 Aug, 2005
Left-clicking on a control and dragging should work to move the controls incrementally. On my setup (Windows) using the mouse wheel on the rootPitch control bumps the value by 3 semitones. A bit annoying but I have not found a workaround, so I stick to click-and-drag.Choikdoi wrote: Thu Aug 14, 2025 11:21 amThe only feature request I find myself wanting for this is the ability to move the wall pitch offset sliders in smaller increments. I forget what the term for that is... when you hold Ctrl or Shift on Windows and then drag. Other than that, this is fantastic. Seriously easy at creating really interesting arpeggios. Thanks! Also, as someone else mentioned you've released other plugins before, where can I find them?
You might be able to find some of my old plugins around .. Nova3, Boids, Delay8, MbiraGen, tcStretch, tcArpGen .. search for "ToneCarver VST" perhaps. I quit developing them several years ago and did not do a good job of keeping up to date copies of them.
VCV Rack 2 modules are here: https://library.vcvrack.com/?query=&brand=Tonecarver
-
- KVRian
- 616 posts since 13 Aug, 2005
Excellent scripts here:cake builder wrote: Thu Aug 14, 2025 1:01 pm That looks very cool, I'm going to have to download it.
When I bought Falcon, I was hoping there would be a decent amount of independent users crafting things like this, but I haven't really seen any. Maybe I just don't know where to look?
https://www.louiscouka.com/code/falcon- ... a-scripts/
https://github.com/oeholmen/UVIScript
More examples and knowledge for script writing
https://github.com/SimonORorke/UVIScript
https://github.com/stickster/uvi-falcon
https://github.com/estevancarlos/uvi-falcon-scripts
https://github.com/royk/falcon
-
- KVRian
- 616 posts since 13 Aug, 2005
Here is the Turing Machine script for UVI Falcon. This script is inspired by the various types of Turing Machine modules available in modular synth racks, VCV Rack etc. The script generates random or semi-random sequences of notes quantized to the (western) scale degrees in the selected min/max note range.
Script is available here:
https://github.com/Tonecarver/tcFalconScripts
Download the ZIP file from the github repo and unpack into your UVI\Falcon\User Presets\EventProcessors\Script Processor folder.
Script is available here:
https://github.com/Tonecarver/tcFalconScripts
Download the ZIP file from the github repo and unpack into your UVI\Falcon\User Presets\EventProcessors\Script Processor folder.
- KVRian
- 1245 posts since 27 Nov, 2014
Wow! This is what i wished for Falcon. Thank you for such a great tool!ToneCarver wrote: Thu Aug 21, 2025 5:27 pm Here is the Turing Machine script for UVI Falcon. This script is inspired by the various types of Turing Machine modules available in modular synth racks, VCV Rack etc. The script generates random or semi-random sequences of notes quantized to the (western) scale degrees in the selected min/max note range.
Script is available here:
https://github.com/Tonecarver/tcFalconScripts
Download the ZIP file from the github repo and unpack into your UVI\Falcon\User Presets\EventProcessors\Script Processor folder.
-
- KVRAF
- 2481 posts since 28 Mar, 2005
Congratulations ! Sounds good.ToneCarver wrote: Thu Aug 21, 2025 5:27 pm Here is the Turing Machine script for UVI Falcon. This script is inspired by the various types of Turing Machine modules available in modular synth racks, VCV Rack etc. The script generates random or semi-random sequences of notes quantized to the (western) scale degrees in the selected min/max note range.
Script is available here:
https://github.com/Tonecarver/tcFalconScripts
Download the ZIP file from the github repo and unpack into your UVI\Falcon\User Presets\EventProcessors\Script Processor folder.
Looks like you have clearly found your way in the UVI script.
-
- KVRAF
- 12083 posts since 2 Dec, 2004 from North Wales
Great Job- UVI should ship this with Falcon!ToneCarver wrote: Thu Aug 21, 2025 5:27 pm Here is the Turing Machine script for UVI Falcon. This script is inspired by the various types of Turing Machine modules available in modular synth racks, VCV Rack etc. The script generates random or semi-random sequences of notes quantized to the (western) scale degrees in the selected min/max note range.
X32 Desk, i9 PC, S88MK3, S1, BWS, Live + PUSH 3, Osmose, RedShift 6 Pro3, Tempera, Syntakt, Digitone II, OP1-F, OPXY, Eurorack, TD27 Drums, Guitars, Basses, Amps and of course lots of pedals!
- KVRAF
- 1911 posts since 26 Feb, 2013 from Sweden
Composed a track using only Falcon. All in all 11 instances.
Please enjoy.
https://soundcloud.com/leap-into-the-void/mem-spiri
Please enjoy.
https://soundcloud.com/leap-into-the-void/mem-spiri
Soundsets and presets for Absynth.
Sounds and presets for UVI Falcon "Iterata X".
Bazille soundset - Crystalline Textures 3.
Sounds and presets for UVI Falcon "Iterata X".
Bazille soundset - Crystalline Textures 3.
- KVRist
- 402 posts since 16 Sep, 2005
you rock, man!ToneCarver wrote: Thu Aug 21, 2025 5:27 pm Here is the Turing Machine script for UVI Falcon. This script is inspired by the various types of Turing Machine modules available in modular synth racks, VCV Rack etc. The script generates random or semi-random sequences of notes quantized to the (western) scale degrees in the selected min/max note range.
Script is available here:
https://github.com/Tonecarver/tcFalconScripts
Download the ZIP file from the github repo and unpack into your UVI\Falcon\User Presets\EventProcessors\Script Processor folder.
thanks for sharing
-
- KVRAF
- 2481 posts since 28 Mar, 2005
Right click the magnifying glass next to the search edit box in the main tag browser > Clear non available volumesbnz wrote: Sat Aug 30, 2025 10:01 pm I have uninstalled a Falcon/UVI instrument, but it's still listed in the search tab. Can I somehow reset or reindex that database?
