alcomposer

Results 38 issues of alcomposer

Having read the Faust documentation, it is unclear what is the best way to get host tempo (BPM, speed etc) into a plugin DSP. I am referring to DSP code...

While GPU desktop playback is fantastic and important for some workflows, it is also good to be able to output in real-time to playback cards, like the Intensity Pro etc....

Medium Priority
Playback

I am unaware if there is currently a way to morph between banks. Can this currently be done?

## GUI MOCKUP: ### Klassic UI Layout: ![UI_info_3](https://user-images.githubusercontent.com/12004932/99896836-30edf980-2ce4-11eb-94ea-72aee5a7d443.png) ### Neo UI Layout: ![10 5](https://user-images.githubusercontent.com/12004932/110065569-60ba9c00-7dbf-11eb-943c-1e4490c83bd9.png) ## MVP (minimum viable product) GUI Priority: - [x] Active tab indicator- use colour (**panel A**)...

In some situations, a user may need to reproduce the randomness of sfizz. This is useful- if for example `pitch_random` is used in a sfz script- and the rendering of...

improvement

Support Loop_type opcode. Allows sample looping to be: • forward • backward • alternate https://sfzformat.com/opcodes/loop_type.html

new feature

`amplitude_onccN` works, but the smoothing variant `amplitude_smoothccN` does not, no sound is generated regardless of cc value. Tested on Multi-out sfizz LV2, 1eb36c4a ``` sample=*sine output=0 amplitude_smoothcc50=100 //doesn't work -...

`DECODING ERROR =>` is generated when upscayling image in macOS 10.13.6 ![Screen Shot 2022-10-02 at 10 06 39 pm](https://user-images.githubusercontent.com/12004932/193451973-cae17291-08e1-4e4f-8d02-22c01d78e5cc.jpg)

`Regarding: https://github.com/godotengine/godot-proposals/discussions/5805 This replaces the Linux MIDI ALSA raw driver with ALSA sequencer. ## Benefits of using ALSA sequencer: * MIDI ports are not bound, other apps can use them...

enhancement
platform:linuxbsd
topic:porting
topic:audio

### Detailed steps on how to reproduce the bug * Create a JUCE app with a minimal window, I tested with JUCE/CMake/GuiApp * Make the window resizable & use non-native...