tomara-x / quartz

visual programming and dsp playground
https://codeberg.org/tomara-x/quartz
Apache License 2.0
36 stars 2 forks source link

her #134

Closed tomara-x closed 3 months ago

tomara-x commented 3 months ago

too early?

tomara-x commented 3 months ago

okay the only sticky spots left are: 1) commands and repetition there and how that whole side scales. this is blocking #33 and there's also talk of nom in #76. so that's gonna be taken care of there. 2) ease of communication between audio nodes and data. this is the main focus here. and she's the only way to test

tomara-x commented 3 months ago
tomara-x commented 3 months ago
//         s exp      mantissa
let x = 0b_0_11111111_00000000000000000000001;
let y = f32::from_bits(x);
println!("{}", y);
tomara-x commented 3 months ago

curves are so pretty! attack-release with curvature parameters 78764489effd9b3

Screenshot_2024-03-26_17-00-07

tomara-x commented 3 months ago

the idea of sequencing instruments instead of sending data to one instrument is just more flexible (sorry amaranth) csound ftw here

tomara-x commented 3 months ago

open nth kinda does it

Screenshot_2024-03-27_03-51-19

tomara-x commented 3 months ago

still not satisfied for some reason

it has some funny feel with fast rates that needs investigation, order of the outputs of monitor, and a reset net op would be useful here (we can use sequence here!)

tomara-x commented 3 months ago

seq is all you need

Screenshot_2024-03-27_19-58-08