Home
last modified time | relevance | path

Searched refs:NB_SINGLETON_RHYTHMS (Results 1 – 2 of 2) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h1203 #define NB_SINGLETON_RHYTHMS 256 macro
1204 …struct RhythmPattern *singleton_rhythms[NB_SINGLETON_RHYTHMS]; /**< rhythm patterns for the EntryT…
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dview.c3214 if(nb_sr < 0 || nb_sr > NB_SINGLETON_RHYTHMS){ in highlight_rest()
3239 if(nb_sr < 0 || nb_sr > NB_SINGLETON_RHYTHMS){ in highlight_duration()