Search found 1327 matches
- Thu Apr 07, 2016 3:50 pm
- Forum: Feature Request Archive
- Topic: Disable Gain and Pan sliders
- Replies: 17
- Views: 3505
Re: A feature I would like........
Something like this: prefs.png in Preferences above you set how the control appears when a track is created (the knob is either disabled or enabled * ) per track.png after a track is created you use its drop-down menu to manage the knobs individually on a per-track basis. I suspect that this code is...
- Wed Apr 06, 2016 9:36 pm
- Forum: Windows
- Topic: Education use
- Replies: 2
- Views: 257
Re: Education use
The simple answer is yes, but the devil is in the details. Since it is very rare to have two microphone inputs built into a computer you will probably need some hardware to accomplish this. Given that a decent XLR->USB adapter (plug any XLR microphone into any USB port on your computer) costs about ...
- Wed Apr 06, 2016 5:59 pm
- Forum: General Audio Programming
- Topic: Command-line subliminal messaging
- Replies: 6
- Views: 2638
Re: Command-line subliminal messaging
I was able to get the time line increase until the end of the month, and also may have someone to compile the Linux version? How is jury duty going? Let me know if this will work? I am subject to being selected to a jury up until the afternoon of 15 April and, if selected, would be tied up until th...
- Thu Mar 31, 2016 3:19 pm
- Forum: General Audio Programming
- Topic: Command-line subliminal messaging
- Replies: 6
- Views: 2638
Re: Command-line subliminal messaging
I was willing to take this project on for George but am facing jury duty which might preclude me from finishing the project in a timely manner. We have exchanged a couple of emails and he is welcome to share anything I say/said via email with anyone, either here on the open forum or in some private ...
- Wed Mar 16, 2016 3:39 pm
- Forum: Feature Request Archive
- Topic: Recent file Menu enhancement
- Replies: 24
- Views: 2140
Re: Recent file Menu enhancement
We can vote on that. Split Recent Files into Audio Files and Projects. +2 (Steve's vote and mine). Add exports to the Audio Files list. +2 (Steve's vote and mine). I am in favor of both. Years ago I offered a patch which prepended a number to each file name in the Recent list; this allows hands-fre...
- Mon Jan 18, 2016 3:35 pm
- Forum: Feature Request Archive
- Topic: Move some export preferences into export interface
- Replies: 51
- Views: 5108
Re: Move some export preferences into export interface
Does the switch to wxWidgets 3.0 give us sufficiently robust, cross-platform, file requesters to allow for adding these widgets? I dug into the wxWidgets 3.0 documentation and find that the Mac version of its file dialog does not allow adding widgets. See: http://docs.wxwidgets.org/trunk/classwx_fi...
- Sun Jan 17, 2016 3:33 pm
- Forum: Feature Request Archive
- Topic: Move some export preferences into export interface
- Replies: 51
- Views: 5108
Re: Move some export preferences into export interface
Does the switch to wxWidgets 3.0 give us sufficiently robust, cross-platform, file requesters to allow for adding these widgets? Obviously, the Export Multiple dialogue can have these added easily. I am +1 for the concept.
- Thu Jan 14, 2016 9:23 pm
- Forum: Feature Request Archive
- Topic: Mark Silence effect as C++ code
- Replies: 12
- Views: 1598
Re: Mark Silence effect as C++ code
Ed, what do you want me to do with this "Feature Request"? Peter. I think we can safely forget it. It is faster (~10X my machine) and handles extremely long tracks and i now have it working extremely well. the posted code has some problems which i have fixed but did not bother to post the updates. ...
- Mon Dec 14, 2015 12:40 am
- Forum: Feature Request Archive
- Topic: Mark Silence effect as C++ code
- Replies: 12
- Views: 1598
Re: Mark Silence effect as C++ code
I have found one bug in the way Preferences are handled, identified two algorithm enhancements and one new feature. It might be a few days before I can post the code.
- Sat Dec 12, 2015 8:47 pm
- Forum: Feature Request Archive
- Topic: Mark Silence effect as C++ code
- Replies: 12
- Views: 1598
Re: Mark Silence effect as C++ code
Nyquist's effects are slow and severely limited by selection length; Rather a sweeping statement ;) I defer to Steve's expertise but, given the exact same coding paradigm (e.g. allocate some RAM, read samples from the track and write them into an array, single step from the beginning of the array t...