Fixed a bug where note B# wasn't quantising.
by robgmsn 7 years 6 months
a74c1dc1
Experimental Code
by robgmsn 7 years 10 months
Experimental Code

Two modes: 1) Quantised and 0) UnQuantised.
In Quantised, the note that is coming out of CV Out is accented.
In UnQuatised mode, CV In goes straight through to CV Out, with the LEDs lighting to show the level if CV In.

If any LEDs are pressed, the module is in Quantised mode. With all LEDs out, it's in UnQuantised mode.
c3b1401c
Updated the gateOn() interrupt routine.
by robgmsn 7 years 10 months
Updated the gateOn() interrupt routine.

Fixed an issue where the envelope wasn't re-triggering properly in the Release or Attack phases.
b891c910
Added enVal = 0 back in to trigger interrupt
by robgmsn 7 years 10 months
73bb88ab
Removed reset to zero on trigger interrupt
by robgmsn 7 years 10 months
Removed reset to zero on trigger interrupt

Envelope was just reseting to zero instead of retriggering so removed reset to zero on trigger interrupt.
5fbf75d5
Update README
by robgmsn 7 years 10 months
23286954
Update GMSN_ADSR_Code_20170915.ino
by robgmsn 7 years 10 months
6147c54c
Complete rewrite of the code.
by robgmsn 7 years 10 months
Complete rewrite of the code.

Fixed all the values. Whole thing works far better now.
5e284e54
Rename puremodular/pureSequencer/mux.ino to puremo...
by robgmsn 7 years 10 months
Rename puremodular/pureSequencer/mux.ino to puremodular/pureSequencer/Pure_Seq_SMD_001/mux.ino
86c1e22a
Rename puremodular/pureSequencer/fscale.ino to pur...
by robgmsn 7 years 10 months
Rename puremodular/pureSequencer/fscale.ino to puremodular/pureSequencer/Pure_Seq_SMD_001/fscale.ino
55d2acba
Report a bug