Page 1 of 1

Order of notes

PostPosted: Mon Apr 29, 2013 4:51 am
by whateverer
Hi. I made few definitions and they work pretty well, but i got a problem with notes order.

They seem to appear in a random order, and i want them to be right one after another.

Example:

In editor ive done something like this:

0001 - note 0001
0002 - note 0002
.
.
.
0050 - note 0050

In hud (or test notes) it show something like:

note 0023
note 0003
note 0017
.
.
.
note 0002



It looks like they generate and list in a random order.
Is it possible to list them in a way i want to?

Re: Order of notes

PostPosted: Mon Apr 29, 2013 9:04 am
by kraada
The list is displayed alphabetically - if you put numbers in front of the output text as well, it will sort by those numbers.

Re: Order of notes

PostPosted: Mon Apr 29, 2013 11:48 am
by whateverer
Yup, figured that one by now.
[P][F][T][R] takes priority and then alphanumerical text value.

It would be nice to be able to change that order in a similar way to popup groups in hud.

Im no programmer, but i can give some simple ideas to make little code work do big things (i hope).

In another column in front of each note put some 4 or 5 generated number and hide it from user's view. When changing order of notes let numbers stay in their cells - notes will appear in hud in a same way as in editor.

OR

Expand [P][F][T][R] mechanics in a treelike fashion.

Manually changing each note is quite time consuming.
Nice job on quick filters though. It saved me a ton.

I really like PT4, keep up the good work. I hope someday ill see it running on linux out of the box.

Re: Order of notes

PostPosted: Mon Apr 29, 2013 2:06 pm
by kraada
We have some plans, but it will be a while before we start looking into these kinds of features.