Search found 59476 matches

by steve
Wed Jan 09, 2019 8:40 am
Forum: New Plug-Ins
Topic: Grainimogrifier
Replies: 18
Views: 1826

Re: Grainimogrifier

Trebor wrote:
Wed Jan 09, 2019 8:34 am
[ I didn't realize how difficult it would be to reverse the grains.]
Grains are short? viewtopic.php?p=361597#p361597
by steve
Wed Jan 09, 2019 3:01 am
Forum: New Plug-Ins
Topic: Grainimogrifier
Replies: 18
Views: 1826

Re: Grainimogrifier

dem wrote:
Wed Jan 09, 2019 2:19 am
Arrays are really slow,
Arrays shouldn't be too slow for reasonably short selections. What durations are you thinking of?
by steve
Wed Jan 09, 2019 2:29 am
Forum: Windows
Topic: trying to export midi and other files
Replies: 4
Views: 910

Re: trying to export midi and other files

Are you saying that Audcaity is incapable of combining the two files in a single export? That's all I want to know. To combine the MIDI and audio in one single exported file, you have to record the MIDI playback. When you listen to MIDI, you are not actually hearing the "MIDI". MIDI is ju...
by steve
Tue Jan 08, 2019 10:35 pm
Forum: Windows
Topic: Sound shift
Replies: 7
Views: 198

Re: Sound shift

Assuming that you are working with mono tracks, this should work - it can be applied using the Nyquist Prompt : (setf spacing 2.0) ;Length in seconds of each pair of sounds (setf sq (osc-pulse (/ spacing) 0)) (setf start spacing) (setf end (get '*selection* 'end)) (let ((call (mult *track* (s-max (m...
by steve
Tue Jan 08, 2019 9:53 pm
Forum: Windows
Topic: Strange noise! [SOLVED]
Replies: 6
Views: 180

Re: Strange noise!

wisemanner wrote:
Tue Jan 08, 2019 7:05 pm
A.wav
That sounds bad. Could be a component breaking down.

The recommended way to record sounds playing on the computer is, as DVDdoug suggested, using "WASAPI loopback". Give that a go and let us know how you get on.
by steve
Tue Jan 08, 2019 6:38 pm
Forum: Windows
Topic: Strange noise! [SOLVED]
Replies: 6
Views: 180

Re: Strange noise!

See here for how to attach files to forum posts: viewtopic.php?f=49&t=64936
wisemanner wrote:
Tue Jan 08, 2019 6:25 pm
I began to get some odd noise coming from somewhere (see screenshot)
A short audio sample (5 or 6 seconds) in WAV format would be more useful for diagnosis than a screenshot.
by steve
Tue Jan 08, 2019 5:22 pm
Forum: macOS
Topic: How Do I Set A Default WAV Export Option?
Replies: 1
Views: 146

Re: How Do I Set A Default WAV Export Option?

"File menu > Export > Export Audio..." (not "Export as Wav")
This will default to the last used settings.
by steve
Tue Jan 08, 2019 4:31 pm
Forum: Windows
Topic: Plugin to "inject silence" in existing quiet gaps in an audio track?
Replies: 3
Views: 149

Re: Plugin to "inject silence" in existing quiet gaps in an audio track?

boonman wrote:
Tue Jan 08, 2019 4:26 pm
does this plugin inject silence in the middle of the track?

I want to do this https://i.imgur.com/nK8DcY7.jpg
Oops, when I first read your post the image did not appear.
Scratch my previous reply and try this one: viewtopic.php?p=247774#p247774
by steve
Tue Jan 08, 2019 4:27 pm
Forum: Windows
Topic: How to Insert Song Breaks on One File
Replies: 3
Views: 94

Re: How to Insert Song Breaks on One File

As far as I'm aware there is no "standard" way to insert song breaks into a single MP3 file, though there are some non-standard ways that work on some media players (try searching on-line for "chapter markers" or "MP3 chapter splitter" or "iTunes chapters"). O...