Changeset b412168 in mainline for uspace/lib/trackmod/types/protracker.h
- Timestamp:
- 2014-11-17T03:25:04Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update
- Children:
- 6069061
- Parents:
- ef3da5a (diff), 5042706 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/trackmod/types/protracker.h
ref3da5a rb412168 47 47 protracker_olist_len = 128, 48 48 /** Number of rows in a pattern */ 49 protracker_pattern_rows = 64 49 protracker_pattern_rows = 64, 50 /** Default TPR */ 51 protracker_def_tpr = 6, 52 /** Default BPM */ 53 protracker_def_bpm = 125 50 54 }; 51 55
Note:
See TracChangeset
for help on using the changeset viewer.