Search found 7 matches

by johnott0010
Wed Apr 15, 2020 8:52 am
Forum: FV-1 hardware questions
Topic: Program Selection Options
Replies: 3
Views: 7341

Re: Program Selection Options

Thanks for the response. That's exactly what I was looking for. I think the most "elegant" would be to use the PIC and then I can use that for relay bypass as well. Any suggestions on which PIC you're using and are you using an official Microchip programmer or one of the cheaper knock offs?
by johnott0010
Tue Apr 14, 2020 8:05 pm
Forum: FV-1 hardware questions
Topic: Program Selection Options
Replies: 3
Views: 7341

Program Selection Options

Hey Everyone, I've seen some posts on here regarding program selection (S0, S1, S2). I know the Arachnid uses that plastic rotary switch and the FV-1 Dev Board uses a rotary encoder. I have a bunch of questions regarding those inputs because I would like to implement a different solution. I'm trying...
by johnott0010
Wed Oct 09, 2019 5:30 am
Forum: Algorithm development
Topic: Delay Access and Modulated Delays
Replies: 5
Views: 9172

Re: Delay Access and Modulated Delays

Oh ok that seems simple enough.

I’ve read this thread before, but when I looked at that piece of code I thought that the delay signal was getting modulated as opposed to modulating the delay time. I’ll try this out and see if it is what I’m working towards.

Thank you
by johnott0010
Tue Oct 08, 2019 3:46 pm
Forum: Algorithm development
Topic: Delay Access and Modulated Delays
Replies: 5
Views: 9172

Re: Delay Access and Modulated Delays

; Attempt 1, This Doesn't Seem to Be Working, But I feel like its on the "More" right path than Attempt 2 (below) equ input reg0 equ dSignal reg1 equ dAddr reg2 equ temp reg3 equ pot0fil reg4 ; set up LFO at 0.2Hz skp run, 1 wlds sin0, 1, 100 ; pot0 is delay time clr rdax pot0, 1 and %0111...
by johnott0010
Tue Oct 08, 2019 10:51 am
Forum: Algorithm development
Topic: Delay Access and Modulated Delays
Replies: 5
Views: 9172

Delay Access and Modulated Delays

First off, I would like to start by saying I’ve read through application note 1001, and the other modulated delay threads on this forum as well as most of the other resources I’m having a hard time figuring out memory access, LFOs, and in particular demystifying the cho instruction. I’ve read the re...
by johnott0010
Tue Sep 10, 2019 8:18 pm
Forum: Algorithm development
Topic: Delay Time with POT
Replies: 2
Views: 7228

Re: Delay Time with POT

Thank you very much.
by johnott0010
Fri Aug 30, 2019 7:03 pm
Forum: Algorithm development
Topic: Delay Time with POT
Replies: 2
Views: 7228

Delay Time with POT

Can someone walk me through how to obtain the desired delay time? I've read on the website and through the forums but I for whatever reason can't get mine working correctly. I'm new to SpinAsm so I'm just trying for a simple delay right now. I'm getting the delay, however, the timing and the potenti...