My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 3: Euclidean doesn't work with length > 16
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  ----


 
Reported by alexande...@googlemail.com, Jun 14, 2009
use the EuclidDrumTrack with length > 16 eg. 32, only 16 steps are played.

maybe some typeproblems

my idea was that 
#define IS_BIT_SET(port, bit) (((port) & (1 << (bit))) ? 1 : 0)
doesn't work with uint8_t and bit > 8
Jun 22, 2009
Project Member #1 wesen3...@googlemail.com
yes because you can have only 8 bits in a uint8_t :) EuclidDrumTrack is a stupid abstraction and will go pretty 
soon, once the sequencing framework is remodelled.
Jun 22, 2009
Project Member #2 wesen3...@googlemail.com
(No comment was entered for this change.)
Status: Accepted

Powered by Google Project Hosting