Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load performance config from performance.ini #54

Merged
merged 1 commit into from
Mar 21, 2022
Merged

Load performance config from performance.ini #54

merged 1 commit into from
Mar 21, 2022

Conversation

rsta2
Copy link
Contributor

@rsta2 rsta2 commented Mar 21, 2022

Just another PR, which perhaps makes it easier to setup a config for the tests. Please see the file src/performance.ini. It must be copied to root directory of the SD card.

@probonopd
Copy link
Owner

Maybe we should use this to show off the capabilities a bit ;-)

How do you like this as a default performance?

#
# performance.ini
#

# TG#
#BankNumber#=0		# 0 .. 127
#VoiceNumber#=1		# 1 .. 32
#MIDIChannel#=1		# 1 .. 16, 0: off, >16: omni mode
#Volume#=100		# 0 .. 127
#Pan#=64		# 0 .. 127
#Detune#=0		# -99 .. 99

# TG1
BankNumber1=0
VoiceNumber1=1
MIDIChannel1=255
Volume2=100
Pan1=32
Detune1=-11

# TG2
BankNumber2=0
VoiceNumber2=1
MIDIChannel2=255
Volume2=100
Pan2=96
Detune2=11

# TG3
BankNumber3=0
VoiceNumber3=1
MIDIChannel3=255
Volume3=100
Pan3=48
Detune3=-7

# TG4
BankNumber4=0
VoiceNumber4=1
MIDIChannel4=255
Volume4=100
Pan4=80
Detune4=7

# TG5
BankNumber5=0
VoiceNumber5=1
MIDIChannel5=0
Volume5=100
Pan5=64
Detune5=0

# TG6
BankNumber6=0
VoiceNumber6=1
MIDIChannel6=0
Volume6=100
Pan6=64
Detune6=0

# TG7
BankNumber7=0
VoiceNumber7=1
MIDIChannel7=0
Volume7=100
Pan7=64
Detune7=0

# TG8
BankNumber8=0
VoiceNumber8=1
MIDIChannel8=0
Volume8=100
Pan8=64
Detune8=0

@probonopd probonopd merged commit 2199208 into probonopd:main Mar 21, 2022
@rsta2 rsta2 deleted the performance-ini branch March 22, 2022 06:06
@rsta2
Copy link
Contributor Author

rsta2 commented Mar 22, 2022

Good idea. Sounds great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants