Search found 36 matches

by djmalan
Wed Sep 02, 2009 10:22 am
Forum: FV-1 software questions
Topic: POT skip routines
Replies: 4
Views: 6556

POT skip routines

Hi, I think ,I can not understand well the subject of pot skip routines . Could anyone give an any example project for this subject (like using in a real program code).Especially I tried to use it for different delay ram and different wlds instruction for pitch shift,like selectable memory with pot(...
by djmalan
Tue Sep 01, 2009 5:36 am
Forum: FV-1 software questions
Topic: Copy protection of external ROM?
Replies: 2
Views: 7803

I didn't tried but as an idea;use Pic16f877a for progam changing,for display and for eeprom. :)
by djmalan
Mon Aug 17, 2009 4:22 pm
Forum: FV-1 software questions
Topic: after fixed semitone fine tuning with pot value
Replies: 3
Views: 5339

I want to say wldr at the beginning of program like this; wldr RMP0,16384,4096 ; this is for 12 semitone up wldr RMP1,-8192,4096 ; this is for 12 semitone down than at the end rdax pot0,1.0 sof value,-value ;control ranges a little (fine tuning)(this is for between 12 and 13 semitone up may be like ...
by djmalan
Mon Aug 17, 2009 7:11 am
Forum: FV-1 software questions
Topic: after fixed semitone fine tuning with pot value
Replies: 3
Views: 5339

after fixed semitone fine tuning with pot value

I try to use pot value like fine tuning after the fixed semitones.Like using program changes up or down to a fixed value
wldr RMP0,16384,4096
wldr RMP1,-8192,4096
than vary the pitch with the pot till to the next value like fine pitch.Is it possible?
by djmalan
Fri Apr 03, 2009 8:04 am
Forum: FV-1 software questions
Topic: calculation for semitone
Replies: 3
Views: 7231

Maths

Hi ,Me again.Thanks for the information.But there is one problem for me.I dont know How to calculate the 2^N . for 1 octave its too easy 2^1 =2, but for 5/12 octave 2^5/12 or for 7/12 octave or for 11/12 octave.My math knowledge is not enough also I could find nothing about these kind of examples at...
by djmalan
Tue Mar 10, 2009 2:43 pm
Forum: FV-1 software questions
Topic: calculation for semitone
Replies: 3
Views: 7231

calculation for semitone

Does anyoıne knows how to calculate the semitones value for pitch chance ,I multiplied the the pots value by 2 from the main program (main program is for 4 semitones originally) to get 8 semitones the value of the pitch width is increased but I got different pitch change .I try to make vocader, with...