Manicken has a version of the Wavetable encode stuff that adds the "PROGMEM" that Teensy 4/4.1 need
EDIT: see this: https://forum.pjrc.com/threads/66199-Updated-SoundFontDecoder
BTW I modified my own copy...
I remember having to make local mods to my own copy to cater for putting the output into flash for 4.0 and 4.1 - presumably this is the same modification?
Something has gone AWOL! To clear all tabs in order to start a new project it used to be possible to go to Examples and load "Empty Workflow" which simply removed everything but that option seems to have disappeared. So...
Yup, when I first wrote my code I just had everything in the INO directory but when it came to adding 128 GM instruments (128 .cpp and 128 .h) things got a bit busy so I looked for a way to divide and modularize things....
I have to admit that I have no idea what "useCenterBasedPositions" actually means. I guess I probably need to find out!...
EDIT: OK so I have read this...
and I still have no idea what it means. I guess I shall...
Oh dear. I just went to your design tool to make some edits to my project and started as I always do by trying to upload the .json from the last .zip file I downloaded and the design tools just sits infinitely showing...
I have a feeling I first read about reset in this thread. I have a feeling the driver maybe uses it to be sure the display is in a "known state" in the communications but I seem to remember that it may actually be...
Yeah I have a very sketchy diagram here:
https://github.com/wrightflyer/Synth
As you can see that is just the T4 pinout, the audio board pinout then a few annotations to show what's left.
As far as I can see,...
I faced the same. I think it's going to be very difficult to find enough IO for everything (even though MOSI/MISO/SCK for SPI can be shared and each SPI device just needs its own chip select). I could setup Teensy+ILI...
If you are asking me you are probably asking the wrong person. I'm a happy user of the utility but have no idea how it actually does its "magic" in the background. CSS/Javascript/etc are an alien world to me ;-)
But...
I just realised that the "CodeFile" that is used to include themixer.h in your example could be used to put a whole file inside one of the tabs so I can use that for name.c that I need. Only just realised this now. So...
Jannik,
Can I make a feature request? It's possible to change the USB name of your synth if you do:
https://github.com/wrightflyer/Synth/blob/master/name.c
But as the comment I inherited from the thread where...
Jannik,
I see from Github that you have just been making changes to the web based audio design tool so perhaps I have just caught it "mid update" but something odd has started to happen. To further understand how to...
Yup for my own synth I originally used Pure Data:
but then I found "Ctrlr" https://ctrlr.org/ which is much easier to use (IMHO) and has a much "slicker" interface for putting down MIDI control widgets so my synth...
This is a work of pure genius - rather curiously Paul Stoffregen posted on Twitter over Christmas saying he should look at doing a "multi voice" audio tool and when I tweeted back about this (your older version) he...