DGEdit Roadmap

Version ending with an even number are stability/bugfix releases (except 0). Versions ending with an odd number are feature releases that are potentially unstable.

Version 0.11

Goal of this release: Modernization of UI code

  • Use QDesigner for managing windows and integrate into the build system. (alex-j)

Version 0.12

  • Features:
    • Add phase shift option pr. file/channel to fix misaligned recordings. (ask unfa) (unassigned)
    • Add full support for new metadata fields. (unassigned)
    • Add image and clickmap editor. (unassigned)
    • Recalculate file prefixes if root dir changes. (unassigned)
    • Add instrument groups (unspecified how exactly…) (unassigned)
    • Handle kit variants such as full and minimal. (unassigned)
  • Other:
    • Handle input files with different samplerates (error message). (unassigned)
    • Play back (audition) input files with correct samplerate. (irc-log)(unassigned)
    • Split multi-channel input files on load instead of just loading it as a single mono-interpreted file. (unassigned)
    • Fix player timing (ie. distance between hit start). (unassigned)
    • Port to Windows and OSX. (unassigned)
    • Make midimap editor and exporter. (unassigned)
  • Bugs:
    • Changing an instrument name does not change the instrument prefix (folder and filename) during export. (deva)
    • Translate tab titles in About window. (unassigned)

Unspecified future release

  • Zoom slider. (unassigned)
  • Editor refinement editor_rewamp. (muldjord,suhr,deva)
    • Properly implement presets for slider and lineedit values. (suhr)
    • Right-clicking waveform view plays from this position until mouse button release. (unassigned)
    • Right-clicking velocity view plays x ms of each hit located to the right of mouse cursor. Stop on mouse button release. (unassigned)
    • Scroll-wheel and keyboard modifiers zooms/scrolls canvas. (unassigned)
    • Add button that spreads all current hits out evenly in velocity view. (unassigned)
    • Enable ctrl+left-click multi selection in waveform view. (unassigned)
    • Create presets for all standard instruments (hihat, snare, tom, kickdrum etc.) (muldjord)
    • Select the next slice with a keystroke (e.g. right arrow). (unassigned)
  • When saving a dgedit project, check if user added .dgedit suffix in filename. If not, add it before saving.
  • Make a graphical view that indicates when a hit fall-of has been reached so the next hit can be performed. Could be jack client, could be integrated directly into the editor once the recording feature has been introduced.
  • Make it possible stop the preview listening by toggling the play button back up.
  • Make it possible to make recordings directly in the editor.
  • Add jack input/output support.
  • Make editor file format that stores all setting and source files as well all session metadata.
  • When using autogenerate, make it possible to mark the area you want to generate from in case you have more than one instrument in the same wav.
  • Make it possible to left-drag-select any number of hits in velocity view.
  • Make it possible to left-drag-select any number of hits in waveform view.
  • Create base kit editor that creates the drumkit and midimap .xml files from files exported from current dgedit. Functionality currently unspecified.
  • Add eq filter for autocalculation. This enables the energy detection only at certain frequencies.

Attack calculation

Attack calculation on each sample are currently just using the audio power of the raw signal. This is to be changed so that a fully configurable nutch filter can be applied before the power calculation is performed. The sample must be listenable with apreview of the nutch filter in order for the user to set the correct frequency, width and gain parameters.

Sample generation

Samples must be recorded with alternating right and left hand strokes on each drum, staring with the right hand. Each right/left hand stroke pair must be of equal velocity making it possible for the sample cutter to pair them without further analysis. The calculated attack strength of the sample pair can be calculated using either the right or left hand alone for the pair or doing an average of the two. The sample pairings are stored in the dataset for the engine to use.

Player

The engine can choose between either single hand strokes (right hand only) and multihand samples (alternating right and left) based on the speed in which the strokes are happening. This will make it possible to force a snare fill to be played using right/left hand because the speed of the fill is about double the rate of the single hand strokes.

Example: Blast beat in 240bpm (16th notes) results in 960bpm snare notes. Then a snare fill will be utilising double that speed resulting in 1920bpms. This 'jump' in speed is easily detectable by the engine (and the speed threshold is user configurable). When in dual-hand mode the sampleselection algorithm works as usual (based on randomness) but in multihand mode it will alternate between the right and left hand samples.

Ultimately this feature will result in less 'machinegun' snare during fills.

The feature could be combined with the velocity level and make it possible to switch to eg. gravity blast mode.

Furthermore the need for multiple note values for the right and left kick drums will disappear since the right kick can be used in the slower parts and alternating right and left can be used in faster parts.

Completed Features/Roadmap

Version 0.10

Major release
Released January 6th 2019.

  • Redesign UI to handle a full drumkit at once. (deva)
    • Remove all channel map references if a kit channel is removed. (deva)
    • Clear canvas and master file if the current master file is removed. (deva)
    • Add “main” checkbox to filelist (for bleed control). (deva)
    • Add “are you sure” when closing if project is dirty. (deva)
    • Open in “disabled” state if no file is specified on commandline until either open or new is called.. (deva)
    • Make changes to the channel map and main mark affect the data model at once in the file list, instead of only on enter or when the edit widget loses focus. (deva)
    • Disable “Save” menu until save as has been called the first time. (deva)
    • Add kit description to project. (deva)
    • Add kit samplerate to project. (deva)
    • Add about dialog. (deva)
  • Other:
    • Fix dragging of circles in power graph. (deva)
    • Use translation tags and linguist for all application strings. (deva)
    • Fix Qt5 compilation issues (if any). (deva)
    • Pulling a region in the edit tab to the leftmost seems to cause an integer underflow, as opposed to just setting to 0. (deva)

Versions before 0.10 shared roadmap with drumgizmo

See drumgizmo release notes on version 0.9.5 and older for the details.

dgedit/roadmap.txt · Last modified: 2021/03/02 16:05 by deva
Trace: roadmap
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0