Issues
- 0
Update with Bevy v0.14
#177 opened by yjpark - 0
Upgrade with Bevy 0.13
#176 opened by yjpark - 0
Update wasm build after updating with Bevy 0.12
#175 opened by yjpark - 0
Add scale kb page
#140 opened by yjpark - 0
put notation_bevy_utils codes into edger_dev/crates, which can be reused in other projects.
#173 opened by yjpark - 2
Update with Bevy 0.12
#174 opened by yjpark - 0
Update with bevy 0.11
#170 opened by yjpark - 0
Remove fehler dependency, use snafu instead.
#172 opened by yjpark - 0
- 0
Upgrade with bevy 0.10
#169 opened by yjpark - 0
Show guitar fretboard as a view
#167 opened by yjpark - 0
- 0
- 0
Update with Bevy 0.9
#166 opened by yjpark - 2
Update with Bevy 0.8
#165 opened by yjpark - 0
Bug in PickDsl's DurationTweak, seems can't apply the double or half some time.
#131 opened by yjpark - 0
Bug in ShapeDsl's DurationTweak, can't double.
#132 opened by yjpark - 0
Add a setting to make the first bar of every section to force a new row in grid mode
#156 opened by yjpark - 1
`Try in browser` link is down
#164 opened by joepio - 0
Add grid line for melody/harmony to represent the group of notes (based on 3rd steps)
#162 opened by yjpark - 1
Create a very basic reader for guitar pro file format
#161 opened by yjpark - 0
Split the egui logic out into separate crate or adding a feature switch, for running the code natively on ios and android.
#160 opened by yjpark - 0
- 1
- 1
Add kb page for guitar fretboard training
#145 opened by yjpark - 0
Some quick way to play certain notes with web-audio on web page (with or without rust both OK)
#149 opened by yjpark - 0
Using https://github.com/StarArawn/bevy_ecs_tilemap to create a note map based on tonnez idea (tweak for melodys)
#157 opened by yjpark - 1
Cleanup the note and syllable_note situation, better to not need too much conversions
#155 opened by yjpark - 0
Pass settings into wasm viewer
#148 opened by yjpark - 0
Proper l10n for the apps
#144 opened by yjpark - 0
Timing issue with 3/4 songs (float issue with some timing hacks, should cleanup)
#154 opened by yjpark - 0
Remove the inspector logic
#153 opened by yjpark - 0
Add grid line for base notes (maybe some other notes) in harmony and melody grid
#152 opened by yjpark - 0
- 0
Generate tones lane for guitar tab
#150 opened by yjpark - 0
Some way to only show selected bars (for screenshot)
#147 opened by yjpark - 0
Disable input for egui area: check https://github.com/mvlabat/bevy_egui/issues/47
#146 opened by yjpark - 0
- 0
load egui font from assets
#143 opened by yjpark - 0
Make midi synth working with kb sound generator
#141 opened by yjpark - 0
Upgrade with bevy 0.6
#142 opened by yjpark - 0
Some way to play sound in the harmonics kb page
#139 opened by yjpark - 0
Asset folder is not supported under wasm (bevy's asset_server not support them), figure out some workaround for it.
#138 opened by yjpark - 0
- 0
Adding support for internal links in easy mark view
#137 opened by yjpark - 0
Support loading folder of markdown files for generic kb_page without changing assets.
#136 opened by yjpark - 0
- 0
- 0
Very basic editor gui, just create a egui text area, then load tab from it will be fine.
#130 opened by yjpark - 0
Parse tab source code without running rust compiler.
#128 opened by yjpark