Search found 59476 matches
- Fri Oct 10, 2014 12:33 am
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
There are some problems though. - A random effect (e.g. arpeggiator or surf LFO) would not return the same sound as heard in the preview. - will the durations be handled correctly? For generate type plug-ins, yes the durations should be handled correctly. Unlike process and analyze plug-ins, the en...
- Fri Oct 10, 2014 12:15 am
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
Just to say, although there are limitations, I think that having Preview available (even if in the end is only for process type plug-ins) is a very welcome addition.
- Fri Oct 10, 2014 12:05 am
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
Actually, my last post was incorrect. That was from a test running an analyze type plug-in from the Nyquist Workbench. What I'm seeing when running an actual "Analyze" plug-in (from an installed script file) is that when clicking on Preview, it analayzes the preview mix, then plays the pre...
- Thu Oct 09, 2014 6:32 pm
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
I've updated the first post to say that "Analyze plug-ins would not normally have a Preview button." If an analyze plug-in is given a Preview button, but does not return audio (for example it returns text), then the result is a bit odd (but harmless). On clicking Preview, the mix of the fi...
- Thu Oct 09, 2014 5:16 pm
- Forum: Windows
- Topic: 2.0.6 bug (windows)
- Replies: 5
- Views: 787
Re: 2.0.6 bug (windows)
In "Edit > Preferences > Import/Export", which of the first two options is selected?
Does it make a difference which is selected?
Does it make a difference which is selected?
- Thu Oct 09, 2014 4:54 pm
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
So can that be generalised as "Preview should not be used on multiple tracks"? For "process" effects, it usually will not matter if one or multiple tracks are selected. In most cases, applying an effect to tracks individually will be the same as apply the effect to a mix. Howeve...
- Thu Oct 09, 2014 4:38 pm
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
OTOH I think Preview should be disabled for Analyze effects, if they are incapable of returning audio. Certainly a plug-in of any type that is incapable of returning audio should not have a preview button. For example, my "Quick Calculator" plug-in is defined as a "generate" plu...
- Thu Oct 09, 2014 4:05 pm
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
Plug-in writers need to exercise caution when adding a Preview button. For example, with this code: (if (not (boundp '*scratch*)) (progn (setf *scratch* 1) (osc 80 test)) (osc 70 test)) When this is run on multiple tracks, the first track gets a tone at MIDI note 80 and the rest get MIDI note 70. If...
- Thu Oct 09, 2014 3:58 pm
- Forum: Nyquist
- Topic: Preview button in Nyquist effects
- Replies: 21
- Views: 5116
Re: Preview button in Nyquist effects
I don't think that is supposed to happen. Looking at the code, I see that Leland has enabled it for all Nyquist plug-ins. I can see that being useful for some "generate" type plug-ins, but it should be noted that if multiple tracks are selected, the preview only generates one track. What ...
- Thu Oct 09, 2014 3:45 pm
- Forum: Nyquist
- Topic: Is Nyquist Prompt accessibility on Linux?
- Replies: 3
- Views: 1309
Re: Is Nyquist Prompt accessibility on Linux?
Not on Debian. I don't think it ever has.Robert J. H. wrote:Ctrl-Enter does not work?