Skip to content

Commit

Permalink
Merge pull request #1 from yydounai1234/dev
Browse files Browse the repository at this point in the history
add vue demo
  • Loading branch information
yydounai1234 authored Dec 5, 2022
2 parents c044b07 + 7db15dc commit 0885e9d
Show file tree
Hide file tree
Showing 9 changed files with 713 additions and 325 deletions.
10 changes: 5 additions & 5 deletions lib/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ export const AUTOSEEK_C = AUTOSEEK_AT_MIN - AUTOSEEK_K * AUTOSEQ_TEMPO_LOW
export const SCAN_OFFSETS = [
[
124, 186, 248, 310, 372, 434, 496, 558, 620, 682, 744, 806, 868, 930, 992,
1054, 1116, 1178, 1240, 1302, 1364, 1426, 1488, 0,
1054, 1116, 1178, 1240, 1302, 1364, 1426, 1488, 0
],
[
-100, -75, -50, -25, 25, 50, 75, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
0, 0, 0
],
[
-20, -15, -10, -5, 5, 10, 15, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0,
0, 0
],
[-4, -3, -2, -1, 1, 2, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[-4, -3, -2, -1, 1, 2, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
]

export const BUFFER_SIZE = 16384
export const BUFFER_SIZE = 16384
Loading

0 comments on commit 0885e9d

Please sign in to comment.