UVI Falcon - v4 = 2026 released - rumors, ads, praise, kindergarden, auto-sampling and off-topic inside!

VST, AU, AAX, CLAP, etc. Plugin Virtual Instruments Discussion
Post Reply New Topic
RELATED
PRODUCTS
Falcon$299.00Buy

Post

ThomasHelzle wrote:FalconsNest
FalconsLair
Falconia
Falcon4U
Falconity
FalconsBalcony
ColonyOfFalcons
Falcove
FalconCity
...
I added these to the list on the former page and will check for availability. I don't think upper/lower case sensitive domains exist, do they?

Post

FalconandEggs?

Post

Nightpolymath wrote:FalconandEggs?
But, that is not three words :o

Post

Sampleconstruct wrote:
ThomasHelzle wrote:FalconsNest
FalconsLair
Falconia
Falcon4U
Falconity
FalconsBalcony
ColonyOfFalcons
Falcove
FalconCity
...
I added these to the list on the former page and will check for availability. I don't think upper/lower case sensitive domains exist, do they?
No, they are case insensitive (works either way) but I still like to use it for instance in http://www.ScreenDream.de when I post it somewhere.

Cheers,

Tom
"Out beyond the ideas of wrongdoing and rightdoing, there is a field. I’ll meet you there." · Rumi
UrbanFlow.art · Instagram · YouTube

Post

sonicfalconers.com/net/org

Just a suggestion.
Tangled roots perplex her ways.

Post

anxiousmofo wrote:sonicfalconers.com/net/org

Just a suggestion.
These are all available, added to the list.

Post

FalCom (Falcon community)

Post

IIRs wrote:FalCom (Falcon community)
:tu:
"Out beyond the ideas of wrongdoing and rightdoing, there is a field. I’ll meet you there." · Rumi
UrbanFlow.art · Instagram · YouTube

Post

http://fal.com = Life cycle assessment

http://falcom.com = Nihon Falcom community

Post

I have setup a new thread for the Falcon forum plans in my own forum in order not to clutter this thread any further.

viewtopic.php?f=200&t=468380
Last edited by Sampleconstruct on Wed Aug 17, 2016 7:04 pm, edited 2 times in total.

Post

ThomasHelzle wrote:
IIRs wrote:FalCom (Falcon community)
:tu:
not available (com/net/org/info)

Post

Sampleconstruct wrote:I have setup a new thread for the Flacon forum plans in my own forum in order not to clutter this thread any further.

viewtopic.php?f=200&t=468380
Good idea. :tu:
"Out beyond the ideas of wrongdoing and rightdoing, there is a field. I’ll meet you there." · Rumi
UrbanFlow.art · Instagram · YouTube

Post

I've got a problem with sample-based presets. I have the following folder structure:

- my project
-- my project.xrns (renoise file)
-- my project samples

And I've created a Falcon patch in my renoise project file, pointing to a sample in "my project samples". If I rename "my project" to "my awesome project", then the next time I load the project file, Falcon can't find the sample.

Apparently it's hard-coding the path to the sample, rather than relative to the project folder. I guess this makes sense, assuming that I have a single place where I put my samples.

So I figured, what if I use the "save program and samples as" to put them in a place Falcon knows about? Same deal – if I rename the top-level project folder, then Falcon can't find the samples the next time around.

To make it work, I have to load the preset file, which pulls up the relative sample path apparently.

So my options, as I see them now, are:
  • never move a project folder, ever
  • manually load all of my presets any time I move or rename a folder
I hate both of those options. I can understand it if Falcon doesn't automatically use a relative path... that wouldn't make sense if I used a centralized library, then it would always break. But it's bizarre to me that the "save program and samples as" isn't working either.

Has anyone else dealt with this so far? I haven't used Falcon much for sample stuff, because it's really fragile when it comes to samples. I like to keep my project folders self-contained, so I can move them around easily. But so far I don't know how to move a project folder without breaking Falcon's sample reference.

Post

mdsp wrote:
the3ug3reeder wrote:something completely different...
i'm still struggling to get falcon to react properly to OSC.
basically, i can get it to work on the top level... for example:
"/uvi/Gain 1" (1 is a variable) works to control the gain of the default multi... i copied and pasted this path directly out of the falcon interface.

for some reason, i can't seem to get falcon reacting to OSC on anything lower than the top most level... for example:
"/uvi/Part 0/Gain 1" (1 is a variable) does NOT work to control the gain of the the first part in my multi... i copied and pasted this path directly out of the falcon interface.

i've tried all sorts of variations.

is this a BUG?
If you are using Max () make sure to quote the OSC String like that:

Code: Select all

"/uvi/Part 0/Gain" $1
to avoid Max thinking the address is '"/uvi/Part" followed by '0/Gain' and '1'

Here is a simple working patch that I juste tested:

Code: Select all

----------begin_max5_patcher----------
411.3ocqSsrSCCCD7bxWg0JNFnwIskJ9A3J2onJmjkViRrircJAg5+NwOBTf
BMBwEa4w6N6ryZ+ZbDTH6QMPtgbOIJ503nHGjEHJbNBZX8k0LsKL3wZonqAR
7W8nT0vL1KVFPZYlxcbw1MJrz3INK+5qRSHT5B61hT6ZV1UojGB4LPnryTiF
WIxBnMbAuYnTCP1TdWKifz2AaYJVCZP0FTvJpQWJg67DadoE8hAfDBTvDagi
KOWLVcZ.jW4ZWYwSWtXra0lW7jCfE3PbrcIYhNWCp0rs3HYFr24OvZXV2d9r
6XJCIc1sLtXMPtfBm2PmG70UmwQo+nWbZOH66dP9+iGHvmGX6aVPWUqFEUjZ
YIqdmTaHzr74KlfErh5ch4mwBRm3rl968oicnlK95mFmDs3et40xNU4naGdK
Q9PiUn1vELCWJNJl7OEyNdUEJNtGp3Z6qbmnSO4PXppIeBpg9GUi2pXss6Qk
NPoSHCuHdRprGuNI1+O2ezwHnv87w38HL0vz2LL56T9IR+x4fOUYEpDcb2vL
1V4Cwuwg7yQk
-----------end_max5_patcher-----------
Coool!
thank you so much! it works:)

Post

padillac wrote:Has anyone else dealt with this so far? I haven't used Falcon much for sample stuff, because it's really fragile when it comes to samples. I like to keep my project folders self-contained, so I can move them around easily. But so far I don't know how to move a project folder without breaking Falcon's sample reference.
I got an answer back from support: no. Moving the project folder will break Falcon sample references (they said every sampler on the market works this way). The "find missing samples" folder seems to work okay – at least it appears to work for all programs in a multi in a single instance of Falcon.

Post Reply

Return to “Instruments”