Webradio player

@piattica: the number of stations can be easily exteded:

  1. rename “main.pd.template” to “main.pd.template.pd” and open it with Pure Data.
  2. add more stations and adjust the divisor of ctlin114: (127 / (number_of_stations - 1))
  3. rename “main.pd.template.pd” back to “main.pd.template”
  4. open “zynconfig.yml.template” with a text editor and add more “labels” placeholders under “Stations:”
  5. open “setup.py” with a text editor and adjust variable ‘max_stations = 22’

REMARK: Don’t forget to increment the numbers of the placeholders “STREAM#” and “NAME#” :wink:

2 Likes