Issues
- 0
- 0
Check if we need to manage the copy constructors and assignment operator (operator=) if we have member variables that are pointers
#38 opened by dmultiply - 0
It may not work on Logic
#37 opened by dmultiply - 0
- 0
Add main play and stop buttons
#35 opened by dmultiply - 0
- 0
Preset should save relative path for the audio so you can share them between users
#33 opened by dmultiply - 0
In Editor resized() remove hard coded values and put relative ones for the sizes of the sliders
#32 opened by dmultiply - 0
Initialisations are not completely consistent, some of them are in the AudioProcessor, some in StepSequencerData
#14 opened by dmultiply - 0
The editor code is a bit long, maybe there could be some partitionning in different classes there
#15 opened by dmultiply - 0
Loading and saving of sample audio files for presets are made in the preset panel gui. Maybe should be made in AudioProcessor or elsewhere.
#16 opened by dmultiply - 0
The default sounds need to be charged as a preset ?
#31 opened by dmultiply - 0
Add checks when copying the audio files on the disk, when saving the presets.
#30 opened by dmultiply - 0
- 0
Add variations of velocity to the midi notes sent to the voices. So that you can have "accents".
#28 opened by dmultiply - 0
Add apossibility to make random variations, of velocity, and ..., in each sequence, ...
#29 opened by dmultiply - 0
Develop the midi output of the plugin. Note On, and Note off ? Will allow to use as an arpegiattor also.
#27 opened by dmultiply - 0
Make buttons rather than a slider for Offset ?
#25 opened by dmultiply - 0
See if there is a better way to save presets with samples than copying the audio files. Maybe in a specific format ?
#24 opened by dmultiply - 0
Make the button for the file chooser for the samples, or the row, Drag'n Drop
#23 opened by dmultiply - 0
Check if Decay and Release are useful
#22 opened by dmultiply - 0
Try to see if it's possible to inherit from juce::Synthesiser, and SamplerVoice, rather than rewriting them
#21 opened by dmultiply - 0
- 0
- 0
Make the File Chooser asynchronous in the Editor and remove JUCE_MODAL_LOOPS_PERMITTED=1 from the preprocessor in the projucer
#18 opened by dmultiply - 0
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
#17 opened by dmultiply - 0
- 0
The plugin appears as a midi effect in Ableton Live. And produces feedback sound if compiled as a synth.
#13 opened by dmultiply - 0
If states are modified directly by clicking on them (rather than using sliders), the plugin cannot save the sequences correctly in the preset
#12 opened by dmultiply - 0
- 0
- 0
Add buttons to turn on or off the sequencer rows. Or on mouse click on the row.
#8 opened by dmultiply - 0
- 0
Add sample pitch shifting.
#6 opened by dmultiply - 0
Add sample visualisation
#5 opened by dmultiply - 0
- 0
Add delay effect
#3 opened by dmultiply - 0
- 0
Add visual steps to the rotary sliders
#1 opened by dmultiply