Credits, Acknowledgements, and More

Credits and Acknowledgements

Iosefka is created by Cory Oleson under the title Global Sequence.

Iosefka would not be possible without the explicit help of many helpful anonymous strangers on the internet, and the implicit assistance of countless open source projects on the internet.

An extra special shout out goes to Frédéric Meslin of Fred's Lab and Èmilie Gillet of the late Mutable Instruments. Also for Maffez's version of the 2140 pole mixing filter which was very helpful alongside Sound Semiconductor's documentation.

This synthesizer is fully open source under the GPL-3.0 license.

A Note on the Use of Artificial Intelligence

What AI was used for in this project

#ifndef EXAMPLE_H  
#define EXAMPLE_H  

#include <stdio.h>  
#include "pico/stdlib.h"  

#ifdef __cplusplus  
extern "C"  
{  
#endif  

// C header here  

#ifdef __cplusplus  
}  
#endif  

#endif

What AI was NOT used for in this project