Skip to content
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

Merged
merged 28 commits into from
Jan 15, 2021
Merged

Add shell commands to the MIDI File Player #713

merged 28 commits into from
Jan 15, 2021

Commits on Dec 5, 2020

  1. start adding midi file player commands

    jjceresa committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    2391f07 View commit details
    Browse the repository at this point in the history
  2. fix missing parameter player

    jjceresa committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    996825e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. remove printf

    jjceresa committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    5946a79 View commit details
    Browse the repository at this point in the history
  2. add command start, stop, continue, next song

    jjceresa committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    d3669a6 View commit details
    Browse the repository at this point in the history
  3. add player loop command

    jjceresa committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    7a923df View commit details
    Browse the repository at this point in the history
  4. add player tempo command

    jjceresa committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    d6c4a80 View commit details
    Browse the repository at this point in the history
  5. - Update player commands strings.

    - add player_step command.
    - add function fluid_handle_player_cde() to reduce code.
    jjceresa committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    db44d41 View commit details
    Browse the repository at this point in the history
  6. Avoid a div by 0 in fluid_player_set_bpm()

    jjceresa committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    30ac4a1 View commit details
    Browse the repository at this point in the history
  7. add comment in new_fluid_cmd_handler()

    jjceresa committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    e1a7f05 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. reorderplayer starting in fluidsynth.c

    jjceresa committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e3b1ced View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. fix typo in help player

    jjceresa committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6191adb View commit details
    Browse the repository at this point in the history
  2. add tempo bpm display

    jjceresa committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2a5ed96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    722282f View commit details
    Browse the repository at this point in the history
  4. cleanup comments

    jjceresa committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    144763a View commit details
    Browse the repository at this point in the history
  5. align help string

    jjceresa committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    18858ea View commit details
    Browse the repository at this point in the history
  6. reduce number of conditional operators

    jjceresa committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f46d498 View commit details
    Browse the repository at this point in the history
  7. reduce nested if statement

    jjceresa committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    aca7a99 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    4e55092 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. 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 committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    43863e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1382f85 View commit details
    Browse the repository at this point in the history
  3. Add player_tempo_int commands.

    Put player tempo commands in fluid_handle_player_tempo_cde() functions.
    jjceresa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    51b6000 View commit details
    Browse the repository at this point in the history
  4. use new function API fluid_player_set_tempo()

    jjceresa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    569ff2d View commit details
    Browse the repository at this point in the history
  5. check if argument is in valid range

    jjceresa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    e3f0d5c View commit details
    Browse the repository at this point in the history
  6. return FLUID_FAILED instead FLUID_OK

    jjceresa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    5c0fd79 View commit details
    Browse the repository at this point in the history
  7. fix comment in fluidsynth.c

    jjceresa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    425898a View commit details
    Browse the repository at this point in the history
  8. print argument name when in invalid range

    jjceresa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    8d402bd View commit details
    Browse the repository at this point in the history
  9. suppress smell

    jjceresa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    3dcd4c2 View commit details
    Browse the repository at this point in the history
  10. fix comment typo

    jjceresa committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    30f0833 View commit details
    Browse the repository at this point in the history