- 12 Oct, 2020 1 commit
-
-
Albert Gräf authored
-
- 10 Oct, 2020 2 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
- 09 Oct, 2020 3 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
This adds support for the SMMF MIDI message format, cf. https://bitbucket.org/agraef/pd-smmf. It also adds canvas/path search for soundfont files, so that these can be found more easily without having to use absolute pathnames, as well as a few cosmetic changes to help and error messages. In default "legacy" mode, the object is 100% backwards-compatible (except for the soundfont file search), so that existing patches will continue to work without any changes. In SMMF mode, which is invoked with the new -smmf option (used either as a creation argument, or with the "init" message), the SMMF message format can be used to denote MIDI messages. Legacy messages still continue to work in SMMF mode as well, except the "note" and "bend" messages which are used in both formats with the same argument count but different argument order. However, the corresponding shortcuts "n" and "b" of the legacy format still work even in SMMF mode. Rationale: SMMF offers the following advantages over the legacy message interface that fluid~ currently uses: - It covers all MIDI voice messages, as well as system exclusive messages. (Note that sysex support is particularly interesting in the context of fluidsynth because it allows to pass tuning data using sysex messages following the MIDI Tuning Standard (MTS), which fluidsynth readily supports.) - It enforces a close 1-1 correspondence between the Pd MIDI objects and the message format (it uses the same basenames as message selectors, and has the arguments in the right order to easily interface with the Pd MIDI objects). - It is is readily supported by some helper abstractions (midi-input.pd and midi-output.pd, available at https://bitbucket.org/agraef/pd-smmf). - Last but not least, it is compatible with pd-faust and pd-faustgen2 which makes it very easy to integrate Faust- and soundfont-based synthesis in Pd.
-
- 07 Oct, 2020 1 commit
-
-
Albert Gräf authored
This reverts commit 5eb67db0, reversing changes made to b363df22.
-
- 05 Oct, 2020 2 commits
-
-
Albert Gräf authored
-
-
- 02 Oct, 2020 1 commit
-
-
Ivica Bukvic authored
* migrating to Linux for debugging
-
- 23 Sep, 2020 1 commit
-
-
Ivica Bukvic authored
-
- 22 Sep, 2020 1 commit
-
-
- 20 Sep, 2020 1 commit
-
-
Guillem Bartrina authored
-
- 09 Sep, 2020 5 commits
-
-
-
-
-
This is useful, in particular, to print out pointer values with the %zx specifier, since it prevents the annoying format warnings when using %zx with t_int.
-
-
- 06 Sep, 2020 1 commit
-
-
Ivica Bukvic authored
* Previously reinstantiation only worked every other time the object was deselected. Now we force it to properly reinstantiate after each deselect.
-
- 02 Sep, 2020 2 commits
-
-
-
Albert Gräf authored
-
- 31 Aug, 2020 1 commit
-
-
Ivica Bukvic authored
*Added global connectme flag that allows for irregular/unusual objects to be properly positioned when being autopatched. This also deals with objects that do not have their top-left corner aligned with the (0,0) coords.
-
- 19 Aug, 2020 1 commit
-
-
Albert Gräf authored
-
- 08 Aug, 2020 1 commit
-
-
Guillem Bartrina authored
-
- 05 Aug, 2020 1 commit
-
-
Guillem Bartrina authored
-
- 30 Jul, 2020 1 commit
-
-
Albert Gräf authored
-
- 17 Jul, 2020 2 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
- 07 Jul, 2020 1 commit
-
-
Albert Gräf authored
-
- 03 Jul, 2020 1 commit
-
-
Albert Gräf authored
-
- 20 Jun, 2020 1 commit
-
-
Jonathan Wilkes authored
-
- 24 May, 2020 1 commit
-
-
Jonathan Wilkes authored
-
- 09 Mar, 2020 1 commit
-
-
Jonathan Wilkes authored
-
- 02 Mar, 2020 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 01 Mar, 2020 1 commit
-
-
Jonathan Wilkes authored
-
- 27 Feb, 2020 1 commit
-
-
Jonathan Wilkes authored
-
- 29 Sep, 2019 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-