2023-05-12 05:46:35 +00:00
|
|
|
# -*- yaml -*-
|
2023-05-09 03:32:09 +00:00
|
|
|
# vim: set et sta sw=2 :
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
logging:
|
|
|
|
|
__default__: info (color)
|
|
|
|
|
theremin: debug (color)
|
2023-05-12 05:46:35 +00:00
|
|
|
# gpio: debug (color)
|
2023-05-09 03:32:09 +00:00
|
|
|
|
2023-05-12 05:46:35 +00:00
|
|
|
# See: https://pinout.xyz/
|
|
|
|
|
#
|
2023-05-09 03:32:09 +00:00
|
|
|
theremin:
|
2023-05-12 05:46:35 +00:00
|
|
|
pitch_trigger: 27
|
|
|
|
|
pitch_echo: 22
|
|
|
|
|
velocity_trigger: 23
|
|
|
|
|
velocity_echo: 24
|
|
|
|
|
distance_max: 2
|
|
|
|
|
cancel_after: 3
|
|
|
|
|
# font: /usr/share/sounds/sf2/FluidR3_GM.sf2
|
|
|
|
|
# glide: 1
|
|
|
|
|
# slew: 5
|
|
|
|
|
# sample_interval: 0.5
|
|
|
|
|
# reverb: false
|
|
|
|
|
# chorus: false
|
|
|
|
|
# font_index: 2
|
|
|
|
|
# instrument_index: 29
|
2023-05-09 03:32:09 +00:00
|
|
|
|