-
Hello i created a custom component as below
```
const {
Composite,
TextView,
ImageView,
} = require('tabris');
class siLineButton extends Composite{
constructor(properties){
su…
-
This'll be useful when someone changes any values such as keybinds, window size, etc. Essentially just take a Cfg argument and overwrite/create the quaver.cfg file.
-
When the user loads the game for the first time, or has items missing from their config file, we'll want to reset those default values and append them to a .cfg file.
For this we'll need to do a fe…
-
Swan - Today at 1:34 PM
sweet, and also for song folder convention are we going to go by "C\Quaver\Songs\Artist - Title"
do you think we need a unique identifier for each directory
takemymoney123 -…
-
-
MusicXML 3.0 includes support for tuplets within the metronome element. MusicXML could expand its support for complex metric equations by adding support for ties within the metronome element. Elaine G…
-
It seems that `@grace="acc"` and `@grace="unacc"` renderings are reversed for grace notes:
`@grace` data:
http://music-encoding.org/documentation/3.0.0/data.GRACE
`acc`: Time "stolen" fr…
-
For some reason there are always two NOTE ON messages for each note and no NOTE OFF messages! Also I'll have to figure out how to actually get note value.
-
Quiver provides a way to sort notes based on (i) Title, (ii) Creation time, (iii) Update time, in ascending or descending order. It'll be very useful to provide a similar mechanism in Quaver, possibly…
-
```
Sometimes an SCV is given a build order for a buildings addon and the scv
just sits around because it cannot build it.
I had a look and I believe the problem is in the onOffer function, there is…