-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.yml.template
34 lines (30 loc) · 999 Bytes
/
config.yml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Andrew James Faraday - May 2012
#
# A simple config file to avoid repeat data input and change details as required.
# When you first install the script you will need to make a copy of this file called 'config.yml'
#
# These attributes will affect the TCP connection from ruby to pure data.
# 127.0.0.1 is the computer that's running the script and 3939 is the default port.
connection:
hostname: '127.0.0.1'
port: 3939
# Attributes for Twitter have been moved out to twitter.yml (you may need to copy this from twitter.yml.template
#
# The default feed url for the rss aggregator
#
rss:
default_feed: 'http://feeds.bbci.co.uk/news/rss.xml'
github:
repo: 'AJFaraday/Text-to-music'
branch: 'master'
polling_time: 60
#
# Music settings:
#
# transpose denotes the semitones up or down the letter and number notes will be moved by.
# speed is the time from one note to the next being triggered
# this is only overridden on manual import
music:
transpose: 10
speed: 0.15