Search found 59476 matches
- Tue Mar 06, 2018 8:55 am
- Forum: Windows
- Topic: copyright music for utube & facebook etc
- Replies: 3
- Views: 574
Re: copyright music for utube & facebook etc
how can I attach a copyright protected song to my go pro video for facebook or utube ??? You mean a song where you own the copyright? There are two concepts here: 1) Copyright 2) Protected Copyright is automatic. As soon as you create a song, if it is "original", you are covered by laws p...
- Tue Mar 06, 2018 12:52 am
- Forum: Adding Features to Audacity
- Topic: A Chain Toolbar
- Replies: 1
- Views: 503
Re: A Chain Toolbar
Chains are getting some attention at the moment, and there's a lot of new stuff concerning "scripting" that will appear over the next few releases.
- Sun Mar 04, 2018 9:02 pm
- Forum: Nyquist
- Topic: Help for simply copy paste a selection.
- Replies: 16
- Views: 2854
Re: Help for simply copy paste a selection.
Change that to:haute wrote:Code: Select all
;version 1
Code: Select all
;version 4- Sun Mar 04, 2018 8:24 pm
- Forum: Nyquist
- Topic: Help for simply copy paste a selection.
- Replies: 16
- Views: 2854
Re: Help for simply copy paste a selection.
Are you using the current version of Audacity? The current version is 2.2.2 If you're using an older version, get the current version from here: https://www.audacityteam.org/download/ Also, ensure that the "Use legacy (version 3) syntax" option is not selected in the Nyquist Prompt (that's...
- Sun Mar 04, 2018 6:37 pm
- Forum: Nyquist
- Topic: Help for simply copy paste a selection.
- Replies: 16
- Views: 2854
Re: Help for simply copy paste a selection.
To check if *scratch* is bound to a value or not, enter this in the Nyquist Prompt and click the Debug button: (print *scratch*) If *scratch* is bound to a sound, even a Null sound, the debug window will show something like: #<Sound: #373b2e0> If *scratch* is not bound to any value, the debug window...
- Sun Mar 04, 2018 6:08 pm
- Forum: Nyquist
- Topic: Help for simply copy paste a selection.
- Replies: 16
- Views: 2854
Re: Help for simply copy paste a selection.
With any kind of programming, you have to be very precise.haute wrote:I have tried before to clean the variable scratch * with (setf * scratch * '* unbound *) but it still does not work.
It is not:
Code: Select all
* scratch *Code: Select all
*scratch*Code: Select all
'*unbound*- Sun Mar 04, 2018 4:03 pm
- Forum: Nyquist
- Topic: Help for simply copy paste a selection.
- Replies: 16
- Views: 2854
Re: Help for simply copy paste a selection.
It is possible to make a Nyquist plug-in to copy and paste from one track to the next, but it is quite tricky because Nyquist plug-ins process tracks sequentially and Lisp variables are reset when processing a track is complete. This means that the copied region must be stored somewhere that can sur...
- Sun Mar 04, 2018 3:23 pm
- Forum: Audacity Artwork and Graphics
- Topic: 3D Spectrogram
- Replies: 24
- Views: 6349
Re: 3D Spectrogram
The "experimental" feature that I was thinking of is the new "scripting interface". To use this, the optional module "mod-script-pipe" is required, which must be built on the same day as the Audacity application. There are some potential security issues if running mod-s...
- Sun Mar 04, 2018 2:22 pm
- Forum: macOS
- Topic: PLEASE please please help me- did I lose everything?
- Replies: 4
- Views: 386
Re: PLEASE please please help me- did I lose everything?
If you are using Audacity 2.2.1, please stop using it and update to Audacity 2.2.2 asap. There is a critical bug in 2.2.1 as described here: viewtopic.php?f=47&t=99026
- Sun Mar 04, 2018 2:18 pm
- Forum: General Audio Programming
- Topic: can anyone enhance the spectrogram to 3D
- Replies: 4
- Views: 2359
Re: can anyone enhance the spectrogram to 3D
You may be interested in this topic that by unbelievable coincidence has just come in: viewtopic.php?p=343589#p343589