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

Is it possible to define variables in the ini configuration files to be re-used by the tracks #316

Open
rikrdo89 opened this issue Nov 18, 2020 · 3 comments

Comments

@rikrdo89
Copy link

No description provided.

@rikrdo89
Copy link
Author

Sorry this is more a enhancement suggestion that an issue, but I was wondering if there is a way to define some global variables to avoid a of typing.. I envision something like this

[myGlobalVars]
myMin = 2
myMax = 10
myColor = Blue

[a sample track]
color = %(myColor)
min_value = %(myMin)

@lldelisle
Copy link
Collaborator

Hi,
Thanks for the idea, I think this would be like #219 . We would like to implement it but for the moment we are lacking time to develop it...

@lldelisle
Copy link
Collaborator

Sorry, rereading it more carefully this is another idea. I prefer the idea of changing the default than defining variables. Could you tell me if #219 would be ok for you of if you have some cases of variables would help?

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

No branches or pull requests

2 participants