Skip to content

Commit

Permalink
Improve Daisy documentation(2).
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Aug 3, 2021
1 parent 584e8ee commit 76ab7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions architecture/daisy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ process = os.osc(freq) * gain * gate, os.sawtooth(freq) * gain * check;

Specific architecture files have been developed:

- `faust/gui/DaisyControlUI.h`: to be used with the DSP `buildUserInterface` method to implement `button`, `checkbox`, `hslider`, `vslider` controllers, and interpret the specific metadata previously described
- `/faust/midi/daisy-midi.h`: implements a [midi_handler](https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/midi/midi.h) subclass to decode incoming MIDI events.
- [faust/gui/DaisyControlUI.h](https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/gui/DaisyControlUI.h): to be used with the DSP `buildUserInterface` method to implement `button`, `checkbox`, `hslider`, `vslider` controllers, and interpret the specific metadata previously described
- [faust/midi/daisy-midi.h](https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/midi/daisy-midi.h): implements a [midi_handler](https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/midi/midi.h) subclass to decode incoming MIDI events.

0 comments on commit 76ab7cb

Please sign in to comment.