IR load in buffer !?

DSP related issues, mathematics, processing and techniques
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

IR load in buffer !?

Post by Wishx »

Hey I'm using an impulse response loader I found in the forums, yet I would like to have an impulse response permantly loaded like its part of the software !? is this possible with some sort of buffer !? :?
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: IR load in buffer !?

Post by KG_is_back »

store the impulse inside wave-file primitive. it should hold the file permanently once it is loaded.
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR load in buffer !?

Post by Wishx »

Hi sounds good, I'm a bit inexperienced with this, could you please edit the IR laoder I attached ? What innitialy need is a way to store and have an IR file loaded permanetly, then switch between multyple ones. so When the vst is exported there is no need to find and load those IR wav files. I hope you can help me with your experience :roll:
Attachments
IRLOAD.fsm
(56.54 KiB) Downloaded 1472 times
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR load in buffer !?

Post by Wishx »

Anyone ? :?
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: IR load in buffer !?

Post by MyCo »

Don't get it, the schematic you posted does what you want. Just load in a wav, and then save the schematic. On the next start, the data of the previous loaded wave is still there. That's the normal behavior of FS unless you use a trigger, that cleans stuff up, before you save it
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR load in buffer !?

Post by Wishx »

Thanks ! I realized it stores the wav in within itself ! Its a matter how I can make it so it can switch between wav IRs ,I trust with your experience you could help me , when you might find some time :)

Thanks again :D
Jay
Posts: 276
Joined: Tue Jul 13, 2010 5:42 pm

Re: IR load in buffer !?

Post by Jay »

a right i think i get you! you want multiple IR waves to be stored and a way of retrieving them? you can do that by populating a wave array!

array.png
array.png (62.31 KiB) Viewed 36066 times



here i have set up a ten wave array to demonstrate what i mean! to populate the array you just load a file into each index and then use mem get to retrieve the wave at a given index! just remember that arrays start from 0.

i.e 0,1,2,3,4,5.......

here is an example
array.fsm
(53.37 KiB) Downloaded 1506 times


hope that helps!
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR load in buffer !?

Post by Wishx »

This seems realy intresting ! But how can I implement it to the original IR patch !? Never before have I used wave related processes so I'm a bit lost!
Jay
Posts: 276
Joined: Tue Jul 13, 2010 5:42 pm

Re: IR load in buffer !?

Post by Jay »

Hiya wishx

here ya go ive added a wave array to the IR Filter, inside you will find a little widget for populating the array with your chosen wav files, see the video on how to use it. you can delete the widget once your files are all loaded and you are happy, the files will be stored in the array.

http://www.youtube.com/watch?v=JGactBeY ... e=youtu.be

IR array.fsm
(139.36 KiB) Downloaded 1446 times


hope that helps
User avatar
Wishx
Posts: 68
Joined: Wed Apr 24, 2013 10:28 pm
Location: Spain

Re: IR load in buffer !?

Post by Wishx »

wow ! the level of helpfullness is maxed! Thanks so much :D I don't have words !
Post Reply