{
	"connect": {
		"body": [
			"connect(${1:unit})"
		],
		"description": "Send output to a p5.sound or web audio object",
		"prefix": "connect"
	},
	"disconnect": {
		"body": [
			"disconnect()"
		],
		"description": "Disconnect all output.",
		"prefix": "disconnect"
	},
	"pan": {
		"body": [
			"pan(${1:panning}, ${2:timeFromNow})"
		],
		"description": "Pan the noise.",
		"prefix": "pan"
	},
	"setType": {
		"body": [
			"setType(${1:[type]})"
		],
		"description": "Set type of noise to 'white', 'pink' or 'brown'. White is the default.",
		"prefix": "setType"
	},
	"start": {
		"body": [
			"start()"
		],
		"description": "Start the noise",
		"prefix": "start"
	},
	"stop": {
		"body": [
			"stop()"
		],
		"description": "Stop the noise.",
		"prefix": "stop"
	}
}