Skip to main content

Meyer Sound Documentation

ASCII and OSC command examples
In this section:
meyer-blue-rule-line.png

Command

Type

String

Mute output 1

ASCII MSG

/processing/output/1/mute=true

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 6d 75 74 65 3d 74 72 75 65 0a

OSC MSG

/processing/output/1/mute, T

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 6d 75 74 65 00 00 00 2c 54 00 00

TCP OSC

00 00 00 20 2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 6d 75 74 65 00 00 00 2c 54

00 00

Unmute output 1

ASCII MSG

/processing/output/1/mute=false

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 6d 75 74 65 3d 66 61 6c 73 65 0a

OSC MSG

/processing/output/1/mute, F

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 6d 75 74 65 00 00 00 2c 46 00 00

TCP OSC

00 00 00 20 2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 6d 75 74 65 00 00 00 2c 46

00 00

Mute input 1

ASCII MSG

/processing/input/1/mute=true

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 6d 75 74 65 3d 74 72 75 65 0a

OSC MSG

/processing/input/1/mute, T

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 6d 75 74 65 00 00 00 00 2c 54 00 00

TCP OSC

00 00 00 20 2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 6d 75 74 65 00 00 00 00 2c 54

00 00

Unmute input 1

ASCII MSG

/processing/input/1/mute=false

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 6d 75 74 65 3d 66 61 6c 73 65 0a

OSC MSG

/processing/input/1/mute, F

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 6d 75 74 65 00 00 00 00 2c 46 00 00

TCP OSC

00 00 00 20 2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 6d 75 74 65 00 00 00 00 2c 46

00 00

Set input 1 gain to

-90 dB (-inf)

ASCII MSG

/processing/input/1/gain=-90

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 67 61 69 6e 3d 2d 39 30 0a

OSC MSG

/processing/input/1/gain,f -90.0

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 67 61 69 6e 00 00 00 00 2c 66 00 00 c2 b4

00 00

TCP OSC

00 00 00 24 2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 67 61 69 6e 00 00 00 00 2c 66

00 00 c2 b4 00 00

Command

Type

String

Set input 1 gain to 0 dB (unity)

ASCII MSG

/processing/input/1/gain=0

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 67 61 69 6e 3d 30 0a

OSC MSG

/processing/input/1/gain,f 0.0

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 67 61 69 6e 00 00 00 00 2c 66 00 00 00 00

00 00

TCP OSC

00 00 00 24 2f 70 72 6f 63 65 73 73 69 6e 67 2f 69 6e 70 75 74 2f 31 2f 67 61 69 6e 00 00 00 00 2c 66

00 00 00 00 00 00

Set output 1 gain to

-90 dB (-inf)

ASCII MSG

/processing/output/1/gain=-90

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 67 61 69 6e 3d 2d 39 30 0a

OSC MSG

/processing/output/1/gain,f -90.0

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 67 61 69 6e 00 00 00 2c 66 00 00 c2 b4

00 00

TCP OSC

00 00 00 24 2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 67 61 69 6e 00 00 00 2c 66

00 00 c2 b4 00 00

Set output 1 gain to 0 dB (unity)

ASCII MSG

/processing/output/1/gain=0

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 67 61 69 6e 3d 30 0a

OSC MSG

/processing/output/1/gain,f 0.0

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 67 61 69 6e 00 00 00 2c 66 00 00 00 00

00 00

TCP OSC

00 00 00 24 2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 31 2f 67 61 69 6e 00 00 00 2c 66

00 00 00 00 00 00

All outputs mute note: ([1-9]|1[0-6])

equals 1-9, 10-16

ASCII MSG

/processing/output/([1-9]|1[0-6])/mute=1

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 28 5b 31 2d 39 5d 7c 31 5b 30 2d 36 5d 29 2f 6d 75 74 65 3d

31 0a

OSC MSG

/processing/output/([1-9]|1[0-6])/mute, T

UDP OSC

?2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 28 5b 31 2d 39 5d 7c 31 5b 30 2d 36 5d 29 2f

6d 75 74 65 00 00 2c 69 00 00 00 00 00 00

TCP OSC

?00 00 00 30 2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 28 5b 31 2d 39 5d 7c 31 5b 30

2d 36 5d 29 2f 6d 75 74 65 00 00 2c 69 00 00 00 00 00 00

Outputs 1-8 and 11- 16 muted & output 9-10 unmuted

ASCII MSG

/processing/output/([1-8]|1[1-6])/mute=0

ASCII Hex

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 28 5b 31 2d 38 5d 7c 31 5b 31 2d 36 5d 29 2f 6d 75 74 65 3d

30 0a

OSC MSG

/processing/output/([1-8]|1[1-6])/mute, F

UDP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 28 5b 31 2d 38 5d 7c 31 5b 31 2d 36 5d 29 2f

6d 75 74 65 00 00 2c 69 00 00 00 00 00 01

TCP OSC

2f 70 72 6f 63 65 73 73 69 6e 67 2f 6f 75 74 70 75 74 2f 28 5b 31 2d 38 5d 7c 31 5b 31 2d 36 5d 29 2f

6d 75 74 65 00 00 2c 69 00 00 00 00 00 01