Posts: 11
Threads: 3
Joined: Sep 2017
Reputation:
0
I use straight text files. I would like use transpose in the editor to physically change the key from E to D so that when I get in to edit it I am now working in D. Is this possible? Transpose in the editor doesn't do anything. I'm on MSP 2.0.9 for Android.
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
03-05-2018, 03:06 AM
(This post was last modified: 03-05-2018, 03:39 AM by Zubersoft.)
I will try to modify the code to correctly handle text files. Due to the fact that chords are not always clearly defined in text files, I will only transpose what I consider to be chord lines (where 75% of the words on the line are valid chords).
Mike
Posts: 1,846
Threads: 287
Joined: Sep 2014
Reputation:
31
03-05-2018, 07:39 PM
(This post was last modified: 03-05-2018, 07:39 PM by itsme.)
@T.B.Player: how about switching to ChordPro?
Posts: 11
Threads: 3
Joined: Sep 2017
Reputation:
0
03-09-2018, 05:07 AM
(This post was last modified: 03-09-2018, 05:09 AM by T.B.Player.)
Thanks Mike. I use the forums to make sure I'm not missing how to do something. It would be great if you could add this capability. It would definitely be one of those "save at your own risk" things but the few times I saw a transpose in the viewer it looked good. When I went in to make a correction it took me a while a realize I was seeing a transposed version so I would have had to make an "untransposed" correction. I'm just using my stylus for now to change the viewer version. Regarding ChordPro suggestion - I should probably go in that direction - but I'm "just" a bass player and I can always find/make text files for me and the keyboard player and the band does play with key changes. I just haven't looked at the ChordPro universe yet.
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
I already added it - it's available in the latest update. Give it a shot and let me know how it works for you.
Thanks,
Mike
Posts: 1,230
Threads: 194
Joined: May 2015
Reputation:
13
I assume you mean text files with chords on top of the lyrics?
Code:
G G
Oh she dressed in the dark
D
And she whispered Amen
There are lots of tools that can convert this to the ChordPro equivalent
Code:
[G]Oh she dressed in the [G]dark
And she whispered A[D]men
and vice versa.
Johan
johanvromans.nl — hetgeluidvanseptember.nl — mojore.nl -- howsagoin.nl
Samsung Galaxy Note S7FE (T733) 12.4", Android 13.0, AirTurn Duo & Digit (Gigs).
Samsung Galaxy Note S4 (T830) 10.5", Android 10.0 (maintenance and backup).
Samsung A3 (A320FL), Android 8.0.0 (emergency).
Posts: 11
Threads: 3
Joined: Sep 2017
Reputation:
0
Revisiting this in 2022 on latest MSP version. Same scenario - straight text file with basic chords on their own lines as in the example above posted by sciurius. Transpose in the viewer seems to work fine but transpose in the editor is very hit or miss. In fact for the file I'm working on - it works on some lines but on others not only does it not transpose but it erases the original chord completely. This is a simple 3-chord song with many lines having only one chord. Again - I want to permanently change the text file so so I see the transposed version in the viewer.
Posts: 930
Threads: 84
Joined: Feb 2017
Reputation:
27
01-03-2022, 03:12 AM
(This post was last modified: 01-03-2022, 03:13 AM by Geoff Bacon.)
It might be something in your file - suggest you attach the file so others with more knowledge than me can try it on their systems
Geoff
Samsung Galaxy Tab A6
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
It would certainly help to have the file to look at. I can see if there is any kind of bug that needs to be addressed. In general, using chord pro files will get you much more consistent results than straight text files. MobileSheetsPro has to guess at what are chord lines otherwise, and it can be thrown off by the presence of other characters on a chord line.
Mike
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
I've found the issue and I have a fix in place now that will be included with the next update. I'm finishing up a few more changes and then will release the update (aiming to have it done later today or tomorrow at the latest). The problem was due to lines where there is a single chord with no whitespace after it - the chord would effectively be ignored by the logic. This only impacts text files where I have to identify chord lines separately from lyrics.
Mike