Issue about automatic loading IR wav files

For general discussion related FlowStone
Post Reply
benjaminx
Posts: 4
Joined: Sun Oct 16, 2016 9:37 am

Issue about automatic loading IR wav files

Post by benjaminx »

Hello everyone
I'm making a 2 channel IR loader (left & right channels individually). I can load IR's (about 1000 sample lenght wav files) to plugin. But the problem is, IR files can't load automatically when I save the daw project.

How could this problem be solved? And Can I make a subfolder for IR wav files that can be used in where the .dll file is located?

Is this possible with a wav list (with a defined subfolder which is where the .dll file is located)?

This is my osm file in attachment

Your's sincerely....
Attachments
Convolution - Double.osm
(1.04 MiB) Downloaded 1011 times
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Re: Issue about automatic loading IR wav files

Post by Spogg »

Hi benjaminx

This looks like an interesting project!

This is my opinion of what you need to do:

You need a preset manager.
The path to the last loaded file should be described in a string.
The string should be preset-enabled, with its own unique name, by using a Preset String prim.
When the project loads, the DAW will then pass the saved string to the plugin.
The path to the file is then present, and should be loaded by employing an After Load trigger prim (without triggering the file-open dialogue).

This is very general I know but this is how I would at least approach the issue.

Hope that helps a bit.

Cheers

Spogg
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Issue about automatic loading IR wav files

Post by RJHollins »

The 'Folder' primitive can also be used, as it will have the location that your app launched from. It can also be fed a string to a FS work location while developing in the app.

details in the manual.
benjaminx
Posts: 4
Joined: Sun Oct 16, 2016 9:37 am

Re: Issue about automatic loading IR wav files

Post by benjaminx »

Hi Spogg & RJHollins.
Thank you for replying.
First of all I've tried what you say but it didn't work. So I've made a brand new, just one IR loader.

Is it possible to add pre and next buttons (which will select the IR files in pre defined folder)? Please help me about it.

The fsm file is in attachment

Image
Attachments
Kramp2.fsm
(1.14 MiB) Downloaded 976 times
User avatar
Spogg
Posts: 3368
Joined: Thu Nov 20, 2014 4:24 pm
Location: Birmingham, England
Contact:

Re: Issue about automatic loading IR wav files

Post by Spogg »

This may do what you wish. Give it a whirl and see if it's useful to you.

It's not by me, I found it on the remains of the old Synthmaker site.

Cheers

Spogg
Attachments
Wav file and folder with increment and preset storage .fsm
(61.53 KiB) Downloaded 1001 times
benjaminx
Posts: 4
Joined: Sun Oct 16, 2016 9:37 am

Re: Issue about automatic loading IR wav files

Post by benjaminx »

Spogg,this is awesome, thank you so much :)

I've tried this module but there is something wrong! It doesn't load wav IR files. I've connected file path and load to wavefile primitive. But it doesn't load; even when I select manually or next-prev buttons. The last version fsm file and wav IRs on the attachment.

Please help me about finishing this.

Image

Image

Image
Attachments
KrAmp.rar
(1.19 MiB) Downloaded 1140 times
benjaminx
Posts: 4
Joined: Sun Oct 16, 2016 9:37 am

Re: Issue about automatic loading IR wav files

Post by benjaminx »

Or is there a way to load predefined IR's with radio buttons or images?

Image
Post Reply