Search found 59476 matches
- Sun Jun 09, 2013 12:50 pm
- Forum: Nyquist
- Topic: Control B dynamically updated by Control A input
- Replies: 2
- Views: 2044
Re: Control B dynamically updated by Control A input
The "value" of control B can be changed by control A, for example: ;control Aval "Control A" real "" 50 0 100 ;control Bval "Control B" real "" 50 0 100 (setq Bval (* (/ Aval 100.0) Bval))) but that will not be reflected in the interface. As Robert w...
- Sun Jun 09, 2013 3:05 am
- Forum: Windows
- Topic: Sound Quality Question
- Replies: 4
- Views: 502
Re: Sound Quality Question
Are you sure it is a "line" in and not a "mic" in?heavydude wrote:to the computer (line in)
- Sat Jun 08, 2013 5:25 pm
- Forum: Windows
- Topic: Aligning rhythm instruments with click track?
- Replies: 2
- Views: 802
Re: Aligning rhythm instruments with click track?
(And no I don't know what's going on with the DC offset.) Possibly nothing. Waveforms do not have to be symmetrical and bass notes often are not. If you use the DC offset correction option in the Normalize effect (with "Normalize To" de-selected) and the waveform is unchanged, then there ...
- Sat Jun 08, 2013 5:19 pm
- Forum: Nyquist
- Topic: accessing two tracks in Nyquist from Audacity
- Replies: 1
- Views: 1888
Re: accessing two tracks in Nyquist from Audacity
I know that I could create a single stereo track out of the two mono tracks, and then do (vector (aref s 0) (vector (aref s 1)), but perhaps there's an easier way? Audacity passes the audio from one track to Nyquist, then after Nyquist has returned a result (and not an error) Audacity passes the ne...
- Sat Jun 08, 2013 5:01 pm
- Forum: GNU/Linux
- Topic: Clipping without maximum audio level?
- Replies: 16
- Views: 15206
Re: Clipping without maximum audio level?
Perhaps a daft question, but I presume that you have the "Auto Level" control turned off?
- Sat Jun 08, 2013 2:09 pm
- Forum: GNU/Linux
- Topic: Resample flac bash script, need help?
- Replies: 20
- Views: 19072
Re: Resample flac bash script, need help?
My music is all under one main folder/directory called rock, then under rock I have folders named A all the way to Z then under those folders comes the artist e.g ACDC is under A folder and under each artist folder comes all their albums with each album in its own folder So the actual directory str...
- Sat Jun 08, 2013 12:42 pm
- Forum: GNU/Linux
- Topic: Resample flac bash script, need help?
- Replies: 20
- Views: 19072
Re: Resample flac bash script, need help?
But, doing it as you suggested would mean that I have to process albums one by one??? or am I misunderstanding something?? It depends how your library is organised. What I was suggesting was that you could process all of the files in one folder (directory) in one run. The code that I posted will pr...
- Sat Jun 08, 2013 10:09 am
- Forum: GNU/Linux
- Topic: Resample flac bash script, need help?
- Replies: 20
- Views: 19072
Re: Resample flac bash script, need help?
the only folder it makes is the "processed-files" folder in my home directory Yes, I had a look at recreating the original folder structure in a new location but I couldn't get it to work (I'm sure it's possible but I'm no scripting expert ;)) It would be easy to change the script so that...
- Sat Jun 08, 2013 9:31 am
- Forum: Windows
- Topic: Cutting down multiple audio files at the same time
- Replies: 4
- Views: 838
Re: Cutting down multiple audio files at the same time
The first 0.1 seconds, the last 0.1 seconds, the middle 0.1 seconds, or some other 0.1 seconds?razorconcepts wrote:I want to cut them all down to 0.1 seconds
- Sat Jun 08, 2013 9:28 am
- Forum: Windows
- Topic: Decrease amplitude
- Replies: 3
- Views: 995
Re: Decrease amplitude
If you want to reduce the level of an entire track, use the track Gain slider. http://manual.audacityteam.org/o/man/au ... .html#gain