issues
search
notation-fun
/
notation
A modern visual music notation, colorful and dynamic
https://www.notation.fun/
Other
261
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update with Bevy v0.14
#177
yjpark
closed
4 months ago
0
Upgrade with Bevy 0.13
#176
yjpark
closed
8 months ago
0
Update wasm build after updating with Bevy 0.12
#175
yjpark
opened
10 months ago
0
Update with Bevy 0.12
#174
yjpark
closed
10 months ago
2
put notation_bevy_utils codes into edger_dev/crates, which can be reused in other projects.
#173
yjpark
closed
10 months ago
0
Remove fehler dependency, use snafu instead.
#172
yjpark
opened
1 year ago
0
Remove cargo-make and use unique path for generated wasm file
#171
yjpark
closed
1 year ago
0
Update with bevy 0.11
#170
yjpark
closed
1 year ago
0
Upgrade with bevy 0.10
#169
yjpark
closed
1 year ago
0
Cleanup notation_app to a modular way, to be used in different way.
#168
yjpark
opened
1 year ago
0
Show guitar fretboard as a view
#167
yjpark
opened
1 year ago
0
Update with Bevy 0.9
#166
yjpark
closed
1 year ago
0
Update with Bevy 0.8
#165
yjpark
closed
2 years ago
2
`Try in browser` link is down
#164
joepio
closed
2 years ago
1
Some quick experiment to draw some note/chord representations
#163
yjpark
closed
1 year ago
0
Add grid line for melody/harmony to represent the group of notes (based on 3rd steps)
#162
yjpark
closed
2 years ago
0
Create a very basic reader for guitar pro file format
#161
yjpark
closed
2 years ago
1
Split the egui logic out into separate crate or adding a feature switch, for running the code natively on ios and android.
#160
yjpark
closed
2 years ago
0
Create a fretboard view for notes in given scale or chord.
#159
yjpark
opened
2 years ago
0
Improve the quick hack about iOS (safari) web audio muted.
#158
yjpark
opened
2 years ago
1
Using https://github.com/StarArawn/bevy_ecs_tilemap to create a note map based on tonnez idea (tweak for melodys)
#157
yjpark
opened
2 years ago
0
Add a setting to make the first bar of every section to force a new row in grid mode
#156
yjpark
closed
2 years ago
0
Cleanup the note and syllable_note situation, better to not need too much conversions
#155
yjpark
closed
2 years ago
1
Timing issue with 3/4 songs (float issue with some timing hacks, should cleanup)
#154
yjpark
closed
2 years ago
0
Remove the inspector logic
#153
yjpark
closed
2 years ago
0
Add grid line for base notes (maybe some other notes) in harmony and melody grid
#152
yjpark
closed
2 years ago
0
Some way to make the base notes in a pick to have longer duration
#151
yjpark
closed
2 years ago
0
Generate tones lane for guitar tab
#150
yjpark
closed
2 years ago
0
Some quick way to play certain notes with web-audio on web page (with or without rust both OK)
#149
yjpark
opened
2 years ago
0
Pass settings into wasm viewer
#148
yjpark
closed
2 years ago
0
Some way to only show selected bars (for screenshot)
#147
yjpark
closed
2 years ago
0
Disable input for egui area: check https://github.com/mvlabat/bevy_egui/issues/47
#146
yjpark
closed
2 years ago
0
Add kb page for guitar fretboard training
#145
yjpark
closed
2 years ago
1
Proper l10n for the apps
#144
yjpark
closed
2 years ago
0
load egui font from assets
#143
yjpark
closed
2 years ago
0
Upgrade with bevy 0.6
#142
yjpark
closed
2 years ago
0
Make midi synth working with kb sound generator
#141
yjpark
closed
2 years ago
0
Add scale kb page
#140
yjpark
closed
10 months ago
0
Some way to play sound in the harmonics kb page
#139
yjpark
closed
2 years ago
0
Asset folder is not supported under wasm (bevy's asset_server not support them), figure out some workaround for it.
#138
yjpark
closed
2 years ago
0
Adding support for internal links in easy mark view
#137
yjpark
closed
2 years ago
0
Support loading folder of markdown files for generic kb_page without changing assets.
#136
yjpark
closed
2 years ago
0
Some way to explain the string length, and harmonics stuffs
#135
yjpark
closed
2 years ago
0
Separate the viewer specific logic out of the notation_bevy crate
#134
yjpark
closed
2 years ago
0
expand the help panel/page a bit, to support more general content
#133
yjpark
closed
2 years ago
0
Bug in ShapeDsl's DurationTweak, can't double.
#132
yjpark
closed
2 years ago
0
Bug in PickDsl's DurationTweak, seems can't apply the double or half some time.
#131
yjpark
closed
2 years ago
0
Very basic editor gui, just create a egui text area, then load tab from it will be fine.
#130
yjpark
opened
2 years ago
0
Add some error message display in case of parsing tab failed.
#129
yjpark
closed
2 years ago
0
Parse tab source code without running rust compiler.
#128
yjpark
closed
2 years ago
0
Next