FLAG x Omri Cohen Prism of Perception (Advanced Delay + Looper)

I’ve just bought this, I’ve been using it loads recently so I felt like I should support the developer, and also you get a send/return loop with the paid version which should be fun. Great work Jonas! I do have a couple of feature requests, a CV input to clear the buffer would be handy. I like to run multiple copies of this module in a patch, and it’s a slight pain to right click each one to clear. Secondly, I don’t know if polyphony would be possible, but that would be mind blowing!

Also, I discovered that if you use a short delay time, freeze it and slowly modulate the scan knob, you can get great timestretch effects. Here’s a video!

6 Likes

Thanks for the kind words… and many thanks for putting the video together! Just to clarify, “Prince of Perception” is free for all, since you have “Prism” too, I can highly recommend the cross-feedback :slight_smile: Cheers!

3 Likes

I’ll be trying that, yeah. Delays with feedback loops are one of the best things ever for sound design!

Hey all!

I’ve been using Prince… to create a sort of free-form looper to replace the (good but impractical) “wayback machine” reaper plugin. It’s very promising! Wayback is a EDP-style looper, which relies on a longer buffer exactly like Prince and Prism have, so that’s nice. :slight_smile: Integrating this in VCV is opening some really cool possibilities for tempo-synced manipulation of free-time loops, which is exactly what I’ve been after and struggling to realize other ways. So I’m for sure gonna pick up Prism too as money permits.

Only one issue: The overall lack of clicks and such is wonderful, but there’s one chink in the armour: The feedback control zippers! Both the dial itself and when modulated. Is it meant to? I know I can use the freeze control, but in some cases it would be better to switch between full feedback-no input and full input-no feedback.

1 Like

Many thanks for the detailed feedback! I should be able to fix the zipper-noise… (look forward to an updated version)

1 Like

Great, thanks! :slight_smile:

Fixed in these versions:

VCV Library - FLAG Prism of Perception version 2.0.2

VCV Library - FLAG Prince Of Perception version 2.2.5

5 Likes

Is there a way to disable the display on the Prince?

No, not really… you mean the representation of the audio in the buffer?

If you dont want to look at it you can move it far from the other modules in the patch… maybe set up some remote controls with patch master…

Alright.

Yes, that’s what I’m doing now.

It can be wild sometimes. :slight_smile:

Very nice module BTW!!

2 Likes

Wonderful, thank you.

1 Like

Hi Jonas,

This week i downloaded the Prince of perception delay/looper, its really great!

I have a question: I can save and reload frozen audio in Logic patches. Is there a place where the buffer is stored as a wav file or other format? It would be great if you can have a frozen buffer that you like as an audio file.

1 Like

There should be a file called “buffer.s16” in a folder like this:

C:\Users\USER_NAME\AppData\Local\Rack2\autosave\modules\BIG_NUMBER

It’s raw data. Signed 16-bit. Little endian. (You can load it with Import → Raw Data in Audacity) So maybe not what you want to hear, but try it out!

1 Like

That’s great!

I don’t mind raw data

Is there also a directory for it on a mac? I haven’t found a similar folder or file so far

Where does the “open user folder” take you ?

afbeelding

1 Like

You truncate the data down to 16 bit integer, and save that to disk? If so, why? Some kind of data compression?

I use 16 bit buffers on prince/prism. So the signal is truncated (with a limiter and clipping) as it enter the buffer.

2 Likes

I also just realized I have a bug in there (both prism and prince) where the buffer is reloaded but basically thrown out if the sample rate is not 48k… oops…

Ah yess thank you!!

Oo thats good to know, I’ll look out for that till theres a fix!