• keyboard midi channel settings working in latest HIse

    1
    1 Votes
    1 Posts
    609 Views
    No one has replied
  • FM Piano? How to archive it?

    5
    0 Votes
    5 Posts
    1k Views
    hisefiloH

    @staiff Thanks! realized that after playing for a while with it. Hope Christoph take this in his roadmap

  • Free to test Reactive Grand Piano - work in progress

    26
    2 Votes
    26 Posts
    4k Views
    hisefiloH

    @jadg yes, will create a .zip with all of them

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Free Brush Drums Kit (VSTi Mac Only)

    17
    2 Votes
    17 Posts
    2k Views
    hisefiloH

    Just added a video... :)
    https://youtu.be/_Y1W5Bvw_6w

  • Melodica download (VST/AU Mac Only)

    5
    1 Votes
    5 Posts
    2k Views
    hisefiloH

    @christoph-hart yesss! I found that days ago. Wavetable based melódica :). Thanks will do the .gitignore thing. So sorry. Im basically a marketer and musician, not a developer

  • Template for beginners needed

    8
    0 Votes
    8 Posts
    1k Views
    d.healeyD

    @tibo Thanks :) if you check out the video tutorials on the main HISE website they are mine and you can find some more on YouTube. I'll be doing more when I find the time.

  • audio demo with my HISE creations

    3
    3 Votes
    3 Posts
    861 Views
    staiffS

    @remarkablex said in audio demo with my HISE creations:

    Sounds Cool, good job.... I've followed you on soundcloud ;) :)

    Gasp ! Damned ! ;)

    Thanks. Other creations on soundcloud was unfortunaly old and bad mixed. played with another VST than HISE.
    My goal now is to create songs with 70/80 % of HISE creation (maybe it's just me but it's really easier to create a patch on MY synth that I created - so i know exactly how it works/sound)

    My dream : 100 % Personnal creations - 0% other ;)

  • Pitch and Mod wheel display

    6
    2 Votes
    6 Posts
    2k Views
    Christoph HartC

    Yes good idea, will do.

  • scrolldown for samplemap menu

    2
    0 Votes
    2 Posts
    692 Views
    staiffS

    answered by mylself.
    but the dark grey scrolling on black BG...
    but i love the "behaviour" of the dropdown panel when move center wheel mouse button ;)

  • Factory Preset Creator

    45
    0 Votes
    45 Posts
    10k Views
    Christoph HartC

    Ah you're right, I changed this after writing this blog entry because the combination of hardcoded presets with user presets was a mess. I'll update the post.

  • About after touch controller number

    4
    0 Votes
    4 Posts
    2k Views
    Christoph HartC

    yes, the pitch wheel uses 14bit resolution = +16384. Aftertouch is 7 bit.

  • CC To Sync

    1
    2 Votes
    1 Posts
    628 Views
    No one has replied
  • Lost with presets/banks

    7
    0 Votes
    7 Posts
    2k Views
    Dark BoubouD

    Thank you that seems logical! :)

  • General Purpose Microphone Mixer

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

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Multi CC Remapper

    1
    0 Votes
    1 Posts
    581 Views
    No one has replied
  • Controller Value To Note On Velocity

    3
    1 Votes
    3 Posts
    777 Views
    d.healeyD

    Oh I'd completely forgotten Math.max(). Good idea! I'll update my original post

  • Zero-effort sustain controller

    6
    1 Votes
    6 Posts
    2k Views
    d.healeyD

    I think most samplers respond to the sustain pedal correctly by default, I'm not sure what you'd put on the UI for this, maybe a sustain pedal on/off indicator? Seems a little unnecessary though and would just take up space. Probably best to just mention it in the manual if it isn't already.

  • Retrigger On Release

    2
    1 Votes
    2 Posts
    850 Views
    Christoph HartC

    Nice. I have nothing to add about the functionality - it pretty much says what it does :) However I'd like to propose another way of posting these kind of snippets.

    Post only the script (Edit -> Save Script to clipboard) with Javascript syntax highlighting (you can use ```javascript for the start tag to enable Javascript syntax highlighting). /** * Auto Retrigger on Release * Author: David Healey * Date: * Modified: * License: GPLv3 - https://www.gnu.org/licenses/gpl-3.0.en.html */ //INIT Content.setHeight(50); const var velocities = Engine.createMidiList(); const var btnEnable = Content.addButton("Enable", 0, 10); const var cmbCC = Content.addComboBox("CC Trigger", 150, 10); for (i = 0; i < 128; i++) { cmbCC.addItem(i); } //FUNCTIONS //CALLBACKS function onNoteOn() { velocities.setValue(Message.getNoteNumber(), Message.getVelocity()); } function onNoteOff() { if (btnEnable.getValue()) { Synth.playNote(Message.getNoteNumber(), velocities.getValue(Message.getNoteNumber())); } } function onController() { if (Message.getControllerNumber() == cmbCC.getValue()-1) { Message.getControllerValue() > 64 ? btnEnable.setValue(1) : btnEnable.setValue(0); } } function onTimer() { } function onControl(number, value) { } Then you can add an example patch as HiseSnippet that demonstrates the behaviour. This is a sine generator with an AHDSR Envelope (important because you'll get stuck notes otherwise!): HiseSnippet 1320.3oc4XskbaaCEkzxbZDiiaxLs8aL9KIGaJI+HMiScsdXKakHaqQTws8qTHRHILgDPgDTNpcxlnqftT5RnKkrCZAHHMorYsi5zlXOgeQbu2CvAmKvEfriG0B46S8TTueuoiQJpKoYNkvF0XDDSTZsuh5xZGC8YHOfzT8oig99HaEU0bGJLnleQkvm2uWcnCjXgRLonbFEagZicwrDq+b0WfcbZBsQ8vtohdqpsrnjFTGZ.mO4zJqLFZ8Z3PzIPQXKnoLAiN2WQsr1laX385J8+kZF7mIM2n9l8di30mW2nqqQ3Smydd4VxWUrB77PD1Yb3JpZp+E+QU6.aLi5YxfLDuOWrN0dp4H54D4PeF1G22AIZTQwjyIo4lTGawjW7tRiQXG6NwRnuBuu6jHn4jB5WocL1Feg8Dg8ggN.IHRKspKbczqRZ5UNS5UIC5ojhcKJYGmDT6.GHaVlIxrQNvzYS5sHLDwGyllNy+IktORqClYMJa9tPF7kmn9+luQI+GncvfAHKVBYWTq4O9wMSurjJ2WyDSPgatCIxWG1F7CvIHvgHBxSHpWy16+7+9s2mZw3idOOHweL0elN1D4h6QIBAIw3K8QM8PuoqHIm1dCJzKSWueul74XlXLgr.uvUK0boAD1LqNx8AmRRWaX1MMohOiBEK9InPwbTGS8pa8djlokGdLKwifaeiVWDyCObH+.hSIftHGDjmISyPILkE9sbZkVcUcvpfZALJHAG8BbQNGQ81ArObB1FbDB5flJruOe9sCP7FWiwCvH6cDMZyW.R74dNrS6IaBVGLhwF6uSoRme94FCIAFTugkbjA4WZ3Xm02znrAhXLh45nuZIc8RkZcRqd5MnhBELCeD6HDd3HVgsKW7Y5570r9LvDnGXBxgZgYXjOXWvAjg7kVFVdHNuD4m1XeVgYAzmQNf.4pOO93tGZaWOfwnjBqH8sxZfxqApHFqDjVt8azXVTMnt8o0ousvJbO8jRGGaksiQqOf5AJf4nJ+L.F7cfJa7T9KO9wE0+U87g8nneZwPtEv73emXp27kmznWqSOwTznQs1sqWqwKL0GDPrDKh44lSnLzojBgcRhBHjoyfNAnBGyWLvOi1XHhIB8j.29HuBEWCjxwYRbSKTTNtWt6GLP1+3AfBWHZg.CGhhE0yy8lOr3kwXG3TAp+4QNEMGdCzTPn7u6RbRn5dTGGQ.wzJE9D2w8BX2ckorTbd8JEyKoclPihB78fmrEXujkJIBakhfcxxd4rnrnTaDa4dt5bo.IjpbsQzGwwckJc5eXUOrjKKSEHkzhfYmNFcQa45lXKkUtHUm1Thdj1Z3jIivRLkwIdQaUDmsGENOTVXoqkiJcI23of4kktmlTVUB0izmXnbYzOLBc7FvP7KokrK7R8Q0NUuUbQq+kk6WRx2uPq1Q6a1Mhlguyq4I1YMFcyzrFiwu5di.uIybp99HK3zqXUF7UszFwGtzlOhOKRZaTMr6tvvu2upYfOalKs7S+Q7IRotFxk0vbeXZ3Mbc+qKO+.M4LBDdina22ld4XtJk+a2jcIsv0.2Ez0uTKZ04cBgcYsnMN2Ej1q8C.y844G.1kFvvjgGC42x9s7JU7qpXx+vKKDmIDBxwW7iPVPbtorcYQa4WdQrKG+WRhbVQzVMxYkXmeTFCWnkG8UVxyjE0buWnE97lD9WgxqcrnMnR7ovBswkee7WYYID604pS1H1XtQr4biXq4Fw1yMhmL2H914FwSuFDhO9Q7EctxsdJJ+8GlOHe

    This allows both to check out the functionality faster as well as making the code more readable in the forum - also then you don't need to specify the license since it's already in the code - DRY :)

11

Online

1.7k

Users

11.8k

Topics

103.1k

Posts