Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
1
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by regor -
@pqyt
Do you plan to add some kind of handle / handle list support?
I don't see the connection with fb2K. Which feature are you referring to? I'm working on adding library support now.
On SMP/JSP you can manipulate handle lists, as far as I have seen there is nothing for that here.

You have callbacks and TF but they simply evaluate or pass hard-coded handles (now playing, etc.) or file paths. The selection methods for ex. just report indexes and file paths.

So that's why I ask about it, if you plan to implement handle lists, retrieving library items, etc. as objects, not only file paths.

Not that I'm requesting it, just asking if it's planned, . If someone expects to do anything more than simple UI elements, they will be needed. Creating something like Library Tree (SMP) for webview would be a nightmare or just impossible without a full handle/handle list implementation. I don't really think forcing to work with track paths for all methods is the way to go. But obviously it all depends on the scope you want for the component.

Quote
However, let me say that when you make such a significant change, you also give an indication for those who then use the plugin.
I would say a version number including ALPHA or below v1.0.0 or several lines about breaking changes is indication enough, and it's a pretty reasonable assumption that people who write scripts should know what they are doing and understand those points.
3
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by ApacheReal -
I also solved it in my modules thanks to yeyo's FUNDAMENTAL indication.

However, let me say that when you make such a significant change, you also give an indication for those who then use the plugin.

Now I'm going to rearrange quite a few modules with Refresh() practically everywhere.
4
General Audio / Re: Unusual sampling rates
Last post by Klymins -
I still find the frequency response of linear interpolation much more natural than the one of sinc interpolation. However, I want to try the pre-emphasis which flattens the frequency response as I wonder what does it sound like, therefore you reminded me to start a topic about that (topic#127058)
Attached an extension of my experiment above (blue, was curious myself). Et voila, you've added a much more natural IIR oscillating filter.

Chris

Sorry, I couldn't understand you. Can you tell me that how can I listen linear interpolation with pre-emphasis at https://hydrogenaud.io/index.php/topic,127058 @C.R.Helmrich ?
5
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by ApacheReal -
@yeyo I solved it with the spin disc modules but not with my other scripts, it's not just the refresh that needs to be changed.

So I can throw them away now as I don't have a guide on what I need to change