Jonatan Midtgaard

Results 11 issues of Jonatan Midtgaard

The Gamma dsp library has a biquad filter that uses the direct form II implementation. The problem is that this often pops and cracks when parameters are changed mid-stream. The...

dsp
good first issue

Repeated clicks on certain buttons can move to deeper pages. Avoids pushing in a lot of functionality under a shift-modifier. Decision: Which screens should this apply to? Obvious choices: Arp,...

To have an upper limit on how many new notes can be triggered in every audio buffer, We should probably limit the number of midi messages in the ProcessData (or...

backend
refactor

Right now, we are using NanoVG, which is not actively maintained. We would like to change this to a more modern alternative, such as Skia. All calls to NanoVG is...

enhancement
backend
refactor

We need some good graphics for the main sampler screen. This is where you can do rudimentary editing of the samples that are played in the sequencer. There are two...

graphics
good first issue

The samplers are controlled by the sequencer. Basically, this exists to play back a simple sample, with some basic editing and visualization. There are two screens, the sampler screen and...

We need UI templates that contains color palettes, linewidth examples, etc. This is to make it easier to get started with UI design. - [ ] For Illustrator - [...

graphics
good first issue

# Sequencer The sequencer controls the 8 samplers. When editing the sequencer steps, the musical keyboard keys change to *change sampler* (black keys) and *edit steps* (white keys). Features are...

When the attack time is set high on the exponential ADSR envelope, the level saturates very quickly, both not giving the wanted slow increase and also creating a long time...

Hi. I am one of the main contributors of [OTTO](https://github.com/topisani/otto) and we have been working on getting our system to run smoothly on the RPi. We have been using your...

question