Search found 1730 matches
- Thu Jan 09, 2014 6:49 pm
- Forum: Windows
- Topic: automated silence interval
- Replies: 10
- Views: 2353
Re: automated silence interval
Although Steve has already posted a functional snippet, Here is my version. You can set the hardness from smooth (sine tone) to hard (square). (Defun Pulse (snd) (Set 'PHASE (LOGXOR PHASE 180)) (Mult snd (Sum 0.5 (Clip (Scale (+ HARDNESS 0.5) (Osc (Hz-to-step (/ 0.5 DUR)) 1 *TABLE* PHASE)) 0.5)))) ;...
- Wed Jan 08, 2014 6:34 am
- Forum: Feature Request Archive
- Topic: Logarithmic Sliders
- Replies: 15
- Views: 4822
Re: Logarithmic Sliders
The gain slider is especially sensitive with the linear scale. Well, I don't actually use the slider but increase/decrease track gain instead. The one dB steps are much too much at a high level. You'll hear the steps in a real-time rendering. Whereas 1 dB is not enough at the bottom end of the scale...
- Tue Jan 07, 2014 8:17 pm
- Forum: Feature Request Archive
- Topic: Logarithmic Sliders
- Replies: 15
- Views: 4822
Re: Logarithmic Sliders
Do you mean for instance a slider that goes from -120 dB to 0 dB, with -12 dB exactly in the middle? This would be probably also be good for frequencies. Currently, 1/4 of the Nyquist frequency is in the middle (e.g. 11025 Hz at 44.1 kHz), hence, the most important region has only about a fifth of t...
- Mon Jan 06, 2014 5:33 pm
- Forum: Windows
- Topic: Why would I explicitly add a track?
- Replies: 5
- Views: 530
Re: Why would I explicitly add a track?
I actually only see two cases: A couple more cases: If you want to use "Regular Interval Labels" before you have recorded or imported anything, then you will need to create a track so that you can select the desired duration. If you want to generate a tone into an empty project with a sta...
- Mon Jan 06, 2014 7:34 am
- Forum: Windows
- Topic: Why would I explicitly add a track?
- Replies: 5
- Views: 530
Re: Why would I explicitly add a track?
why would I want to explicitly add one by selecting Tracks > Add New from the menu? There are many cases where a user might want to do so. I actually only see two cases: - An empty track to paste audio in it - An empty track to gather audio data (copy and paste) Everything else is easier done with ...
- Sun Jan 05, 2014 8:02 pm
- Forum: Windows
- Topic: Swap Left and Right (chanels) does not appear track dropdown
- Replies: 5
- Views: 1008
Re: Swap Left and Right (chanels) does not appear track drop
This feature is planned for the 2.0.6 version.
Steve has made a patch for this purpose.
Steve has made a patch for this purpose.
- Sat Jan 04, 2014 9:06 pm
- Forum: macOS
- Topic: Detecting the tuning frequency?
- Replies: 6
- Views: 5719
Re: Detecting the tuning frequency?
That's a very interesting application - the first one I've seen myself that attempts tonality detection. According to that page, a few applications like Audio Mixcraft 3 have licensed the app. How that? That's a rather common feature for all automatic transcription tools, e.g. Audio to Midi in Band...
- Sat Jan 04, 2014 3:41 am
- Forum: New Plug-Ins
- Topic: Arrange your tracks with 'Chain-it-up.ny'
- Replies: 22
- Views: 21397
Re: Arrange your tracks with 'Chain-it-up.ny'
This is an extremely helpful plug-in. It saves a lot of time when compiling a large number of tracks into one flowing audio presentation, be it a live concert or a radio show. That said, there are two issues which could be improved. The fact that the tracks are not actually aligned but Silence is a...
- Fri Jan 03, 2014 7:56 am
- Forum: Feature Request Archive
- Topic: New "Tools" Menu
- Replies: 16
- Views: 7190
Re: New "Tools" Menu
Update: Windows 7 & 8 have an integrated tool called "isoburn.exe". *.iso and *.img files can directly be burnt to CDR without GUI (switch /Q). However, it might be better to call the simple GUI because it lets you choose the CD-burner, reminds you to insert a blank CD and you can addi...
- Fri Jan 03, 2014 4:44 am
- Forum: Feature Request Archive
- Topic: New "Tools" Menu
- Replies: 16
- Views: 7190
Re: New "Tools" Menu
There's certainly a high demand for a simple CD-burner. Perhaps just a tool that produces a finished CD-image that can be burned afterwards e.g. sent to the favourite burner program or the operating system itself. That certainly sounds doable. Can Windows burn an audio CD from a CD image or are thi...