Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

d_quote.h
#ifndef D_QUOTE_H
#define D_QUOTE_H

#define BAR1_QUOTE(x) 2 * x
#define BAR2_QUOTE(x) 2 * x

#endif