Page 1 of 1

Issue about automatic loading IR wav files

Posted: Sun Oct 16, 2016 10:05 am
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....

Re: Issue about automatic loading IR wav files

Posted: Mon Oct 17, 2016 2:29 pm
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

Re: Issue about automatic loading IR wav files

Posted: Mon Oct 17, 2016 4:26 pm
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.

Re: Issue about automatic loading IR wav files

Posted: Mon Oct 17, 2016 8:04 pm
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

Re: Issue about automatic loading IR wav files

Posted: Tue Oct 18, 2016 1:58 pm
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

Re: Issue about automatic loading IR wav files

Posted: Tue Oct 18, 2016 7:28 pm
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

Re: Issue about automatic loading IR wav files

Posted: Thu Oct 20, 2016 2:15 pm
by benjaminx
Or is there a way to load predefined IR's with radio buttons or images?

Image