Skip to content

Commit

Permalink
when assigning gen graphs to time properties they are scaled appropri…
Browse files Browse the repository at this point in the history
…ately
  • Loading branch information
charlieroberts committed Apr 10, 2021
1 parent 1e38d1d commit 987c4c3
Show file tree
Hide file tree
Showing 4 changed files with 23,582 additions and 23,562 deletions.
2 changes: 1 addition & 1 deletion playground/annotations/markup/tidal.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = function( Marker ) {
let val = pattern.value //typeof pattern.value === 'string' ? pattern.value.trim() : pattern.value
let uid = pattern.uid

while( typeof val !== 'string' && typeof val !== 'number' && val !== undefined ) {
while( typeof val !== 'string' && typeof val !== 'number' && val !== undefined && val !== '?' ) {
const __store = val

// get, for example, uids of values in repeat patterns
Expand Down
Loading

0 comments on commit 987c4c3

Please sign in to comment.