Forum
    • Categories
    • Register
    • Login
    1. Home
    2. Tags
    3. waveform
    Log in to post
    • All categories
    • d.healeyD

      Unsolved Waveform how to get playback position?

      Scripting
      • playhead waveform • • d.healey
      6
      0
      Votes
      6
      Posts
      77
      Views

      d.healeyD

      Still haven't found a solution to this one. Also it seems ScriptAudioWaveform.setPlaybackPosition() doesn't do anything, at least when it's connected to a sampler?

    • oskarshO

      Connect Waveform to Sampler with Scripting

      General Questions
      • waveform samplers processor id • • oskarsh
      16
      0
      Votes
      16
      Posts
      123
      Views

      d.healeyD

      @Sawer You haven't set the processor ID

    • StraticahS

      LAF Wafeform Tips?

      General Questions
      • laf waveform ruler json • • Straticah
      13
      0
      Votes
      13
      Posts
      212
      Views

      StraticahS

      @Matt_SF 100% agree :)

    • StraticahS

      LAF Again

      General Questions
      • laf slider waveform • • Straticah
      11
      0
      Votes
      11
      Posts
      134
      Views

      orangeO

      @toxonic @ulrik @Straticah

      Yep, it's been added to the collection: https://github.com/christoph-hart/hise_laf_library/blob/main/Examples.md

    • trillbillyT

      Waveform doesn't save in Preset

      General Questions
      • waveform generator buttons • • trillbilly
      14
      0
      Votes
      14
      Posts
      74
      Views

      LindonL

      @trillbilly see above - yes thats what I mean - you need to add if(value) to each of the button callbacks.

    • trillbillyT

      WaveForm Selection Menu

      Scripting
      • dropdown menu waveform • • trillbilly
      6
      0
      Votes
      6
      Posts
      138
      Views

      d.healeyD

      @trillbilly Avoid scripting something if you can. Here's how to do it without scripting, just connecting the controls in the interface designer.

      HiseSnippet 1054.3oc0WssaaaCFlJ1LH16.ZGZw1k5hcQJPWgkWW2.1E0M9PmwpSLhxZ2cELR+1lHRjZTTowqnuM6AYOB8QnOB6MX6mR1QRcJdtZqYa9BC9eh7i+GolpjdPbrTQrZcxxHfX8gT2kB8h9KXbAY7.h0GSmvh0fxNi0AKiXwwfOwxpwiMLrZ0jj962d3Ar.lvCxYQHOUx8fmvC45btS6887ffQLe3DdXAsueuwdRQeYfLAwSCZGRDy6L1b3PlQscnDqcG5y0RkqlogXhUyCj9KcWHegHS+mxi4mF.FBGhKtQYrGIC7MH1vkzeAOve556cLgXQml6EZj4EtEcB2meI+buwMREXmaQQ+g0NkgWiRvy4pfWEPxp.jZlAoaRc8T7HctDCd9.5XAFblwP2dQnjoKw5Wo8knBB88BYmAiTHwkFr+C5z4t13e24amkH7zbovVJNTpgiD6em1urcq1ups8aKZ1rJkYNFkLH.TUJ1DoUaxv8EIgmBp6ZeNKHAtTQ75W1mt614S8xt0ETTJFK35ihfUzaNofrxsYhEqPHppNMRbiUQh9xvSkGHufv8MAh0jNjzqPwBCxOLd.SyVuY39hmUDnzbyUxZ.bNVkjElaQG.wmokQo5FFIEFTXs2VdzWfoyV+BdnKMKT3hn02pwnp2l9L14vLoJz9wf.TLzy5fkYJrBCyJFmtaFUFgp3P3ZHDAXepKW.sOQwYh4APaW1KZ69SILEz9PIONWhcWbIKB9YI221ov5tjPVJz1KsAveJ4FKqj9IAF3TrVyzfYk.LYoTBtIKVDy0KK5meGJ.6rwBvsEh2jNkq8VTMF2oBLho.uOv3p1VeDc3rYfmNGfMoi9w51iZ6O9amc7YoNoyORO7py1t5IHudamfDs0SPNxSiP.SDEwQxXvo3N+Vx5VT1.PmHJqdFqRZkWoTHIbMyBZtWuoLQoMCoKsSS3WjS9lGNTvvffKf2F+ih8vKqw2U7TllDDCOi6qW3Tzvb1cKx96XJeLt3UJQrwlFldkcVKWSVP+JFis66qIqM2tr1+hd7+2uOToGBzZMFc4gQAvPw4P.NEIEieBN1XFKIPula45rIRgLZgTvKkAbLnU74ygRIVUdgdjViOEKmys5cLD.r3B0dedumfCIXJzOA0zW7t+nnJiWeFMCt1llC1+chaWqoYabVRisZVx+33s9yUtlqPw9m++IR+oTrmdW6zvs8+9w6ikIZtX9DF1Mv7HsCSBcwAnd.hXg.BhMObaGyahyn6XnMvwED9oD+N9akPGCs0JgNqEdsbFgLOk74dYuV2zvXuTN38Vj9AjsvujEosu7A5TZm60gDhicdtmmIm9KP+S01zsF17k0vl6WCa9pZXyCpgMecMr4a1nMlI9OJQKCyx+QFSGl9gRVVYu.JsTf7G.p8vXUC

      To do it with scripting you'll need to use the setAttribute function to assign a value to the waveform attribute of the waveform generator. At the moment all you're doing in your combobox callback is calling the getId function which doesn't do anything. Also you're passing a parameter to the function which will produce an error because that function doesn't take any parameters - check the docs.

    • d.healeyD

      Show impulse response waveform on front end

      Scripting
      • impulse respons drag n drop reverb waveform • • d.healey
      4
      0
      Votes
      4
      Posts
      190
      Views

      Casey KolbC

      @d-healey Beware, it's mad sketchy. I played around with showing the impulse response on my front end for months and got tons of crashes. Whenever you move a knob related to the convolution, the waveform will flicker in a really annoying way and often crash the plugin. I think I posted about this elsewhere with the crash report.

    • d.healeyD

      Show multiple selected waveforms

      Feature Requests
      • samplemap dynamics wave editor waveform feature request • • d.healey
      1
      1
      Votes
      1
      Posts
      103
      Views

      No one has replied