summaryrefslogtreecommitdiffstats
path: root/apps/plugins/metronome.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-53/+2
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-194/+0
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-5/+0
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt1-2/+1
2015-02-03Enhancement of the metronome plugin:Thomas Orgis1-753/+1730
2014-05-24Separate keymaps for YH-820 and YH-920/925Sebastian Leonhardt1-1/+2
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-1/+1
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-1/+1
2011-12-28plugins: another round of making local things static and adding missing #incl...Bertrik Sikken1-2/+2
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg1-1/+0
2011-10-04plugins: make local functions static for metronome, rockblox1d, wavviewBertrik Sikken1-10/+10
2011-02-03Correct the metronome keymap in the manual. Better describe buttons/actions i...Andree Buschmann1-2/+2
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-20/+9
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-9/+20
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-20/+9
2010-07-01metronome: fix issue that backlight doesn't turn off.Teruaki Kawashima1-0/+1
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz1-64/+45
2009-11-17Fix FS#10546 - metronome doesn't work on h1xx/h3xx.Torne Wuff1-2/+2
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-01-24remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...Andrew Mahone1-2/+0
2009-01-16loader-initialized global plugin API:Andrew Mahone1-7/+4
2008-11-25Delete unused var and slight style policeNils Wallménius1-10/+15
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-10-30Data does not belong in .h files. Not even if it makes the .c file prettier.Björn Stenberg1-1/+588
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-04-12Optimise some more line drawing calls.Jens Arnold1-1/+1
2008-04-04Allow to select the core for running the user timer on portalplayer targets. ...Jens Arnold1-1/+1
2008-03-09fix FS#8701 - metronome doesnt change back to ui font after drawingJonathan Gordon1-0/+1
2008-01-23Fixed the problems on the new version of the fire plugin (so repush it), adde...Kevin Ferrare1-21/+6
2008-01-13Reenable metronome on Archos targets which got lost during the big change to ...Marianne Arnold1-1/+1
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-1/+10
2007-07-29Fixed the metronome plugin crashing on target. Fixes <a href='http://www.rock...Kevin Ferrare1-42/+38
2007-07-29Least but not lastKevin Ferrare1-1/+1
2007-07-29How should I say ... oops ?Kevin Ferrare1-1/+1
2007-07-29Use multi-screen api for metronome plugin, and made it run in the simulator b...Kevin Ferrare1-636/+38
2007-06-14Move the MEM_FUNCTION_WRAPPERS macro into plugin.h and get rid of the extra h...Nils Wallménius1-1/+0
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-1/+4
2007-06-10Fix metronome errors for hw codec.Michael Sevakis1-0/+2
2007-06-10Plugins that play sound must be sure to set inputs and outputs on audio muxed...Michael Sevakis1-3/+17
2007-04-12Fix metronome plugin crashing on SWCODEC targets and fixed a division by zero...Miika Pekkarinen1-2/+20
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-1/+1
2006-12-04fix metronome sync buttonJonathan Gordon1-1/+2
2006-12-03oops, its not as simple as that...Martin Scarratt1-2/+1
2006-12-03Enable syncing button in the metronome for I-RiversMartin Scarratt1-0/+1
2006-12-03#if != #ifdefJonathan Gordon1-1/+1
2006-11-26fix metronome keysJonathan Gordon1-5/+12
2006-11-17fix ondio keys, and tempo +/- on all targetsJonathan Gordon1-5/+9
2006-11-16implement actions in the plugins, bubbles and metronome converted.Jonathan Gordon1-133/+47
2006-10-27Let SOURCES handle the sim exclusion for metronomeMartin Arver1-3/+1