Search found 33 matches

by jovesdies
Wed Aug 28, 2019 7:14 am
Forum: Algorithm development
Topic: cabinet simulator
Replies: 0
Views: 29204

cabinet simulator

Hi, here's my first try with cabinet simulator. Some filters and a "room mic". I've attached an mp3 at Holy City Audio Forum. (dry, cab with controls at noon, cab with pot0 at max and cab with "room mic" at max) ; cabinet simulator.spcd ; Patch saved from SpinCAD Designer version...
by jovesdies
Thu Apr 24, 2014 12:23 am
Forum: Algorithm development
Topic: infinite FREEZE reverb
Replies: 7
Views: 12806

I've understood the subtract action but I thought that "masking" was necessary .... thanks anyway ...
by jovesdies
Wed Apr 23, 2014 5:52 am
Forum: Algorithm development
Topic: infinite FREEZE reverb
Replies: 7
Views: 12806

Ok, but the instruction : and %01100000_00000000_00000000
leaves 4 possibilities.
How do I change it ? : and %01111000_00000000_00000000
this leaves me 16 possibilities isn't it ?
by jovesdies
Fri Apr 18, 2014 3:38 pm
Forum: Algorithm development
Topic: infinite FREEZE reverb
Replies: 7
Views: 12806

OK,
I've made this using the infinite reverb program :

https://www.youtube.com/watch?v=uDttB9gZ-xs

Now the question : I want to select semitones (12 semitones) with pitch pots. This is possible with pot skip routine but.... how can I write it ?
by jovesdies
Sat Feb 22, 2014 8:36 am
Forum: FV-1 software questions
Topic: pot values
Replies: 3
Views: 7234

YESSSS ! Thanks a LOT !!!!
by jovesdies
Thu Feb 20, 2014 8:11 am
Forum: FV-1 software questions
Topic: pot values
Replies: 3
Views: 7234

pot values

Is it possible to give a pot a similar way to move ?

Image
by jovesdies
Thu Feb 13, 2014 12:42 am
Forum: Algorithm development
Topic: Whammy
Replies: 14
Views: 27258

Hi,
I've tried with 1024 delay memory and it works very well.
A cool feature would be to bypass the whammy when pot0 is in zero position.
Is a code like this ok ?

skp zro, BYPS

....


BYPS

rdax adcl, 1
wrax dacl, 0
by jovesdies
Thu Feb 13, 2014 12:37 am
Forum: Algorithm development
Topic: infinite FREEZE reverb
Replies: 7
Views: 12806

Ok, thanks !

To use a switch I've made this connection :

+3,3V(pin1switch)----10K----POT0(center pin switch)-----10K----GND(pin3switch)

In this way pot0 is connected to GND when depressed and to 3,3V when pressed. A very raw method but it works.[/img]
by jovesdies
Wed Feb 12, 2014 3:40 am
Forum: Algorithm development
Topic: infinite FREEZE reverb
Replies: 7
Views: 12806

infinite FREEZE reverb

There is a very good freeze infinite reverb in free DSP program section (the reverb+pitch-LP program written by DAVE SPINKLER). A simple 2 position momentary switch (center pin POT0 , the others two pins goes to ground and 3,3v) can be used to obtain the freeze effect. A simple question : when I rel...
by jovesdies
Mon Sep 23, 2013 5:07 am
Forum: FV-1 software questions
Topic: hall reverb distortion
Replies: 3
Views: 6855

The clip led turns on only if I hit hard the strings near the pickup with all my fingers.
by jovesdies
Sun Sep 22, 2013 2:34 am
Forum: FV-1 software questions
Topic: hall reverb distortion
Replies: 3
Views: 6855

hall reverb distortion

Hi, I've built a simple guitar reverb pedal using hall reverb program. It's sounds good but I've noticed that when I pick hard on strings (with high values of reverb time) there is a cracking noise on the high frequency (llike a sssshhhh) on the reverb part only (not the dry signal). The schematic i...
by jovesdies
Tue Apr 16, 2013 12:22 am
Forum: FV-1 hardware questions
Topic: 24LC32 different types
Replies: 1
Views: 5813

24LC32 different types

Hi, is it possible to use a SOT-23 package for 24LC32 eeprom ?
Something like this one : http://it.mouser.com/ProductDetail/Micr ... E9ANLEk%3d

Mike.
by jovesdies
Tue Oct 30, 2012 2:53 am
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 942632

Can you post the code for POT + TAP control ?
by jovesdies
Thu Jun 30, 2011 12:13 pm
Forum: Algorithm development
Topic: simple 2 effects delay on right, reverb on left
Replies: 6
Views: 9103

Here's another program. This time I am started with 2 different programs (a basic reverb and a delay) join together. The problem now is that delay feedback doesn't work .... mmh.... Here's the program : ;pot0 = feedback ;pot1 = Delay time ;pot2 = reverb time mem delay 20000 ap1 mem 334 ap2 mem 556 a...
by jovesdies
Thu Jun 30, 2011 5:19 am
Forum: Algorithm development
Topic: simple 2 effects delay on right, reverb on left
Replies: 6
Views: 9103

Ok. I've changed the preogram to control reverb time. I still have a problem: the delay feedback control the reverb too. How can I separate reverb and delay ? Thanks. ;ECHO+REVERB. ;Pot0 = delay 100-500ms. ;Pot1 = repeat ;Pot2 = reverb time mem del 22938 mem ap1 123 mem ap2 245 mem ap3 625 mem ap4 8...