bombinans bombinans
209 contributions in the last 12 months
AprMayJunJulAugSepOctNovDecJanFebMarMonWedFri
Less
More
bombinans pushed to main at bombinans/fourdjs 2023-11-02 03:15:53 +00:00
c281c4569a Merge pull request 'feature-120-cell-layers' () from feature-120-cell-layers into main
c883bd7406 Cleaned up some redundant old stuff
6f1c5a58e6 Finished layer-by-layer visualisation of 120-cell
7323935a1f Added layered 120-cell
6d9610a1c6 options menu gets sensible default when shape changes
Compare 20 commits »
bombinans merged pull request bombinans/fourdjs#7 2023-11-02 03:15:51 +00:00
feature-120-cell-layers
bombinans created pull request bombinans/fourdjs#7 2023-11-02 03:15:43 +00:00
feature-120-cell-layers
bombinans pushed to feature-120-cell-layers at bombinans/fourdjs 2023-11-02 03:14:07 +00:00
c883bd7406 Cleaned up some redundant old stuff
6f1c5a58e6 Finished layer-by-layer visualisation of 120-cell
Compare 2 commits »
bombinans pushed to feature-120-cell-layers at bombinans/fourdjs 2023-11-01 01:53:33 +00:00
7323935a1f Added layered 120-cell
bombinans pushed to feature-120-cell-layers at bombinans/fourdjs 2023-11-01 00:58:04 +00:00
6d9610a1c6 options menu gets sensible default when shape changes
c481d24f3c Refactored dodecahedron
029e6f3161 Added 600-cell and 120-cell
4bf38858ea Added 24-cell
50214adbe3 Reinstated 5-cell and 16-cell
Compare 8 commits »
bombinans pushed to feature-120-cell-layers at bombinans/fourdjs 2023-10-31 23:22:49 +00:00
203850ba39 First draft of refactored optional / visible nodes and links
06c1b074b3 Started generalising / unifying inscribed links and layers as different
2f59c0b3a5 Added a callback to set link and node visibility based on label at
944416f92b Visualisations of combinations of layers
8c256629b1 Added a new partition of the 120-cell into layers
Compare 8 commits »
bombinans created branch feature-120-cell-layers in bombinans/fourdjs 2023-10-31 23:22:49 +00:00
bombinans pushed to main at bombinans/Granulator 2023-10-25 23:56:24 +00:00
1ce69c48b6 Hacked looping as a separate method if you want it
5ba3416b1f Trying to get ungranulated playback to work
e25cd1dd53 Merge remote-tracking branch 'origin/main'
ec7c859f36 Exposed harmonics as a value on the Granulator
Compare 4 commits »
bombinans pushed to main at bombinans/multigrain 2023-10-25 23:47:40 +00:00
3578b74059 Merge pull request 'feature-synchronisation' () from feature-synchronisation into main
5e0e9df5f4 reinstated step playback
9f7b83a44e Quantised speed controls are back
4f4132fdcc Fixed playback issues
58117762a6 First working version of position buffers as envelopes triggered from
Compare 6 commits »
bombinans merged pull request bombinans/multigrain#11 2023-10-25 23:47:40 +00:00
feature-synchronisation
bombinans created pull request bombinans/multigrain#11 2023-10-25 23:47:22 +00:00
feature-synchronisation
bombinans pushed to feature-synchronisation at bombinans/multigrain 2023-10-25 23:44:47 +00:00
5e0e9df5f4 reinstated step playback
bombinans pushed to feature-synchronisation at bombinans/multigrain 2023-10-25 04:19:49 +00:00
9f7b83a44e Quantised speed controls are back
4f4132fdcc Fixed playback issues
Compare 2 commits »
bombinans closed issue bombinans/multigrain#9 2023-10-25 03:33:51 +00:00
Swapping modes is not working
bombinans commented on issue bombinans/multigrain#9 2023-10-25 03:33:51 +00:00
Swapping modes is not working

Fixed this and I finally understand why it's weird getting Patterns to stop (you have to stop the player, which is the return value when you play a Pattern):

~player = ~pattern.play(~tc)
~…
bombinans commented on issue bombinans/multigrain#10 2023-10-25 03:32:41 +00:00
Position synth for saw is not working properly

Fixed it - confusion between dur at the Pattern level (in beats) and at the env level (seconds)

bombinans closed issue bombinans/multigrain#10 2023-10-25 03:32:41 +00:00
Position synth for saw is not working properly
bombinans opened issue bombinans/multigrain#10 2023-10-25 02:49:56 +00:00
Position synth for saw is not working properly
bombinans opened issue bombinans/multigrain#9 2023-10-25 02:49:24 +00:00
Swapping modes is not working