Florian Jung

Results 87 issues of Florian Jung

Sync works by manually applying 99%-duty-cycle PWM signals to the *sync* pin. Add circuitry to create these pulses from any input

enhancement
hardware

Control all firmware features through midi control messages: - [ ] detune VCOs against each other - [ ] LFO waveform, frequency, (digital amplitude) - [ ] envelope ADSR, curve,...

enhancement
firmware

Implement them properly in firmware.

enhancement
firmware

Features: - Input: raw USART output or code-point / frequency lists. - automatic DAC wiggle compensation - automatic codepoints-per-octave determination (with outlier rejection!) - plotting - quality assessment scores

enhancement
software(pc)

The triangle signal seems to have a small square signal superimposed. Maybe this is crosstalk from the comparator?

bug
hardware

Under gentoo linux with mupen64plus-2.5, the glide64mk2 plugin is having graphic issues when trying to play Zelda: Ocarina Of Time: - the screen seems shifted to the top part. I...

This fixes the fix in 1d3de5ca693a345adef5affa320b8c877e79b5f9, which contained the following diff. The diff changed `>0` to ` 0: + if workplane.from_local_coords(obj_to_screen).Z < 0: projection_direction = -workplane.z_dir * projection_flip else: projection_direction...

Hi, Calling `project` on the individual faces of a `Box` creates wrong results or crashes. ## Reproducer ```py from build123d import * from ocp_vscode import * NUM=0 box = Location((0,0,10))...

bug

Hi, the [`project`](https://build123d.readthedocs.io/en/latest/operations.html#operations_generic.project) function silently generates an unusable `Compound` when trying to `project(some_solid)`.. When calling `.faces()`, `.edges()` or `.vertices()` on that Compound (or trying to `show()` it), an exception is...

enhancement