Dear all, I am new in using B4A❤. I want to build a guitar app that has a sequence of bars and each bar contains a chord and a rhythm pattern that user can set. User can adjust tempo (BPM) and play the song out based on sampled guitar sound. This app is mainly for rhythm guitar and can be an accompany tool. I would like to ask for advice of
Thank you very much. Just want to get some advice to make a correct start.
- Is it fine to use CustomViewList for the sequence of bars? It is better to have 'drag and drop' to change order, should I use Gridview? Scrollview?
- For the audio playback there will be a background thread always running to mix sound samples, I searched forums and still not sure how to realize this thread, using threading library (seems not recommended)? will any B4A official methods like resumable subs fulfill this?
Thank you very much. Just want to get some advice to make a correct start.