Bernard Gray
Bernard Gray
http://tidalcycles.org/docs/patternlib/tour/alteration#stutter This works: ``` $ stutter 4 (0.125/2) $ s "bd" ``` This does not: ``` $ stutter "" "[(0.125/2) 0.25]" $ s "bd" ``` It'd be cool if it...
**Describe the bug** If you use shorthand midi ccv input notation somewhere in an existing orbit, all events in stream are blocked (ie it goes silent) until a value is...
**Describe the bug** A chord can be described with an inversion (change the starting note in the chord) ``` -- eg second inversion note (arp "converge" "c'maj7'ii") ``` and it...
``` d1 $ note "c" # s "superchip" # accelerate "-1" ``` has previously accelerated the note in the superchip synth (I've also tried a bunch of other synths, samples...
The `$1` needs to be quoted with `find`: ``` diff --git a/generateAudioResources.sh b/generateAudioResources.sh index 920ed529..5b661b18 100755 --- a/generateAudioResources.sh +++ b/generateAudioResources.sh @@ -1,7 +1,7 @@ #/bin/sh printf "[\n" dircount=0 -find $1...
Hi David, Testing out some of my own breaks samples tonight, and I've discovered that `loopAt` does not work as expected in estuary It's like it's reading the sample as...
Hi, Thanks for the tutorial, I'm working through refactoring bits and pieces for fun and knowledge and an upgrade to python3 seemed like an obvious path for me - the...
tidal == 1.9.3 Reference discussion with @polymorphicengine : https://club.tidalcycles.org/t/rfc-working-on-making-chord-naming-chordlist-more-consistent/2717/65 Some chord modifiers create a situation where the resulting chord tone list is not numerically ordered low to high. This is...
if I've started patterning modifiers, there currently isn't a way for me to specify an unmodified version of the chord in that pattern ``` d1 $ note "f'min9'" # s...
tested on devuan 4.0/i386 (debian-based) ``` cabal-install version 3.0.0.0 compiled using version 3.0.1.0 of the Cabal library ``` Confirmed using the BootTidal.hs loaded directly in ghci - if I comment...