Bricksnbeatles
Member known well
Howdy friends. I have a question that’s probably pretty stupid, but here it goes.
There are two use-cases where I want to modify code for existing pedal projects. The first is the Parasit Studio 1985 guitar synth, which holds code on two Attiny85 chips. Pretty much, there’s a secret boot-up mode where it will play back a three-voice chiptune arrangement of the Super Mario theme using the pedal’s three synth voices— problem is, I’d much rather have it play a different tune since Mario isn’t really on-theme for me. Fredrik provides hex files for the Attiny chips. Is this something that’s possible to modify for a novice such as myself to learn, or is stuff pretty much indecipherable once it’s compiled(?) into hex?
This ties into my second case, which is the bypass controller chip for VFE projects. I have a lot of VFE boards, but I really don’t like the method of switching between latching and momentary bypass. Having them be two separate modes is really inconvenient, and I much prefer the nice hold-for-momentary method that most other builders, including PedalPCB use, which allows for both momentary and latching operation without having to configure the pedal for one mode or the other. This uses a PIC12F509 instead of an Attiny chip, though the implementation of that isn’t really something I have a grasp on. Again, is it possible/feasible/worthwhile trying to alter the hex code to allow for a more user-friendly bypass experience? Or is there another feasible option for executing this?
Anyway, I’ll be in the corner until I hear from y'all. Thanks.
There are two use-cases where I want to modify code for existing pedal projects. The first is the Parasit Studio 1985 guitar synth, which holds code on two Attiny85 chips. Pretty much, there’s a secret boot-up mode where it will play back a three-voice chiptune arrangement of the Super Mario theme using the pedal’s three synth voices— problem is, I’d much rather have it play a different tune since Mario isn’t really on-theme for me. Fredrik provides hex files for the Attiny chips. Is this something that’s possible to modify for a novice such as myself to learn, or is stuff pretty much indecipherable once it’s compiled(?) into hex?
This ties into my second case, which is the bypass controller chip for VFE projects. I have a lot of VFE boards, but I really don’t like the method of switching between latching and momentary bypass. Having them be two separate modes is really inconvenient, and I much prefer the nice hold-for-momentary method that most other builders, including PedalPCB use, which allows for both momentary and latching operation without having to configure the pedal for one mode or the other. This uses a PIC12F509 instead of an Attiny chip, though the implementation of that isn’t really something I have a grasp on. Again, is it possible/feasible/worthwhile trying to alter the hex code to allow for a more user-friendly bypass experience? Or is there another feasible option for executing this?
Anyway, I’ll be in the corner until I hear from y'all. Thanks.