Giter VIP home page Giter VIP logo

Comments (6)

Birch-san avatar Birch-san commented on August 11, 2024 1

@KJinx101 What you show in the YouTube video looks pretty cool, but I think the underlying synthesizer (fluidsynth) doesn't expose any easy way to do that. Their APIs expose a portamento "mode", but that's basically "on or off". If it is possible, then I expect it'd be through individual voice control. I don't want to go as far as maintaining the state of a voice and tracking changes myself; I want to leave the heavy lifting to fluidsynth.

Your suggestion of automating a glide knob to change the speed of portamento... maybe we can do that already? I pass every MIDI CC event on to FluidSynth. They do support portamento.

http://www.nortonmusic.com/midi_cc.html

I think you could try sending a CC 65 to enable portamento (assuming it's not on by default), and then automate MIDI CC 5 Portamento Time -- that sounds like it's for changing portamento speed (same as the "glide" knob).

@bahburah pitch shift is supported; we accept the standard MIDI Pitch Bend Event. but yeah, it'd be hard to implement glide with that.

from juicysfplugin.

bahburah avatar bahburah commented on August 11, 2024

I second this.

This plugin is almost perfect. The sound quality is amazing and it has ADSR.

If only there was a pitch shift option to automate at the very least

from juicysfplugin.

KJinx101 avatar KJinx101 commented on August 11, 2024

There actually is a pitch-shift (bend) already that works with your DAW's native pitch wheel mapping (Like if you have a midi keyboard) and it can be automated.

Automating a glide like that would be pretty tedious though

from juicysfplugin.

KJinx101 avatar KJinx101 commented on August 11, 2024

Ah, I see! Didn't realize fluid already may support that. I think I'll be able to test this out using patcher and the midi out using FL. Thanks

from juicysfplugin.

KJinx101 avatar KJinx101 commented on August 11, 2024

It works like a charm! Seems like on/off can be turned on at 100% including mono. I just used something (fl color mapper) to map the channels for poly, mono, "porta," and "slide" [to automate] and then used a few instances of another plug in called midi polysher to send the CC's with the buttons in patcher. Now I basically have all of the same functionality.

from juicysfplugin.

Birch-san avatar Birch-san commented on August 11, 2024

Amazing! glad it turned out to be possible. :)

from juicysfplugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.