{patch `First patch` id=123 memory=64}
{info `This is a very cool patch`}

Here is some text
It is possible and in Russian

{0x04 int `Integer value` range=0..1000 value=5}
{0x08 byte `Byte value` range=0..255 value=20}
{submenu `Submenu 1`}
	{0x10 string `ASCII string` maxlen=15 value=`abcde`}
	{0x20 ustring `Unicode string` maxlen=7 value=`ABVGD`}
	{0x30 hex `Hex string` maxlen=4 value=1234abcd}
{endsubmenu}
{submenu `Submenu 2`}
	{0x40.5 checkbox `CheckBox (bit 5)`}
	{0x40.7 checkbox `CheckBox (bit 7)`}
	{0x50 phone `Phone number` maxlen=15}
{endsubmenu}


{patch `second patch` id=456 memory=200}
{info `and this patch is still steeper`}

{choice `mode`
	`Choice A`=0x55
	`Choice B`=0x77
	`Option C`=0xee
}

{0x60 slider `Slider` range=5..10}
{0x62 option `Mode` choice=`mode` value=0x55}
{0x64 option `Profile` `Profile 1`=1 `Profile 2`=2}
{0x70 selectfile `File selector` mask=`*.mid`}