2007-08-05 23:56:40 +00:00
- do not process effects when playing frozen patterns
2006-12-18 00:29:17 +00:00
- select number of channels in export-project-dialog
2006-09-21 16:17:17 +00:00
- try to make vestige-plugin-dlls relative
- do song-editor-tempo-connection to vst-plugin inside remoteVSTPlugin
2006-05-22 12:33:18 +00:00
- add/remove-steps button in bb-editor for adding/removing according number of steps to/from all patterns of visible beat/baseline
2006-04-07 06:27:50 +00:00
- replace rest of wizard by simple directory-selection-dialog for working-dir when running the first time
2006-04-05 13:24:13 +00:00
- correctly load steps/dots from FLP-files
- convert FL-Plucked!-parameters to Vibed-parameters
2006-03-29 13:26:53 +00:00
- in flp-import-filter: merge play-list-items if possible
2006-03-27 12:19:04 +00:00
- integrated sample-browser in context-menu of sample-track/-tco
2006-03-21 13:42:28 +00:00
- make note able of journalling
- before calling undoStep/redoStep from journallingObject, save journalling-state-context and disabled journalling, restore afterwards
- intelligent journal-entry-merging
- undo/redo-support in note/track etc.
- save tco-settings in trackContentWidget::saveSettings() etc. instead of track::...
2006-03-14 13:30:28 +00:00
- restore stacking-order of windows when loading project
2006-05-22 12:33:18 +00:00
- bristol-bindings?
2006-03-14 13:30:28 +00:00
- resample sample-track-tcos when using hq-mode
2006-03-07 15:34:27 +00:00
- add support for panes-interface (like blender) (instead of MDI etc.)
2006-04-06 08:16:07 +00:00
- message to user when importing unsupported MIDI-file (track-count = 0)
2006-03-14 13:30:28 +00:00
- AMS/OMS-bindings
2007-08-05 23:56:40 +00:00
- remove binary-embed-system (Qt4-resource-system?)
2006-03-05 00:10:50 +00:00
- recording-functionality
2006-04-06 08:16:07 +00:00
- do not hang when saving while loading VST-plugin (because then we call dispatcher while the load-process is still going on)
2006-03-07 15:34:27 +00:00
- tempo-recogn. and sync of beat-samples
2006-02-06 12:52:58 +00:00
- make color-scheme switchable: LMMS / user
2006-01-23 09:25:49 +00:00
- autosave every 30s (configurable!) and offer recovery at startup after crash
- make piano-roll use rubberband instead of implementing a simple one on it's own
2007-08-05 23:56:40 +00:00
- level-meters in output-graph and instrument-track
2005-12-19 12:17:23 +00:00
- MIDI-program/MIDI-mapping/process program-/channel-change-events from MIDI-files
2005-10-24 09:13:39 +00:00
- DSSI-support
2005-10-20 13:02:26 +00:00
- use drawLineF() for drawing notes in pattern::paintEvent() in qt4-version
2005-09-29 07:18:55 +00:00
- only redraw region given by paint-event in pattern, bbTCO, sampleTCO etc.
2005-09-22 13:49:52 +00:00
- pre-listen when opening sample with QFileDialog
- panning-editing in piano-roll
- speed up painting of sampleTCO
2006-01-30 10:50:02 +00:00
- panning env+lfo
2005-09-22 13:49:52 +00:00
- rewrite export-project-dialog using layout-mechanism
- make piano-roll use the global clipboard??
2005-12-05 12:26:16 +00:00
- add more localizations:
2005-10-14 11:37:16 +00:00
- Swedish
- Norwegian
- Greece
2008-11-30 05:31:05 +00:00
- Elvish
2005-10-14 11:37:16 +00:00
- ...
2005-09-22 13:49:52 +00:00
- effect-board -> live-fx from input
- chord-editor?
- WAVE/OGG/MP3-Import -> FFT-analysis -> write notes
- classical note-edit-window -> also ability of printing and maybe later scanning & recognition of notes
- add FLAC as export-format?
2008-11-14 04:36:18 +00:00
Andrew Kelley's todo:
2008-12-13 02:28:24 +00:00
- add note panning ability to piano roll
- paint piano roll notes with a darker color based on how high volume the note is
- paint note volume blue if selected
- multiview button - show notes from every instrument in the current beat+bassline with different colors
- undo/redo for piano roll
2008-12-05 08:03:15 +00:00
- add a tools menu to piano roll
* put some of the tools on there that already have keyboard shortcuts (ctrl+up/down, shift+left/right)
* humanizing tool
* quick slice
* look through FL Studio's tools and implement some of them
2008-12-13 09:02:11 +00:00
- if you press both controls at the same time, the piano roll gets stuck in selection mode
2008-12-13 02:28:24 +00:00
- recording automation
- make knobs easier to tune (less sensitive)
- make the menu for a channel happen when you right click, instead of renaming, and make the midi input a top-level menu item
- add a "Set exact value" to a right clicked automation menu
- enable "auto detect" by default when you bring up the "connect to controller" window
2008-12-05 08:03:15 +00:00
2008-12-06 04:38:29 +00:00
- "paintbrush" tool for the song editor, to easily "paint" beat+basslines
2008-11-29 00:15:18 +00:00
- when you clone a track in the song editor, rename the track so that it doesn't have the same name (increment the number if necessary)
- somehow enable easy pattern copy pasting in the beat+bassline editor
2008-11-14 04:36:18 +00:00
- make it so you can see the notes when putting a pattern in the playlist
2008-11-29 00:15:18 +00:00
- adding/removing steps to the beat+bassline editor is awkward
- the 'add beat+bassline' button in the beat+bassline editor is misleading - I say we remove it and rely on the song editor to add beat+basslines
2008-11-30 05:31:05 +00:00
- make it so that 3xosc notes don't max out
2008-12-05 08:03:15 +00:00
- implement note detuning (used to be ctrl+click to access note detuning) (need some other intuitive way to access note detuning as ctrl, shift, and alt are all being used)
2008-12-08 00:36:17 +00:00
- make the horizontal mouse wheel do the same thing as shift+vertical mouse wheel
2008-12-08 21:48:54 +00:00
- copy-pasted automation patterns have to be manually linked back to their knob for some reason