HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. filename
    Log in to post
    • All categories
    • oskarshO

      Get Sample Filename from Sampler using custom Sample Maps.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions sampler filename attribute
      72
      1 Votes
      72 Posts
      4k Views
      trillbillyT

      @Lindon Hi Lindon. I used this now and its working as expected.

      inline function onSampleViewer1Control(component, value) { if (value > 0) { local id = Sampler1.getSampleMapList()[value - 1]; Sampler1.loadSampleMap(list[value]); SampleName1.setValue(list[value]); Sampler1.loadSampleMap(id); } }; Content.getComponent("SampleViewer1").setControlCallback(onSampleViewer1Control);

      If I take out the part you said was incorrect, then it stops working again.

      Is there a different way I should go about this now?

    • trillbillyT

      Display Filename via Label + Sampler

      Watching Ignoring Scheduled Pinned Locked Moved General Questions filename display name label name
      3
      0 Votes
      3 Posts
      278 Views
      trillbillyT

      @Matt_SF Thanks! Yes, I was pointed in this direction last time. I've got to be making a stupid mistake. I'm nit at my computer right now either but when I am I will post where I'm at with it.

      Any help in the meantime is appreciated!

    • trillbillyT

      Get Filename while using Sampler

      Watching Ignoring Scheduled Pinned Locked Moved General Questions filename sampler name display
      10
      0 Votes
      10 Posts
      651 Views
      d.healeyD

      @trillbilly I just had a look, timestamp is 17:48, the chapter title is toString

    • trillbillyT

      Display User Filename for multiple AudioLoopPlayers

      Watching Ignoring Scheduled Pinned Locked Moved General Questions filename display name audioloopplayer combobox
      1
      0 Votes
      1 Posts
      216 Views
      No one has replied