Advertisement

Results for "Author: salvador"

2002ASP #2971
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

2002ASP #2972
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

2002C #11575
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

2002C #11576
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

2002VB #20179
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

2002VB #20180
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

ASP_Volume2 #37875
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

ASP_Volume2 #39030
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

ASP_Volume3 #48741
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

ASP_Volume3 #48742
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

C_Volume2 #78937
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

C_Volume2 #80092
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

Java_Volume1 #97481
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

Java_Volume1 #98636
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

1_2002 #106933
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

1_2002 #106934
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

2_2002-2004 #124628
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

2_2002-2004 #125783
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

3_2004-2005 #143172
MiFFT

An oscilloscope and Audio Spectrum "Viewer" with an hyper piano to help interpret the output. I've been trying to understand the output of the Fast Fourier Transform for a proyect I'm working on in which I plan to use the dominant frequency to associate sound with color in an analogic way (low frequency colors with low frequency sounds, etc.) I made this example, based on Murphy McCauley's Deeth Spectrum Analyzer v1.0 changing only the portions of code that I needed for my purpouses. (By the way, someone uploaded the original program some months ago, changing only the name of the author). The program is oriented to help understand how digital audio is recorded and how you can use it for an aplication (your own CD or MP3 player) using the FFT. The program will graph only de peak frequency (the loudest) in each sample of 1024 (every 0.0232 sec.) drawing lines in the position given by that frequency, using some tricks to be able to represent 22,050 positions in a 512 width picturebox. Hope you like the result and find the code useful.

3_2004-2005 #144327
LibraMem

This program reclaims the RAM that windows fail to release. There are many shareware and freeware versions, but I decided to make my own ( a couple of years ago) . It had a lot of other functions but decided to make it more compact to avoid the use of many activex (I had that fever then). The program shows a little pie graph which gives you the percentage of free, code and used memory (allocated, in use or not), so you can monitor ram and get an idea of the amount of memory that use the code of all the active tasks in your computer ( I haven't found yet the way to know how much ram is allocated by them... if any one knows ... help) Also you can see which programs are active by right clicking the label that says how many are using ram. The program will release some memory automatically if you have less than 10% free. If it detects mouse inactivity for 5 minutes it will release almost a 70% (something that takes some time and almost freezes other apps.). It uses CCRPPROGRESSBAR.OCX which you can download from http://www.mvps.org/ccrp/index.html or you can change the code that refers to it. Hope you like it.

Languages
Top Categories
Global Discovery