-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shell commands to the MIDI File Player #713
Commits on Dec 5, 2020
-
start adding midi file player commands
jjceresa committedDec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 2391f07 - Browse repository at this point
Copy the full SHA 2391f07View commit details -
jjceresa committed
Dec 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 996825e - Browse repository at this point
Copy the full SHA 996825eView commit details
Commits on Dec 6, 2020
-
jjceresa committed
Dec 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 5946a79 - Browse repository at this point
Copy the full SHA 5946a79View commit details -
add command start, stop, continue, next song
jjceresa committedDec 6, 2020 Configuration menu - View commit details
-
Copy full SHA for d3669a6 - Browse repository at this point
Copy the full SHA d3669a6View commit details -
jjceresa committed
Dec 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 7a923df - Browse repository at this point
Copy the full SHA 7a923dfView commit details -
jjceresa committed
Dec 6, 2020 Configuration menu - View commit details
-
Copy full SHA for d6c4a80 - Browse repository at this point
Copy the full SHA d6c4a80View commit details -
- Update player commands strings.
- add player_step command. - add function fluid_handle_player_cde() to reduce code.
jjceresa committedDec 6, 2020 Configuration menu - View commit details
-
Copy full SHA for db44d41 - Browse repository at this point
Copy the full SHA db44d41View commit details -
Avoid a div by 0 in fluid_player_set_bpm()
jjceresa committedDec 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 30ac4a1 - Browse repository at this point
Copy the full SHA 30ac4a1View commit details -
add comment in new_fluid_cmd_handler()
jjceresa committedDec 6, 2020 Configuration menu - View commit details
-
Copy full SHA for e1a7f05 - Browse repository at this point
Copy the full SHA e1a7f05View commit details
Commits on Dec 7, 2020
-
reorderplayer starting in fluidsynth.c
jjceresa committedDec 7, 2020 Configuration menu - View commit details
-
Copy full SHA for e3b1ced - Browse repository at this point
Copy the full SHA e3b1cedView commit details
Commits on Jan 6, 2021
-
jjceresa committed
Jan 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 6191adb - Browse repository at this point
Copy the full SHA 6191adbView commit details -
jjceresa committed
Jan 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 2a5ed96 - Browse repository at this point
Copy the full SHA 2a5ed96View commit details -
put all player commands in fluid_handle_player_cde() function
jjceresa committedJan 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 722282f - Browse repository at this point
Copy the full SHA 722282fView commit details -
jjceresa committed
Jan 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 144763a - Browse repository at this point
Copy the full SHA 144763aView commit details -
jjceresa committed
Jan 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 18858ea - Browse repository at this point
Copy the full SHA 18858eaView commit details -
reduce number of conditional operators
jjceresa committedJan 6, 2021 Configuration menu - View commit details
-
Copy full SHA for f46d498 - Browse repository at this point
Copy the full SHA f46d498View commit details -
jjceresa committed
Jan 6, 2021 Configuration menu - View commit details
-
Copy full SHA for aca7a99 - Browse repository at this point
Copy the full SHA aca7a99View commit details
Commits on Jan 7, 2021
-
put player tempo commands in fluid_handle_player_tempo_cde()
jjceresa committedJan 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 4e55092 - Browse repository at this point
Copy the full SHA 4e55092View commit details
Commits on Jan 10, 2021
-
Merge branch 'master' into player-cmd
- keep existant API new_fluid_cmd_handler(), new_fluid_server() unchanged. - add player parameter to new_fluid_cmd_handler2() API. - add new_fluid_server2() API.
jjceresa committedJan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 43863e0 - Browse repository at this point
Copy the full SHA 43863e0View commit details -
load the default soundfont, if no soundfont specified
jjceresa committedJan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 1382f85 - Browse repository at this point
Copy the full SHA 1382f85View commit details -
Add player_tempo_int commands.
Put player tempo commands in fluid_handle_player_tempo_cde() functions.
jjceresa committedJan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 51b6000 - Browse repository at this point
Copy the full SHA 51b6000View commit details -
use new function API fluid_player_set_tempo()
jjceresa committedJan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 569ff2d - Browse repository at this point
Copy the full SHA 569ff2dView commit details -
check if argument is in valid range
jjceresa committedJan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for e3f0d5c - Browse repository at this point
Copy the full SHA e3f0d5cView commit details -
return FLUID_FAILED instead FLUID_OK
jjceresa committedJan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 5c0fd79 - Browse repository at this point
Copy the full SHA 5c0fd79View commit details -
jjceresa committed
Jan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 425898a - Browse repository at this point
Copy the full SHA 425898aView commit details -
print argument name when in invalid range
jjceresa committedJan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 8d402bd - Browse repository at this point
Copy the full SHA 8d402bdView commit details -
jjceresa committed
Jan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 3dcd4c2 - Browse repository at this point
Copy the full SHA 3dcd4c2View commit details -
jjceresa committed
Jan 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 30f0833 - Browse repository at this point
Copy the full SHA 30f0833View commit details