Search found 13 matches
- Thu Mar 26, 2009 3:00 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
i want to envelope the wave.. and calculate using the previous code with the help of pwl.. or i say.. everytime i click the plug-in the audacity automatically highlight the wave track as show in the figure i have to set my time where do i start and where do i end then calculate breakpoints... anothe...
- Wed Mar 25, 2009 12:30 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
how the extensive is the envelope tool in audacity? i would like to add a code /function to envelope the sound wave without highlighting or user intervention http://i174.photobucket.com/albums/w117/wurstkast/1.png analyzing from initial time to last time refer to the picture above, at 9sec is the in...
- Thu Mar 12, 2009 2:44 am
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
im sorry i ask too much question but i do really like to know & learn at the same time more about music synthesize (setq note (scale amp (highpass8 (lowpass8 note freq) freq))))) the above code,in layman's term, means that this code will divide the pizza into 8 parts ? i think (snd-max(findnote s 44...
- Tue Mar 03, 2009 2:16 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
how do i interpret each line?? correct me if im wrong.. pls help me deduce this code (defun findnote (note freq q amp) above line is to declare findnote as a function call where it has a instance variable of note , freq, q, & amp (dotimes (n q note) dotimes is to iterate "q" in n times of a note, n ...
- Mon Feb 23, 2009 1:51 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
I would probably be better to use FFT, but the mathematics of that are beyond me
i have a FFT diagram based on VB code.. manual user input only.. if you have any use of it , tell me.
for now, i should try your code and study it.. really big thx
- Sat Feb 21, 2009 11:31 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
Eureka.. plot spectrum really defines my problem. You want a plug-in that will do the following? Record a note from your guitar. Run the plug-in and if it is an "A" then it will output that it is an "A". If it is another note, then it will output what note it is. a really big YES.. :D is audacity pl...
- Fri Feb 20, 2009 10:47 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
im sorry i didnt fully specify what i want.. fork tuning displays frequency or MIDI from a user input..if i set 440Hz then it generate its corresponding tone heres the code (by david R sky) ;nyquist plug-in ;version 1 ;type generate ;name "Tuning Fork..." ;action "Generating tone..." ;info "by David...
- Thu Feb 19, 2009 3:04 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
@sir steve is it possible to extract frequency as output in Audacity from an input source of Electric guitar (time basis = non real-time)?... imagine, when the user tune his/her guitar electronically.. so my basis would be in frequency at least the scope at most to standard tuning.. if ever possible...
- Mon Jan 26, 2009 12:40 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
@steve
do you have any source code available of any feature from lower version say Audacity 1.3.2 which is now available in latest version(audacity 1.3.6)
id really appreciate if you can help me with it to serve as my basis in programming. pls pls pls..
do you have any source code available of any feature from lower version say Audacity 1.3.2 which is now available in latest version(audacity 1.3.6)
id really appreciate if you can help me with it to serve as my basis in programming. pls pls pls..
- Mon Jan 12, 2009 6:38 pm
- Forum: General Audio Programming
- Topic: Chord generator
- Replies: 25
- Views: 12817
Re: add a feature (chord generator)
(play a note of "C" and have Audacity produce an "E" and an "G" above it to generate a chord) some musicians (talented you say) as they hear a piece of song they can pick out what chord used out of that song. A qualitative attributes of a person into quantitative by using a software. hehe too bad i...