Skip to main content

Adding & Editing a song

The same layout is used for adding and editing songs.

Windows 10 devices:
The screen feature three panes: song info, JAM/TAB and preview*. The panes can be shrunk and expanded by pressing the "<" and ">" buttons if necessary. On small-screen devices, switch between the song info and JAM/TAB panes by pressing these buttons.



*Large-screen Windows 10 devices feature a "preview" pane on the right hand side which shows how the song will be displayed. Due to available space and resources, this is unavailable on small-screen devices like phones

Android devices:
Small-screen Android devices currently feature the input fields in a vertical scrollview (this will be changed in a future update to match the Windows version)



Differing layouts aside, the manner of inserting the information is the same for both platforms. Put in the title, artist, chords & lyrics or tabs, and any performance notes. You can also show the time signature and say whether a swing rhythm is used or not. Once all the info is in, tap the "Save" button to add it to the database. The type of song can be easily changed from JAM to TAB by using the toggle button.
NOTE: a song will not save if it does not have a title, an artist and some chords, lyrics or tabs.

Chord Diagrams:
Chord diagrams can be added to any song, and displayed with the playlist later on. Simply tap the "Chords" or "Add Chords" button, add a chord name, select the correct frets and tap "Save" or "Add".
Chords can be edited or deleted by tapping the "e" button (Android) or tapping the chord name (Windows).
The actual displaying of chord diagrams in the playlist can be turned off from the Settings menu.

Comments

Popular posts from this blog

Transposing

I've been making different types of music apps ever since I first learned JavaScript all those years ago. Chords, scales, and more. One thing I always struggled with was transposing though. It's difficult enough, there are so many different scales: Major, minor, chromatic, pentatonic to name a few. My music theory is good, but when it comes to transposing, there's a lot more to be learned. Then things come into play like transposing up or down. General rule of thumb for me is transposing up sharpens, transposing down flattens. Then that throws a few (potential) problems in. Some chords have two names (A#/Bb for example). Personally, I never use an 'A#' chord, it's always called 'Bb' to me. So do I take that into account in the transposing, or do I just leave it as 'A#' if it's up, or 'Bb' if it's down? Much ado about nothing, in reality. Just some perfectionism shining through. For the app, I've sort of generalised the...

Using the settings

Settings are accessed through the hamburger menu in the app. From here, the settings used for display mode can be changed and adjusted. Number of columns:  This changes the number of columns a song is split into. It has no effect on very short songs and is limited on small-screen devices. Display Chords:  Set whether the chords are displayed above the lyrics, or in line. (Android) Use Chord Diagrams?  Set whether chord diagrams are displayed with the playlist. Can affect available screen space and number of columns available. Text Size:  Change the size of the text for chords and lyrics Tab Size:  Set the size of font used for TABs (Windows Phone) Use Vibration?  Set whether the phone vibrates when dragging and dropping songs to the playlist from the main menu Custom Colour/Chord colour:  Set the colour used throughout the app and for highlighting chords and sections Use custom/alternate lyric colours?  Set whether lyric sections...

The future

It has been a while since any updates/progress on the app. But I'm still working, in between college work. Firstly, I've been working on the ability to save different playlists, with names. Really only beneficial on the full paid version, when you've got 60 songs and a few different playlists. Next up there's the holy grail: chords AND lyrics on the same screen. You know the way you generally see chord sheets, with the chords on a line above the lyrics? Have that pretty much nailed. There is a little bit of tinkering to be done by you, the user. Just add a couple empty lines at the start of the lyrics to make it line up with the chords. When it works, it works beautifully. When it doesn't quite work, you still get the gist of it. Just have to add a check to see if there are lyrics AND chords for the song. If the mode is selected and both are there, then display both. Otherwise we just display whatever you have for the song. Pretty major update, that last one....