GDL_code
GDL_code copied to clipboard
Could you explain what does this line do in load_music()
if n_bars * n_steps_per_bar < x.shape[0]:
data_ints.append(x[counter:(counter + (n_bars * n_steps_per_bar)),:])