Posts: 13,348
Threads: 301
Joined: Apr 2012
Reputation:
235
03-05-2016, 02:52 AM
(This post was last modified: 03-05-2016, 02:52 AM by Zubersoft.)
If you tap on the add button, a dropdown will be displayed for selecting between the different tempos you've added. The new tempo will be added as 10 at the end of the list, as that is the default value. You can then switch to this tempo and change it. Are you expecting it do to something other than add a new tempo setting to the list, or is it confusing because it isn't selecting the new tempo?
Posts: 13,348
Threads: 301
Joined: Apr 2012
Reputation:
235
I've modified the code to select the new tempo after it is added, so hopefully that will be less confusing.
Posts: 62
Threads: 11
Joined: Jan 2015
Reputation:
0
03-05-2016, 03:46 AM
(This post was last modified: 03-05-2016, 03:50 AM by marais.)
Picture is worth a thousand words.
Needless to say each entry was a different tempo, different time signature.
They all become a long list of "10"s and yes they all play only 10 BPMs...
Posts: 13,348
Threads: 301
Joined: Apr 2012
Reputation:
235
I'm not sure I understand what you mean by adding 1999.... When I add a new tempo, it just shows up as 10 in the list, and when I select it, it also displays 10. The only piece that is missing is automatically selecting that new tempo from the dropdown so you don't manually have to do it.
Posts: 62
Threads: 11
Joined: Jan 2015
Reputation:
0
03-05-2016, 04:16 AM
(This post was last modified: 03-05-2016, 04:17 AM by marais.)
1999 was typo as you can see I fixed it.
So to be clearer.
I set the tempo to 119 and select 3/4 time.
I then click the "+" button.
Now I have a new "10" added to my dropdown menu.
*BUT*
If selected in the dropdown menu it is indeed -
10 BPM and not the time signature either.
The only way to make it 119 is to select it (the 10 lowest on the list) and then edit it.
I'm just trying to say it would be simpler when you click on "+" it automatically adds the new tempo and time signature.
Don't you think so?
Posts: 13,348
Threads: 301
Joined: Apr 2012
Reputation:
235
Well, I think there is some confusion there. If you modify the metronome tempo, that change is immediately applied. If you select 119, then tap add, if I added those same settings again, you would then have two metronome settings both set to 119. So then the question becomes, if it worked that way, do I select the new one that's been added, or leave the current selection so that you can continue to make further modifications? The workflow I was intending on supporting was:
1) You set up the first metronome tempo you want.
2) You tap the add button to set up the second metronome tempo (selecting those new settings is the part I'm changing)
3) With the new settings selected, you change the tempo to what you want.
You then repeat steps #2 and #3 for additional metronome tempos you want to store. I currently do not store different metronome settings such as the time signature. That was not the intention of the add button - it was only meant to store multiple tempos. If supporting multiple time signatures is required, I'll have to make a number of modifications because I don't have the database set up for that (or the UI). I can see the reason for wanting that though - if the song switches the time signature part way through, you'd want the metronome to do the same. I'll have to write up a feature request for this.
Thanks,
Mike