Linux command
ardour 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch Ardour
ardour
Open a specific session
ardour [path/to/session]
Create a new session
ardour -N [session-name]
Create a new session
ardour -N [session-name] -T [template-name]
Launch in safe mode
ardour -d [path/to/session]
Bypass all plugins
ardour -B [path/to/session]
Show all available key bindings
ardour -b
说明
Ardour is a multichannel hard disk recorder (HDR) and digital audio workstation (DAW) for professional audio production. It provides complete multitrack recording, editing, mixing, and mastering capabilities comparable to commercial DAW software. Ardour uses JACK (JACK Audio Connection Kit) for all audio I/O, enabling perfect sample-sync data exchange with other applications and hardware audio interfaces. It is capable of simultaneously recording 24 or more channels of 32-bit audio at 48kHz. The software supports LADSPA, LV2, VST, and AudioUnit plugins for effects processing and virtual instruments. Sessions are stored as directories containing all project data including audio files, edits, automation, and settings. Ardour supports non-destructive editing with unlimited undo history.
参数
- -a, --no-announcements
- Do not contact website for announcements.
- -A, --actions
- Print all possible menu action names.
- -b, --bindings
- Display all current key bindings.
- -B, --bypass-plugins
- Bypass all plugins in an existing session.
- -c, --name _NAME_
- Use a specific backend client name (default: ardour).
- -d, --disable-plugins
- Disable all plugins (safe mode).
- -D, --debug _OPTIONS_
- Set debug flags. Use -D list for available options.
- -h, --help
- Display help message.
- -k, --keybindings _FILE_
- Load key bindings from specified file.
- -m, --menus _FILE_
- Define menus using specified file.
- -n, --no-splash
- Suppress splash screen display.
- -N, --new _SESSION-NAME_
- Create a new session via command line.
- -O, --no-hw-optimizations
- Disable hardware-specific optimizations.
- -P, --no-connect-ports
- Skip automatic port connections at startup.
- -S, --sync
- Draw GUI synchronously.
- -T, --template _NAME_
- Apply template to new session.
- -v, --version
- Display version information and exit.
FAQ
What is the ardour command used for?
Ardour is a multichannel hard disk recorder (HDR) and digital audio workstation (DAW) for professional audio production. It provides complete multitrack recording, editing, mixing, and mastering capabilities comparable to commercial DAW software. Ardour uses JACK (JACK Audio Connection Kit) for all audio I/O, enabling perfect sample-sync data exchange with other applications and hardware audio interfaces. It is capable of simultaneously recording 24 or more channels of 32-bit audio at 48kHz. The software supports LADSPA, LV2, VST, and AudioUnit plugins for effects processing and virtual instruments. Sessions are stored as directories containing all project data including audio files, edits, automation, and settings. Ardour supports non-destructive editing with unlimited undo history.
How do I run a basic ardour example?
Run `ardour` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a, --no-announcements do in ardour?
Do not contact website for announcements.