cc0 license, reorder

This commit is contained in:
sejo 2021-07-12 11:21:20 -05:00
parent 848da63d33
commit 4e13ccea9d
1 changed files with 19 additions and 11 deletions

View File

@ -1,24 +1,32 @@
# uxn-nibble-dice
# uxnería
experiments with [uxn](https://wiki.xxiivv.com/site/uxn.html) programming and nibble dice:
experiments with [uxn](https://wiki.xxiivv.com/site/uxn.html) programming.
# projects
## nibble dice tracker
`nibble-dice-tracker.tal` a tracker based on nibble dice as described by maleza:
* [no binario - pachapunk](https://pachapunk.space/nobinario.html)
* [XXIIVV nibble dice](https://wiki.xxiivv.com/site/nibble_dice.html)
# sketches
* `nibble.tal`: small demo drawing all the nibbles
* `audio-prototype0.tal`: first iteration of sequencer / tracker. the dice are used to read/write into memory:
- you can manipulate the dice in order to change pulse period (1 byte), pitch (1 byte), adsr values (2 bytes), volume (1 byte), "bang" sequencing (?) (1 byte); to toggle a melody sequencer (1 bit), and/or modify the melody (8 bytes), and even the super low-res wave shape (8 bytes), for two audio devices (3 columns for the first one, 3 columns for the second one)
# roms
ready-assembled sketches
ready-assembled projects
# sketches
* `nibble.tal`: small demo drawing all the nibble dice
* `audio-prototype0.tal`: first iteration of sequencer / tracker with nibble dice. the dice are used to read/write into memory:
- you can manipulate the dice in order to change pulse period (1 byte), pitch (1 byte), adsr values (2 bytes), volume (1 byte), "bang" sequencing (?) (1 byte); to toggle a melody sequencer (1 bit), and/or modify the melody (8 bytes), and even the super low-res wave shape (8 bytes), for two audio devices (3 columns for the first one, 3 columns for the second one)
# media
* `nibble-dice.chr` is the spritesheet for the dice. it has them in an 8x8 pixels version, and in 16x16. drawin using [nasu](https://100r.co/site/nasu.html)
* `nibble-dice.chr` is the spritesheet for the nibble dice. it has them in an 8x8 pixels version, and in 16x16.
drawn using [nasu](https://100r.co/site/nasu.html)
# license
[peer production license](https://wiki.p2pfoundation.net/Peer_Production_License)
sejo - cc0: dedicated to the public domain