Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I2C destination setup options
#1
Could options to output cv values with no slew plus a trigger or gate be added to the I2C destination setup list?

Currently we have:
A/B-SC.CV → SC.CV command sets the CV Value of the port (with slew). 
A/B-SC.CVGA → SC.CV command sets the CV Value of the port (with slew) plus the Gate On/Off (SC.TR) of the same port.. 
A/B-SC.CVTR → SC.CV command sets the CV Value of the port (with slew) plus a Trigger (SC.PULSE) of the same port.. 
A/B-SC.CVSE → SC.CV.SET command sets the CV Value of the port (without slew) 
A/B-SC.CVSL → SC.CV.SLEW command sets the Slew for the port 
A/B-SC.TR → SC.TR Sets only the Gate of the port on a Note on, and a gate off on note off.

For context, I'm using I2C to trigger sample slices on an ER-301 for live performance.  A/B-SC.CVGA or A/B-SC.CVTR almost works for what I'm trying to do but the slew makes it too slow to reach the exact value I am trying to trigger and the result sounds random most of the time.  So right now my workaround is to use A/B-SC.CVSE on one channel for the cv and A/B-SC.TR on another channel for the triggers, but that is clunky in a live sequencing context.

So something like this would be perfect:
A/B-SC.CVNG → SC.CV command sets the CV Value of the port (no slew) plus the Gate On/Off (SC.TR) of the same port.. 
A/B-SC.CVNT → SC.CV command sets the CV Value of the port (no slew) plus a Trigger (SC.PULSE) of the same port.. 

Thank you!
Reply
#2
Any good instructions or tutorials on how to send triggers and cv from nerdseq to er301, or anything else? I literally can't get anything out of it and feel stuck, i2c is not really user friendly. thanks
Reply
#3
(05-31-2024, 07:30 PM)klaxzy Wrote: Any good instructions or tutorials on how to send triggers and cv from nerdseq to er301, or anything else? I literally can't get anything out of it and feel stuck, i2c is not really user friendly. thanks

You've got to make sure of a few things. Ill be try to be thorough, sorry if that's annoying.  

1.  Make sure you've connected it right. Depending on which revision of the ER-301 you have, you might need to do a bit of soldering. 
    - If you have Rev7, See this: https://docs.orthogonaldevices.com/er-30...7/i2c.html

2. In the Nseq. There is a page under PROJECT called "Midi / i2c Setup"
- Under I2C Settings: Make sure that whichever port (A or B) you've set the ER-301 up with is set to "Out"
- I2C (A/B) MODE : OUT

3. Set up a track for i2c/multi, and set up a some of the Destinations to (A-B) SC.CVGA - A:31 - P1 (for example)

4. Check in your ER-301's Admin Tab for a section called "Package Manager".
- Check to see if you have "teletype" installed. If so go to its config
-Verify that it is enabled and that the Address is set to 0x31. You can use 32 or 33 as well, just make sure to set that up with your Nseq too. 

5. Make a quick instrument like a varispeed, load up a sample, and put a "SC.CV" Unit into the V/oct And a "SC.TR" into the gate.
- Be sure the Ports match the port setup in the Nseq (the P1).
-SC.CVGA will let you use both CV and Gate in one channel, it's very useful. 


Hope this helps! i2c is definitely not user friendly. It's really the engineer's play thing, and for musicians it can be a spider's web.
Reply
#4
Thumbs Up 
(06-14-2024, 08:38 PM)Zosimos Wrote:
(05-31-2024, 07:30 PM)klaxzy Wrote: Any good instructions or tutorials on how to send triggers and cv from nerdseq to er301, or anything else? I literally can't get anything out of it and feel stuck, i2c is not really user friendly. thanks

You've got to make sure of a few things. Ill be try to be thorough, sorry if that's annoying.  

1.  Make sure you've connected it right. Depending on which revision of the ER-301 you have, you might need to do a bit of soldering. 
    - If you have Rev7, See this: https://docs.orthogonaldevices.com/er-30...7/i2c.html

2. In the Nseq. There is a page under PROJECT called "Midi / i2c Setup"
- Under I2C Settings: Make sure that whichever port (A or B) you've set the ER-301 up with is set to "Out"
- I2C (A/B) MODE : OUT

3. Set up a track for i2c/multi, and set up a some of the Destinations to (A-B) SC.CVGA - A:31 - P1 (for example)

4. Check in your ER-301's Admin Tab for a section called "Package Manager".
- Check to see if you have "teletype" installed. If so go to its config
-Verify that it is enabled and that the Address is set to 0x31. You can use 32 or 33 as well, just make sure to set that up with your Nseq too. 

5. Make a quick instrument like a varispeed, load up a sample, and put a "SC.CV" Unit into the V/oct And a "SC.TR" into the gate.
- Be sure the Ports match the port setup in the Nseq (the P1).
-SC.CVGA will let you use both CV and Gate in one channel, it's very useful. 


Hope this helps! i2c is definitely not user friendly. It's really the engineer's play thing, and for musicians it can be a spider's web.

wow, amazing! - I2C (A/B) MODE : OUT was the part I was missing. Thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)