Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Lovely Composer

A playful music creation tool that like a game console music editor · By 1oogames

feature request: remove page limit, add loop counters

A topic by nkaretnikov created Jan 17, 2022 Views: 164 Replies: 2
Viewing posts 1 to 3

hi,

i have two suggestions if you're open to feedback.

1. currently the number of pages is limited to 16. this is not enough. e.g., i can easily fill it with 30 seconds of music. make this infinite. if this is difficult for whatever reason, then make it some large number, e.g., 512

2. add a counter next to loops. this will allow having multiple loops as well as nested loops, e.g., loop1 i=3 { ... loop2 { i=2 ... } } ... loop3 { i = 5 } ... and so on

thx!

Developer (1 edit)

We think that already supported about first one,  so please open  music settings.  overview (English is being translated)

The second one looks  interesting but I couldn't understand it well. (I think there are ways to improve loops, but I also think that complex loop systems have various difficult problems.)

Thank you for your feedback!

thank you, indeed, the first feature is already there!

as for the second feature, think of it as nested loops in programming languages. the current loop feature is quite limiting because you cannot have nesting and cannot exit once you're in a loop (unless you do live editing). but it is tricky indeed.