Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Load DSP Presents with arguments  (Read 1879 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Load DSP Presents with arguments

Hi everybody

I search for a long time a way to implement it to load automatically DSP chain presents with the foo_scheduler. Didn't got a response in the therad of the plugin., so I'm asking if it is possible to add arguments in the command line to load a chain present?
If it's not possible to load differents DSP chain presents with the scheduler plugin, I'll use the run command line to run the foobar application with specific arguments. But how would those look like? Didn't found anything..

Thank you for your help!
skinsuite

Re: Load DSP Presents with arguments

Reply #1
Try
Quote
foobar2000 /command:"Playback/DSP settings/the_preset_name"

Re: Load DSP Presents with arguments

Reply #2
I'm sorry, it's not clear to me?
 
Quote
"C:\Program Files (x86)\foobar2000\foobar2000.exe" -Playback/DSP settings/stereo
Seems like i do it wrong How has to look it?
Thank you for your help!
Skinsuie

Re: Load DSP Presents with arguments

Reply #3
I meant

"C:\Program Files (x86)\foobar2000\foobar2000.exe" /command:"Playback/DSP settings/stereo"

but I tried and I cannot make it work, so this suggestion was wrong.

 

Re: Load DSP Presents with arguments

Reply #4
Yes like this it doesn't work..
Anybody else got an idea?
Thank you very much!

Re: Load DSP Presents with arguments

Reply #5
Well I researched and thought this will be the solution:
Code: [Select]
"C:\Program Files (x86)\foobar2000\foobar2000.exe" /RunMainMenuCommand("Playback/DSP settings/5.1")
Hmmm but no.. Any idea for the right command?