• Using Aubio with HISE

    9
    0 Votes
    9 Posts
    679 Views
    toxonicT

    mhhh... :-/ maybe i'm too naive regarding these coding subjects. i thought that it might only be an question of implementing standard streams somehow. ;-)
    i had some success writing a shell script, which calculates aubio-onset-timestamps and filepath of a selected file and saves these into a JSON file, which can be loaded by pressing a button in my hise instrument interface. then i was able to map the corresponding loop ranges to single midi-notes.
    Peek 2019-11-26 11-19.gif
    but nevertheless, i now found out, that the loop ranges don't work in polyphonic mode, so you can't play 2 different ranges at once. :-/ this is somehow quite unsatisfying, so it seems, that i have to discard my idea of building a loop slicer in hise for the moment.

  • storing values in a panel

    3
    0 Votes
    3 Posts
    228 Views
    ulrikU

    @Christoph-Hart Great! Thanks

  • How do we limit selectable samplemaps within a combobox?

    13
    0 Votes
    13 Posts
    685 Views
    d.healeyD

    You can also use .contains even though that's not in the docs for strings @Christoph-Hart ?

    Console.print(sampleMaps.contains("sampleMap2"));

    This is helpful for a partial search, for example if you wanted to get all of the samplemaps with the word drum you could do .contains("drum") even if the name contains other words too.

  • AudioLoopPlayer: how to fetch loopstart and loopend

    10
    0 Votes
    10 Posts
    652 Views
    toxonicT

    it would also be possible to load loops via

    AudioSampleProcessor.setFile(String fileName)

    but then i needed a kind of file browser / open panel for selcting a file and getting it's filepath.

    referring to this old thread, a file browser once existed - what happend to it? i cannot find something like this within HISE. any ideas?

  • knobs for different band of parametric eq

    15
    0 Votes
    15 Posts
    2k Views
    M

    @d-healey sorry, I was to anxious, I'm watching now!

  • Creating sample based instruments using Pianobook?

    14
    0 Votes
    14 Posts
    2k Views
    Christoph HartC

    @d-healey said in Creating sample based instruments using Pianobook?:

    I doubt it, unless he gets a proprietary HISE license, otherwise anyone would then be free to redistribute Spitfire's samples.

    The samples don't have to inherit the GPL license, as long as they are publicly available, I don't care (and the JUCE guys also won't sue you).

    Just ask the Spitfire guys if they are OK with it, then put your instrument project on GitHub, add a link to Spitfires Download site and done.

  • Storing data in widgets

    26
    0 Votes
    26 Posts
    2k Views
    d.healeyD

    How many loops will be loaded at one time?

  • Controlling 2 LFO intensity amounts with 1 slider (missing values)

    5
    0 Votes
    5 Posts
    334 Views
    SteveRiggsS

    @Lindon Spot on mate. Fixed. Thank you 😀

  • Troubles Exporting on MacOS

    2
    0 Votes
    2 Posts
    199 Views
    d.healeyD

    Export as 64bit

  • (Possible daft question) Making Windows .dll files?

    8
    1 Votes
    8 Posts
    501 Views
    d.healeyD

    @Lindon I don't know much about Macs, the one I have is a dual core from 2012 I think, it was gifted to me earlier this year. The only thing I've done with it is partition the HDD and install Windows 10 and Linux Mint.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • Controlling node parameters with interface controls

    3
    0 Votes
    3 Posts
    286 Views
    toxonicT

    @ustk
    oh man, you made my day! :-) this was indeed pretty simple, but i would have spend hours or maybe days, to find out, that you only can use these container parameters. thank you very much! :-)

  • Look at the picture... Where is JIT?

    5
    0 Votes
    5 Posts
    308 Views
    ustkU

    @Christoph-Hart Glad it was an easy fix boy 👌

  • Building HISE Scriptnode on Linux

    1
    2 Votes
    1 Posts
    313 Views
    No one has replied
  • Problems building HISE on linux

    32
    0 Votes
    32 Posts
    2k Views
    toxonicT

    @d-healey
    uhh? as far as i know, they are... i only have onboard graphics, which don't need proprietary drivers. there should everything be fine, i'd guess.

  • NoteOffByEventID always firing....

    15
    0 Votes
    15 Posts
    545 Views
    LindonL

    @Lindon OK well that sorta fixed it I think. Which is a bit of a relief as a whole truck load of CR and AudioReward instruments use "granular like" multiples-of-the-same-note-playing techniques...

  • HISE 2.0.0 - Missing Autocomplete and connect wizard?

    5
    0 Votes
    5 Posts
    253 Views
    L

    @d-healey
    Thank you, yeah, I saw yours already (only skipped through mainly). Also trying to look through some sources to see how and where.

    Thanks again for the quick responses!

  • how to edit scripts generated by Interface Property Editor

    8
    0 Votes
    8 Posts
    440 Views
    d.healeyD

    @toxonic It depends on what you're requirements are. If you only need to control one parameter then the interface designer is the way to go.

17

Online

2.0k

Users

12.8k

Topics

111.1k

Posts