Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rejig everything #1031

Closed
wants to merge 86 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
9cfc5db
add seqSqueezeJoin, promote metadata utils, fix tests
yaxu Jun 3, 2023
2b1be07
move old stuff out and delint
yaxu Jun 3, 2023
e00d8b9
move old stuff out and delint
yaxu Jun 3, 2023
7ec5e3b
more delinting
yaxu Jun 3, 2023
a87d0de
fix bite
yaxu Jun 3, 2023
5fd3f26
fix some warns
yaxu Jun 3, 2023
4ce69ef
remove warns
yaxu Jun 3, 2023
3637c99
promote off and ~>
yaxu Jun 3, 2023
7f83d07
comment out missing test file for now
yaxu Jun 6, 2023
fabb7ff
comment out missing test file for now
yaxu Jun 6, 2023
6a19f7c
temporary arch PKGBUILD file
yaxu Jun 6, 2023
933623d
missing PatternTest file
yaxu Jun 6, 2023
933125c
bugfix beatmode
yaxu Jun 6, 2023
b9ba9bd
bugfix alignment of stacks
yaxu Jun 6, 2023
8ac95d3
remove version suffix
yaxu Jun 8, 2023
e1a3c4f
Merge branch 'cycseq' of github.com:tidalcycles/tidal into cycseq
yaxu Jun 8, 2023
cc309d9
alphabetise pattern type instance declarations, and start generalisin…
yaxu Jun 9, 2023
49e183e
try to simplify sequence join, fix toCycle some more
yaxu Jun 12, 2023
670bc01
fix subsequences in mininotation
yaxu Jun 13, 2023
a0dacc6
fix test warnings
yaxu Jun 13, 2023
fd11e79
update arch stuff
yaxu Jun 13, 2023
18dc42e
clarify
yaxu Jun 13, 2023
a4c448c
generic instances
yaxu Jun 13, 2023
894a5cb
Merge branch 'cycseq' of github.com:tidalcycles/tidal into cycseq
yaxu Jun 13, 2023
cc6870c
update pkgbuild
yaxu Jun 13, 2023
7f3b15d
tidy metadata, adding new field for alignment
yaxu Jun 14, 2023
8248e96
fix tests, fix warnings
yaxu Jun 14, 2023
27270ef
failed alignment proof of concept
yaxu Jun 19, 2023
e5becc0
remove old stuff
yaxu Jun 24, 2023
1c4d59b
import minimal sketch of tidal-core from yaxu/mvt
yaxu Jul 26, 2023
33bfa64
tidy patternification, add euclid
yaxu Aug 2, 2023
920af6e
tidy patternification, add euclid
yaxu Aug 2, 2023
094b57a
fix warnings
yaxu Aug 12, 2023
0b060cd
port more things to tidal-core, tidy pattern joins and binds
yaxu Aug 13, 2023
d282169
more porting and tidying
yaxu Aug 13, 2023
ba139a9
more porting, including pattern-as-number hacks
yaxu Aug 15, 2023
ee9919d
add missing files
yaxu Aug 15, 2023
04a2374
bite and segment
yaxu Aug 16, 2023
78119de
fix warnings
yaxu Aug 16, 2023
2e68e4e
fix up Show
yaxu Aug 16, 2023
e544d60
re-add controls to query
yaxu Aug 16, 2023
1925a5b
the return of the mininotation
yaxu Aug 17, 2023
e0e3c00
workarounds for realtalk parser
yaxu Aug 17, 2023
8923460
more realtalk workarounds
yaxu Aug 17, 2023
c2f7711
more realtalk workarounds
yaxu Aug 17, 2023
5c6b426
more realtalk workarounds
yaxu Aug 17, 2023
84f873a
start porting tests and tidy
yaxu Aug 17, 2023
64f7393
Merge branch 'cycseq' of github.com:tidalcycles/Tidal into cycseq
yaxu Aug 17, 2023
fbd8359
avoid collision with json value type
yaxu Aug 18, 2023
cea1d6e
avoid collision with json value type
yaxu Aug 18, 2023
e8cb7d0
Revert "avoid collision with json value type"
yaxu Aug 19, 2023
7c4fcbd
Revert "avoid collision with json value type"
yaxu Aug 19, 2023
40e602d
port more tests
yaxu Aug 19, 2023
deaa645
rejig patternification, to allow a pattern (just signal for now) to c…
yaxu Aug 22, 2023
7fd68ec
patBind / patAlign for sequences
yaxu Aug 22, 2023
8f76338
tidy
yaxu Aug 22, 2023
9ec7217
tidy
yaxu Aug 23, 2023
a311014
tidy
yaxu Aug 23, 2023
88497f9
add trig / trigzero
yaxu Aug 23, 2023
abbcba5
Sound.Tidal.Params
yaxu Aug 23, 2023
f848ddb
split out tidal-stream
yaxu Aug 23, 2023
a453f36
Sound.Tidal.Boot
yaxu Aug 23, 2023
28e778f
fix up binds and applicative
yaxu Aug 24, 2023
7eb1083
default to flexible bind
yaxu Aug 24, 2023
cde769d
missing import
yaxu Aug 24, 2023
bf1de41
split out the dirt params
yaxu Aug 24, 2023
05274e5
get bindalignment working for applicative
yaxu Aug 25, 2023
c11d00e
age
yaxu Aug 25, 2023
d65130e
age
yaxu Aug 25, 2023
525c57e
age
yaxu Aug 25, 2023
f1c5655
Merge branch 'main' into cycseq
yaxu Aug 25, 2023
9ac45ba
tidy
yaxu Aug 25, 2023
2391a88
Merge branch 'cycseq' of github.com:tidalcycles/Tidal into cycseq
yaxu Aug 25, 2023
809c372
inner/outer
yaxu Aug 25, 2023
2020324
Merge branch 'cycseq' of github.com:tidalcycles/Tidal into cycseq
yaxu Aug 25, 2023
17e7d6c
tidy up tests
yaxu Aug 26, 2023
f2ef572
temporarily turn off pattern alignment in applicative
yaxu Aug 27, 2023
b9b138f
move old tests
yaxu Aug 27, 2023
3f5bd9f
port more (failing) tests
yaxu Aug 27, 2023
aea9901
port more (failing) tests
yaxu Aug 27, 2023
771f8fd
more porting
yaxu Aug 30, 2023
9a84fd0
more test breakage
yaxu Aug 30, 2023
42a7073
more test breakage
yaxu Aug 30, 2023
3eaa801
move stream tests
yaxu Aug 30, 2023
2a6a221
bump primitive to < 0.10 (metadata already updated on hackage)
yaxu Oct 11, 2023
d347b65
Merge branch 'cycseq' of github.com:tidalcycles/Tidal into cycseq
yaxu Oct 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment out missing test file for now
yaxu committed Jun 6, 2023
commit fabb7ff42d369529b826a497b461de7d880fa3d8
6 changes: 2 additions & 4 deletions test/Test.hs
Original file line number Diff line number Diff line change
@@ -5,7 +5,6 @@ import Test.Microspec
-- import Sound.Tidal.CoreTest
-- import Sound.Tidal.ParamsTest
-- import Sound.Tidal.ParseTest
-- import Sound.Tidal.PatternTest
-- import Sound.Tidal.ControlTest
-- import Sound.Tidal.ChordsTest
-- import Sound.Tidal.StreamTest
@@ -17,7 +16,7 @@ import Sound.Tidal.EventTest
import Sound.Tidal.ExceptionsTest
import Sound.Tidal.ParamsTest
import Sound.Tidal.ParseBPTest
import Sound.Tidal.PatternTest
-- import Sound.Tidal.PatternTest
import Sound.Tidal.ScalesTest
import Sound.Tidal.SequenceTest
import Sound.Tidal.SignalBaseTest
@@ -36,7 +35,6 @@ main = microspec $ do
-- Sound.Tidal.CoreTest.run
-- Sound.Tidal.ParseTest.run
-- Sound.Tidal.ParamsTest.run
-- Sound.Tidal.PatternTest.run
-- Sound.Tidal.ControlTest.run
-- Sound.Tidal.ChordsTest.run
-- Sound.Tidal.StreamTest.run
@@ -48,7 +46,7 @@ main = microspec $ do
Sound.Tidal.ExceptionsTest.run
Sound.Tidal.ParamsTest.run
Sound.Tidal.ParseBPTest.run
Sound.Tidal.PatternTest.run
-- Sound.Tidal.PatternTest.run
Sound.Tidal.ScalesTest.run
Sound.Tidal.SequenceTest.run
Sound.Tidal.SignalBaseTest.run