diff options
author | David Runge <david.runge@frqrec.com> | 2014-07-14 09:52:23 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-07-14 09:52:23 +0200 |
commit | 342afd46f9746fff3f05560a09e39390ed06c4fe (patch) | |
tree | e44f68b6256c239d8c6373ea4a8c12c2dec0a281 /.amSynthrc | |
parent | 10684a9427e6caf0c4fb02d8d1b70a1ed1c659b4 (diff) | |
download | dotfiles-342afd46f9746fff3f05560a09e39390ed06c4fe.tar.gz dotfiles-342afd46f9746fff3f05560a09e39390ed06c4fe.tar.bz2 dotfiles-342afd46f9746fff3f05560a09e39390ed06c4fe.tar.xz dotfiles-342afd46f9746fff3f05560a09e39390ed06c4fe.zip |
Adding amSynth settings
Diffstat (limited to '.amSynthrc')
-rw-r--r-- | .amSynthrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.amSynthrc b/.amSynthrc new file mode 100644 index 0000000..decccad --- /dev/null +++ b/.amSynthrc @@ -0,0 +1,9 @@ +midi_driver auto +oss_midi_device /dev/midi +midi_channel 0 +audio_driver auto +oss_audio_device /dev/dsp +alsa_audio_device default +sample_rate 44100 +polyphony 16 +pitch_bend_range 2 |