Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging Phazerville-Relabi with Main Phazerville #82

Open
wants to merge 906 commits into
base: production
Choose a base branch
from

Conversation

TricksterSam
Copy link

updating!

djphazer and others added 30 commits July 29, 2024 16:34
CLI still fails the first time for Teensy 4.x
Extracted DrawPopup from Hemisphere to HSUtils
Affects Calibr8or, Scenes, and other full-size apps from Hemisphere Suite
Acid Curds can be mapped to all 8 channels
No visual feedback, but per channel, this action populates all points based on
the interval between the lowest and current point. So a good method would be:

- Calibrate -3V DAC A
- Calibrate +6V DAC A
- Long-press DOWN while on +6V page to fill in the rest
- Scroll back to check
- Repeat for DAC B, DAC C, etc.

In my experience they end up within +/- 0.002V
Like a pitch, but with a spikey transient. Nice for pinging filters.
AuxButton on Length to toggle shift direction.
AuxButton on Prob to capture and enable Reset.
Fully randomized registers on Start()
Memory tweaks to free up RAM1.
Moved calibration functions to FLASHMEM; Moved Settings app to RAM2.
Hopefully none of these cause slowdowns...
idk, saving to EEPROM might take longer because of GlobalSettings and AppData
UI control: Press X+Y to show "Audio DSP Setup"
Each channel has a Mode, and a correspoding modulation source (Map)
Triggers can be derived from TR or CV.
T4.0 works fine for TR1/TR2 (pin 0/1) but not for TR3/TR4 (pin 2/3)
It will work for pin 23/22 but those are connected to the encoders on
original hardware. I imagine the driver code needs different parameters
for FlexPWM to work on pins 2/3 instead (or maybe QuadTimer will also
work on pins 2/3), but I can't swim through the data sheets to figure it out!
- using TR2 and TR4 for applet
With the exception of help text, because we're about to migrate that to
parameter labels
Shows actual input mappings, clock multipliers when clock is running,
and corresponding output labels. Room for two lines of extra text at the
bottom, 21-character width.
djphazer and others added 30 commits December 14, 2024 05:32
This also allows you to use more than one instance
only the ones with significant changes ;)
How do I trigger applets from the internal clock?
No more static flipped builds!
no more PEWPEWPEW by default
T41 needs more RAM for Audio stuff, so fewer apps right now.
New UI with separate pages for individual LFOs and for global settings.
Cross modulation is now built around true frequency modulation instead
of phase modulation.

New threshold setting for each LFO is used to set the start and end of
gates derived from them. Each output can be set to a choice of the four
LFOs or four gates.

New global cross modulation FM amount setting for quickly setting
the modulation level for all four LFOs.
Modified UI to have separate pages for each LFO and global settings.
Changed cross-modulation behavior to use true frequency modulation
instead of phase modulation.

New settings:
Threshold for generating gates from LFOs.
Global frequency multiplier and divider added to global settings page.
Global cross modulation.
Outputs A-D can now be set to any of the four LFOs or gates derived
from them.
Updated Relabi app to match the current app design of phazerville.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants