-
Notifications
You must be signed in to change notification settings - Fork 1
Issues: dmultiply/Klide
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
delete stepData_ pointer in destructor of AudioProcessing
bug
Something isn't working
#39
opened Jan 25, 2023 by
dmultiply
Check if we need to manage the copy constructors and assignment operator (operator=) if we have member variables that are pointers
enhancement
New feature or request
#38
opened Jan 12, 2023 by
dmultiply
The play and stop from the DAW should act on the plugin
enhancement
New feature or request
#36
opened Dec 8, 2022 by
dmultiply
Add main play and stop buttons
enhancement
New feature or request
#35
opened Dec 8, 2022 by
dmultiply
Sounds of all row are muted when resonance is put down (on last row only ?).
bug
Something isn't working
#34
opened Dec 5, 2022 by
dmultiply
Preset should save relative path for the audio so you can share them between users
enhancement
New feature or request
#33
opened Dec 4, 2022 by
dmultiply
In Editor resized() remove hard coded values and put relative ones for the sizes of the sliders
invalid
This doesn't seem right
#32
opened Nov 29, 2022 by
dmultiply
The default sounds need to be charged as a preset ?
invalid
This doesn't seem right
#31
opened Nov 29, 2022 by
dmultiply
Add checks when copying the audio files on the disk, when saving the presets.
help wanted
Extra attention is needed
#30
opened Nov 29, 2022 by
dmultiply
Add apossibility to make random variations, of velocity, and ..., in each sequence, ...
enhancement
New feature or request
#29
opened Nov 29, 2022 by
dmultiply
Add variations of velocity to the midi notes sent to the voices. So that you can have "accents".
enhancement
New feature or request
#28
opened Nov 29, 2022 by
dmultiply
Develop the midi output of the plugin. Note On, and Note off ? Will allow to use as an arpegiattor also.
enhancement
New feature or request
#27
opened Nov 29, 2022 by
dmultiply
Put num_rows in the AudioProcessingValueTree ? In a property ?
enhancement
New feature or request
#26
opened Nov 29, 2022 by
dmultiply
Make buttons rather than a slider for Offset ?
enhancement
New feature or request
#25
opened Nov 29, 2022 by
dmultiply
See if there is a better way to save presets with samples than copying the audio files. Maybe in a specific format ?
enhancement
New feature or request
#24
opened Nov 29, 2022 by
dmultiply
Make the button for the file chooser for the samples, or the row, Drag'n Drop
enhancement
New feature or request
#23
opened Nov 29, 2022 by
dmultiply
Check if Decay and Release are useful
enhancement
New feature or request
#22
opened Nov 29, 2022 by
dmultiply
Add support for more audio formats than WAV for audio samples
enhancement
New feature or request
#20
opened Nov 29, 2022 by
dmultiply
Wav files are not always read well, depending on the sampling rate
bug
Something isn't working
#19
opened Nov 29, 2022 by
dmultiply
Make the File Chooser asynchronous in the Editor and remove JUCE_MODAL_LOOPS_PERMITTED=1 from the preprocessor in the projucer
enhancement
New feature or request
#18
opened Nov 29, 2022 by
dmultiply
Find a way to make sliders control all rows alternatively, but to have only one audioParameter for it, that could be assigned to a midi controller in the DAW
enhancement
New feature or request
#17
opened Nov 29, 2022 by
dmultiply
Loading and saving of sample audio files for presets are made in the preset panel gui. Maybe should be made in AudioProcessor or elsewhere.
invalid
This doesn't seem right
#16
opened Nov 29, 2022 by
dmultiply
The editor code is a bit long, maybe there could be some partitionning in different classes there
invalid
This doesn't seem right
#15
opened Nov 29, 2022 by
dmultiply
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.