Skip to content

Commit 76ab7cb

Browse files
committed
Improve Daisy documentation(2).
1 parent 584e8ee commit 76ab7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

architecture/daisy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ process = os.osc(freq) * gain * gate, os.sawtooth(freq) * gain * check;
4545

4646
Specific architecture files have been developed:
4747

48-
- `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
49-
- `/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.
48+
- [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
49+
- [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 commit comments

Comments
 (0)