• popup items outside compiled plugin

    1
    1 Votes
    1 Posts
    100 Views
    No one has replied
  • Loading For SampleMaps

    5
    0 Votes
    5 Posts
    238 Views
    CasmatC

    @d-healey Ahh, i see! I tried finding it in the docs, but I can only find two functions on getting messages and progress on the preload. Where can I find more info on how to implement this or any example which utilizes this form of callback?

    Edit: Nice, just saw your edit! Will take a look at it!

  • Regex String Not Working

    4
    0 Votes
    4 Posts
    202 Views
    CasmatC

    @ulrik @Christoph-Hart Thanks! Both work amazing! The trim() function was exactly what I was looking for! I had thought it cut out all whitespace characters, not just the start and end! Thanks for helping!

  • Callback when preset saved??

    22
    0 Votes
    22 Posts
    2k Views
    d.healeyD

    Ah I see the problem. Do we want to sendNotification here?

  • samplemap / combobox script for 2 comboboxes

    21
    0 Votes
    21 Posts
    1k Views
    ulrikU

    @ulrik this is your combobox components

    const var CmbSampleMap12 = [Content.getComponent("ComboBox1"), Content.getComponent("ComboBox2")];
  • Finding Names in Objects

    11
    0 Votes
    11 Posts
    458 Views
    CasmatC

    @d-healey Ok, just retried it all from scratch and now it works. I guess my eyes were playing tricks on me the whole time haha. I had thought for some reason that when you push each of the objects inside an object into an array, the objects would be inside the array, but apparently, when the push function is used, the object's name is converted to a sting. Sorry for the major confusion!

    HiseSnippet 1001.3ocsV01aaaCDlzwZnVaYXsn66B5S1.YF18sMzfg4FGmAi033MmELfstNFoyVrlhTfhJoFCAX+c1+t8OX6njeQtwoHwqUeR2KO7d3Qd2wgZU.jlpzDZsSmk.D5m4LZlzD0Mhwkj9GRn65bFnS6FAASAM4fYIrzTHjPo678VWn0pRx+9mu6.lfICfUpHjyT7.3k7XtYk1gc9AtPbDKDNkGWx6mzoefR1UITYHc1woEIgELkMAFvrtUwgP+jdgbiROxvLPJgV8.U3rQQpKkE9eFOket.rBsIivEpP8QJQnkwVsjtQbQ3vEa6TBtJCWkD1oHI7Pmi4g7k5WkL9hbCdqPTNePqrN81YM50tL8ZUhdafRzRTpZAktuyn.MOwrxhkOepSeoAziYXZuLUJ7kT4uq5zUgdHMMiYSgiznvRD0eVqV648zVsZr+tttZXhmfMCzHV.jmb9af.i22549mt07egP3+bO2Z3+07Ofqj7.uiU5jH+miZrZq4ykoFcVLFKzU+A7IQFuStT3iFuZOKtALC+BXANuaOvghL7xW3cOhmBolBTdsuQb8dKKNQ.aD0i1JTO9VgxMGn+PVn08+WY1679bdr6Fozqh9Ve9bmSXK151y0kg+Cwo7sNy6d09ttX6FD4ELs2EIly3vkIJs8J+hRlIfoqJNQIQg59k7wuw940KnpWZKYNkMouAhSQr+5qvEdrRWeJLyiKudIUCaA06BrYRVZjEBtvVlcM6XAuAOexzLQ8FENrfLMSAjcbqa96cMJ07MJtrt+uI8aXwMNSFXvaYdJ4.kANQVOmOtW458tlFOdi1rIGsRH.8FMa6oqee.qKyhOGzHSYhLXoiXit06d5bycOK2bOn3rpjiJYeI2bRBHuoV9j4Gv1NsyYE5pIuO6Cl2mEBWjeI7P6TvRYbRN0KMmqC4m6eHyvVrf3ZiwKAzFtcqPODt.mCVzHulygP5TiJI2242tHz6cGB+aWF5N+QmYKE9qerSVJNsMEWNZk7KDD5W5f8tcyKzcwVMt4UYjK4glHLGS+bJgDA1ZJqzuSsymu1rGbpmJLSvLqOJzN+etA7Dds4O1YLxTtYV42G7Aa93skh22YH2DDsYNVYCbDO+9Xvw4upXWmdiGic.VQvpNG8KebdBA4mTYFtbxwLili2WbFjEOBeXU.fQWJAgsBiVwVKTH2xJay.i.YXtv+heyM11JSmar8BijXVfV85fhJH66VtWtFjSx7mrUy4XqrW6EELNNsZ1hDiOg50AA1s+WgkmaFyi1BLOdKv7js.yS2BLOaKv70aAlu48hw950WjYTwEkCnhg8xabQo8jL7lU9sPx+ALoELMI

    Thanks for your help!

  • SVG Image tracing

    10
    0 Votes
    10 Posts
    686 Views
    ustkU

    @TNTHM Nope, it's uses the SVG parser from Juce and applies a Base64 conversion.
    Then the object is reconverted to a path before drawing
    The number at the beginning is inherent to any Base64 conversion, it appears in snippets too.

  • AudioLoop Player/Granulator File Handling

    20
    0 Votes
    20 Posts
    1k Views
    Adam_GA

    @ustk actually @d-healey just helped me see my error :D i was calling the scriptfx as an effect as well as audiosampleprocessor. thank you good sirs for all the help

  • Save Preset in Path

    8
    0 Votes
    8 Posts
    539 Views
    CasmatC

    @Jay Using this:

    Engine.saveUserPreset(folderUser.toString(File.FullPath) + "/" + saveTextField);

    folderUser is one of my subfolders in the UserPresets folder, then the to string converts that path to the full path and the saveTextField is the string the user entered as the name they want to save. Hope this helps!

  • FindFiles to Array with Strings

    2
    0 Votes
    2 Posts
    105 Views
    d.healeyD

    @Casmat You need to use item.NoExtension

  • Help with scripting

    16
    0 Votes
    16 Posts
    765 Views
    LindonL

    @d-healey said in Help with scripting:

    @Lindon I didn't see that function in the API browser for viewports. Does it work?

    0h viewport, sorry I was thinking of ComboBox....

    Link Preview Image HISE | Scripting | ScriptCombobox

    The ScriptCombobox object to modify the Combobox component.

    favicon

    (docs.hise.audio)

  • How can I access LFO Modulator1 on Simple Gain1 module

    4
    0 Votes
    4 Posts
    210 Views
    ulrikU

    @TNTHM it's in the documentation as well:

    Link Preview Image HISE | Scripting | Modulator

    Access modulators with and call generic functions.

    favicon

    (docs.hise.audio)

  • Granulator Wet/Dry

    13
    0 Votes
    13 Posts
    636 Views
    Christoph HartC

    @Adam_G sure, click on the target icon in the top row to change to assign mode then drag the mix knob to the dry wet knob (you might have to disable assignment mode in the lower one first).

  • Identifying Characters in a String?

    4
    0 Votes
    4 Posts
    213 Views
    CasmatC

    @d-healey haha! got it to work, i love using regex! "\\x5C|\\x2F|\\x3A|\\x2A|\\x3F|\\x22|\\x3C|\\x3E|\\x7C"

  • Timer Questions

    5
    0 Votes
    5 Posts
    349 Views
    CasmatC

    @d-healey Thanks David! Decided to scrap the timer callback due to what you said on updating the entries repeatedly! Did not think of it that way. Now there's three different inline functions for each of the viewports update code, works amazing and the viewport updates whenever clicked on, it it would run the functions whenever a change is made in the browser! I did think about modifying some aspects to fit the browser, but the future integrations/features with the preset browser with other elements and for the most customizability, the default one just seems like it'd be a restriction later on

  • Disable Viewport While Searching Files

    3
    0 Votes
    3 Posts
    197 Views
    CasmatC

    @d-healey 😲 sorry for the silly question!!

  • Filesystem.getFolder() Question!

    3
    0 Votes
    3 Posts
    194 Views
    CasmatC

    @d-healey Thanks! works when used thanks.getChildFile(foldername); where thanks is the variable that uses the Filesystem.getFolder() function!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Unselect Viewport Entry?

    5
    0 Votes
    5 Posts
    229 Views
    CasmatC

    @d-healey Works, thanks!

  • Little help please: Make viewport scroll with keypress

    35
    0 Votes
    35 Posts
    2k Views
    d.healeyD

    @TNTHM This is probably down to the host to give focus to the plugin window

16

Online

1.8k

Users

12.1k

Topics

105.8k

Posts