Topic: Where (in wich folder) are located Pianoteq's presets on Linux?

Thanks,

Last edited by stamkorg (09-07-2015 17:22)

Re: Where (in wich folder) are located Pianoteq's presets on Linux?

You have a button to open the preset folder (looks like a folder, next to "All banks" button in the big preset browser). Use it

You also have it in Options->General->Folders->Browse...

Last edited by EvilDragon (09-07-2015 17:23)
Hard work and guts!

Re: Where (in wich folder) are located Pianoteq's presets on Linux?

"~/.local/share/Modartt/Pianoteq/Presets/My Presets"

http://soundcloud.com/delt01
Pianoteq 5 STD+blüthner, Renoise 3 • Roland FP-4F + M-Audio Keystation 88es
Intel i5@3.4GHz, 16GB • Linux Mint xfce 64bit

Re: Where (in wich folder) are located Pianoteq's presets on Linux?

Thank you guys, I see.

Now, my problem is to find the right code to start a specific preset in terminal mode...

To start Pianoteq, the code is:

'/home/My path/Pianoteq 5'


Now, what is the code needed and how to write it to start on a specific preset?


Thanks in advance,

SK

Re: Where (in wich folder) are located Pianoteq's presets on Linux?

Pianoteq version 5.3.0/20150629 -- http://www.pianoteq.com
Copyright (c) 2015 Modartt.
Options from command-line:
--help            : show this help, and quit
--version         : show current version number and date, and quit
--no-prefs        : start Pianoteq without using any saved preference
--no-audio-prefs  : start Pianoteq with a clean audio/midi configuration
--prefs FILENAME  : stores the preferences in the specified file
--fxp FILENAME    : load an FXP file on startup
--preset NAME     : load a preset on startup

--list-presets    : display the list of all presets
--midimapping NAME: load a midimapping preset on startup
--midi FILENAME   : load a midi file
--wav FILENAME    : export midi file as wav, and quit
--rate FREQ       : change the sample rate for the exported wav
--bit-depth D     : change the bit-depth for the exported wav (16,24 or 32)
--dither ON/OFF   : turn dithering when exporting on or off
--mono            : export the wav file as mono
--headless        : do not show the graphical interface
--fullscreen      : start in fullscreen mode
--play            : immediately start playing the midi file
--play-and-quit   : start playing the midi file, and quit when it ends
Example of use: Pianoteq --preset "U4 Small" --midi foo.mid --wav foo.wav

Last edited by delt (10-07-2015 23:17)
http://soundcloud.com/delt01
Pianoteq 5 STD+blüthner, Renoise 3 • Roland FP-4F + M-Audio Keystation 88es
Intel i5@3.4GHz, 16GB • Linux Mint xfce 64bit

Re: Where (in wich folder) are located Pianoteq's presets on Linux?

delt wrote:

Pianoteq version 5.3.0/20150629 -- http://www.pianoteq.com
Copyright (c) 2015 Modartt.
Options from command-line:
--help            : show this help, and quit
--version         : show current version number and date, and quit
--no-prefs        : start Pianoteq without using any saved preference
--no-audio-prefs  : start Pianoteq with a clean audio/midi configuration
--prefs FILENAME  : stores the preferences in the specified file
--fxp FILENAME    : load an FXP file on startup
--preset NAME     : load a preset on startup

--list-presets    : display the list of all presets
--midimapping NAME: load a midimapping preset on startup
--midi FILENAME   : load a midi file
--wav FILENAME    : export midi file as wav, and quit
--rate FREQ       : change the sample rate for the exported wav
--bit-depth D     : change the bit-depth for the exported wav (16,24 or 32)
--dither ON/OFF   : turn dithering when exporting on or off
--mono            : export the wav file as mono
--headless        : do not show the graphical interface
--fullscreen      : start in fullscreen mode
--play            : immediately start playing the midi file
--play-and-quit   : start playing the midi file, and quit when it ends
Example of use: Pianoteq --preset "U4 Small" --midi foo.mid --wav foo.wav


Hello,
Thank you, I have seen this page but it was not very clear...

So I tested,

To be clear, If you want to open Pianoteq 5 on terminal with the preset U4 Americana loaded, the right code is exactly:

'/The path where your Pianoteq 5 exe is/Pianoteq 5' --preset "U4 Americana"