Fri Sep 4 13:02:58 2020 UTC ()
audio/din: Updates to 48

Changes since 47.1:

DIN Is Noise 48:

  /*  create drone pendulum based on number of drones instead of spacing

  /* convert selected pitched drones to noising drones and vice-versa.
    + CTRL + . to convert selected pitched drones to noising drones
      or Menu >> Drone Tools >> Drone > Noise
    + CTRL + , to convert selected noising drones to pitched drones
      or Menu >> Drone Tools >> Noise > Drone

  /* mute and unmute selected drones
    + SHIFT + , to mute selected drones or Menu > Drone tools > Mute
    + SHIFT + . to unmute selected drones or Menu > Drone tools > Unmute

  /* Zero and Reset gravity from Gravity widget

  /* Zero velocity of drones

  /* Start and End angles for geometry > sound plugins on curve editor
    + ie., Circler, Rose_Milker and Lissajous
      + you can now turn a part - an arc - of rose and lissajous curves into waveforms/envelopes/modulators!
    + Phase for Spiraler
      + End angle found from Turns

  /* Start, End points in Countries plugin on curve editors

    + turn 'arc' of a 'country polygon' into waveform/envelope/modulator

  /* set Phase of each harmonic in Sine_Mixer

    + press g to toggle between harmonics and phase 'levels'
    + Phase levels is blue
      + goes from 0 deg (bottom) to 360 deg (top)

  /* press f to toggle paint harmonics (or phase) in Sine_Mixer

  /* overlay last screen (instrument or editor) on curve editor

  /* !EXPERIMENTAL! mouse slider increment scaling

    When using mouse slider:

      press , to set increment to 1/N of original increment
      press . to set increment to Nx of original increment
      press 1,2,3...9 sets N = 1,2,3...9
      press 0 to set N = 10
      default N = 10

  /* if selected drones exist, set initial menu tab to Drone Params on microtonal keyboard

  * ` to flip to last screen
      * flip between editors
      * flip between instruments

  * improved curve editor
    * curve samples display, curve component picker, cursor display

  * improved auto splitting 'box that has a ball' in Mondrian
    * results in better trapping of ball(s) in box(es) :)

  ! fixed dont warp mouse when mouse slider activation aborted !
  ! fixed add/remove gravity widget on menu toggle !
  ! fixed load/save of launched drones !
  ! fixed reset velocity & gravity !
  ! fixed crash when clearing all harmonic bookmarks and moving sine mixer !
  ! fixed name of radius curve in spiraler plugin !
  ! fixed drones per minute as float instead of int !
  ! removed release location from the title bar as COVID-19 has grounded me in Chennai, India :( !


(fox)
diff -r1.22 -r1.23 pkgsrc/audio/din/Makefile
diff -r1.6 -r1.7 pkgsrc/audio/din/PLIST
diff -r1.14 -r1.15 pkgsrc/audio/din/distinfo
diff -r1.7 -r1.8 pkgsrc/audio/din/patches/patch-src_Makefile.am

cvs diff -r1.22 -r1.23 pkgsrc/audio/din/Makefile (switch to unified diff)

--- pkgsrc/audio/din/Makefile 2020/08/18 17:57:35 1.22
+++ pkgsrc/audio/din/Makefile 2020/09/04 13:02:57 1.23
@@ -1,27 +1,26 @@ @@ -1,27 +1,26 @@
1# $NetBSD: Makefile,v 1.22 2020/08/18 17:57:35 leot Exp $ 1# $NetBSD: Makefile,v 1.23 2020/09/04 13:02:57 fox Exp $
2 2
3DISTNAME= din-47.1 3DISTNAME= din-48
4PKGREVISION= 1 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= https://archive.org/download/dinisnoise_source_code/ 5MASTER_SITES= https://archive.org/download/dinisnoise_source_code/
7 6
8MAINTAINER= fox@NetBSD.org 7MAINTAINER= fox@NetBSD.org
9HOMEPAGE= https://dinisnoise.org/ 8HOMEPAGE= https://dinisnoise.org/
10COMMENT= Open source cross-platform sound synthesizer 9COMMENT= Open source cross-platform sound synthesizer
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
14USE_TOOLS+= autoreconf pkg-config gmake 13USE_TOOLS+= autoreconf pkg-config gmake
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16 15
17LIBS+= -ltcl -lSDL -lGL -lpthread 16LIBS+= -ltcl -lSDL -lGL -lpthread
18LIBS.Darwin+= -lSDLmain 17LIBS.Darwin+= -lSDLmain
19 18
20.include "options.mk" 19.include "options.mk"
21 20
22.include "../../devel/boost-libs/buildlink3.mk" 21.include "../../devel/boost-libs/buildlink3.mk"
23.include "../../lang/tcl/buildlink3.mk" 22.include "../../lang/tcl/buildlink3.mk"
24.include "../../devel/SDL/buildlink3.mk" 23.include "../../devel/SDL/buildlink3.mk"
25.include "../../graphics/MesaLib/buildlink3.mk" 24.include "../../graphics/MesaLib/buildlink3.mk"
26.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 25.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
27.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/audio/din/PLIST (switch to unified diff)

--- pkgsrc/audio/din/PLIST 2020/05/23 17:42:32 1.6
+++ pkgsrc/audio/din/PLIST 2020/09/04 13:02:57 1.7
@@ -1,493 +1,494 @@ @@ -1,493 +1,494 @@
1@comment $NetBSD: PLIST,v 1.6 2020/05/23 17:42:32 fox Exp $ 1@comment $NetBSD: PLIST,v 1.7 2020/09/04 13:02:57 fox Exp $
2bin/din 2bin/din
3share/applications/din.desktop 3share/applications/din.desktop
4share/din/factory/2600 4share/din/factory/2600
5share/din/factory/2600.help.tcl 5share/din/factory/2600.help.tcl
6share/din/factory/2600.patch.tcl 6share/din/factory/2600.patch.tcl
7share/din/factory/Makefile.am 7share/din/factory/Makefile.am
8share/din/factory/Sine_Mixer 8share/din/factory/Sine_Mixer
9share/din/factory/all_notes 9share/din/factory/all_notes
10share/din/factory/am.crv 10share/din/factory/am.crv
11share/din/factory/attack.crv 11share/din/factory/attack.crv
12share/din/factory/attack.ed 12share/din/factory/attack.ed
13share/din/factory/attack.lib 13share/din/factory/attack.lib
14share/din/factory/audio_prefs 14share/din/factory/audio_prefs
15share/din/factory/binaural-drone.help.tcl 15share/din/factory/binaural-drone.help.tcl
16share/din/factory/binaural-drones-waveform.crv 16share/din/factory/binaural-drones-waveform.crv
17share/din/factory/binaural-drones-waveform.ed 17share/din/factory/binaural-drones-waveform.ed
18share/din/factory/binaural-drones.hlp 18share/din/factory/binaural-drones.hlp
19share/din/factory/binaural-drones.tcl 19share/din/factory/binaural-drones.tcl
20share/din/factory/binaural_drones 20share/din/factory/binaural_drones
21share/din/factory/blues 21share/din/factory/blues
22share/din/factory/blues.drone 22share/din/factory/blues.drone
23share/din/factory/blues.intervals 23share/din/factory/blues.intervals
24share/din/factory/blues.ranges 24share/din/factory/blues.ranges
25share/din/factory/changer.help.tcl 25share/din/factory/changer.help.tcl
26share/din/factory/changer.patch.tcl 26share/din/factory/changer.patch.tcl
27share/din/factory/chord.help.tcl 27share/din/factory/chord.help.tcl
28share/din/factory/circler.scr 28share/din/factory/circler.scr
29share/din/factory/circler_cos.crv 29share/din/factory/circler_cos.crv
30share/din/factory/circler_cos.ed 30share/din/factory/circler_cos.ed
31share/din/factory/circler_radius.crv 31share/din/factory/circler_radius.crv
32share/din/factory/circler_radius.ed 32share/din/factory/circler_radius.ed
33share/din/factory/circler_sin.crv 33share/din/factory/circler_sin.crv
34share/din/factory/circler_sin.ed 34share/din/factory/circler_sin.ed
35share/din/factory/coml.crv 35share/din/factory/coml.crv
36share/din/factory/compressor.ed 36share/din/factory/compressor.ed
37share/din/factory/comr.crv 37share/din/factory/comr.crv
38share/din/factory/cos.lib 38share/din/factory/cos.lib
39share/din/factory/country/afghanistan 39share/din/factory/country/afghanistan
40share/din/factory/country/albania 40share/din/factory/country/albania
41share/din/factory/country/algeria 41share/din/factory/country/algeria
42share/din/factory/country/american_samoa 42share/din/factory/country/american_samoa
43share/din/factory/country/andorra 43share/din/factory/country/andorra
44share/din/factory/country/angola 44share/din/factory/country/angola
45share/din/factory/country/anguilla 45share/din/factory/country/anguilla
46share/din/factory/country/antarctica 46share/din/factory/country/antarctica
47share/din/factory/country/antigua_and_barbuda 47share/din/factory/country/antigua_and_barbuda
48share/din/factory/country/argentina 48share/din/factory/country/argentina
49share/din/factory/country/armenia 49share/din/factory/country/armenia
50share/din/factory/country/aruba 50share/din/factory/country/aruba
51share/din/factory/country/australia 51share/din/factory/country/australia
52share/din/factory/country/austria 52share/din/factory/country/austria
53share/din/factory/country/azerbaijan 53share/din/factory/country/azerbaijan
54share/din/factory/country/bahamas 54share/din/factory/country/bahamas
55share/din/factory/country/bahrain 55share/din/factory/country/bahrain
56share/din/factory/country/bangladesh 56share/din/factory/country/bangladesh
57share/din/factory/country/barbados 57share/din/factory/country/barbados
58share/din/factory/country/belarus 58share/din/factory/country/belarus
59share/din/factory/country/belgium 59share/din/factory/country/belgium
60share/din/factory/country/belize 60share/din/factory/country/belize
61share/din/factory/country/benin 61share/din/factory/country/benin
62share/din/factory/country/bermuda 62share/din/factory/country/bermuda
63share/din/factory/country/bhutan 63share/din/factory/country/bhutan
64share/din/factory/country/bolivia 64share/din/factory/country/bolivia
65share/din/factory/country/bosnia_and_herzegovina 65share/din/factory/country/bosnia_and_herzegovina
66share/din/factory/country/botswana 66share/din/factory/country/botswana
67share/din/factory/country/bouvet_island 67share/din/factory/country/bouvet_island
68share/din/factory/country/brazil 68share/din/factory/country/brazil
69share/din/factory/country/british_indian_ocean_territory 69share/din/factory/country/british_indian_ocean_territory
70share/din/factory/country/british_virgin_islands 70share/din/factory/country/british_virgin_islands
71share/din/factory/country/brunei_darussalam 71share/din/factory/country/brunei_darussalam
72share/din/factory/country/bulgaria 72share/din/factory/country/bulgaria
73share/din/factory/country/burkina_faso 73share/din/factory/country/burkina_faso
74share/din/factory/country/burma 74share/din/factory/country/burma
75share/din/factory/country/burundi 75share/din/factory/country/burundi
76share/din/factory/country/cambodia 76share/din/factory/country/cambodia
77share/din/factory/country/cameroon 77share/din/factory/country/cameroon
78share/din/factory/country/canada 78share/din/factory/country/canada
79share/din/factory/country/cape_verde 79share/din/factory/country/cape_verde
80share/din/factory/country/cayman_islands 80share/din/factory/country/cayman_islands
81share/din/factory/country/central_african_republic 81share/din/factory/country/central_african_republic
82share/din/factory/country/chad 82share/din/factory/country/chad
83share/din/factory/country/chile 83share/din/factory/country/chile
84share/din/factory/country/china 84share/din/factory/country/china
85share/din/factory/country/christmas_island 85share/din/factory/country/christmas_island
86share/din/factory/country/cocos__keeling__islands 86share/din/factory/country/cocos__keeling__islands
87share/din/factory/country/colombia 87share/din/factory/country/colombia
88share/din/factory/country/comoros 88share/din/factory/country/comoros
89share/din/factory/country/congo 89share/din/factory/country/congo
90share/din/factory/country/cook_islands 90share/din/factory/country/cook_islands
91share/din/factory/country/costa_rica 91share/din/factory/country/costa_rica
92share/din/factory/country/cote_d_ivoire 92share/din/factory/country/cote_d_ivoire
93share/din/factory/country/croatia 93share/din/factory/country/croatia
94share/din/factory/country/cuba 94share/din/factory/country/cuba
95share/din/factory/country/cyprus 95share/din/factory/country/cyprus
96share/din/factory/country/czech_republic 96share/din/factory/country/czech_republic
97share/din/factory/country/democratic_republic_of_the_congo 97share/din/factory/country/democratic_republic_of_the_congo
98share/din/factory/country/denmark 98share/din/factory/country/denmark
99share/din/factory/country/djibouti 99share/din/factory/country/djibouti
100share/din/factory/country/dominica 100share/din/factory/country/dominica
101share/din/factory/country/dominican_republic 101share/din/factory/country/dominican_republic
102share/din/factory/country/ecuador 102share/din/factory/country/ecuador
103share/din/factory/country/egypt 103share/din/factory/country/egypt
104share/din/factory/country/el_salvador 104share/din/factory/country/el_salvador
105share/din/factory/country/equatorial_guinea 105share/din/factory/country/equatorial_guinea
106share/din/factory/country/eritrea 106share/din/factory/country/eritrea
107share/din/factory/country/estonia 107share/din/factory/country/estonia
108share/din/factory/country/ethiopia 108share/din/factory/country/ethiopia
109share/din/factory/country/falkland_islands__malvinas_ 109share/din/factory/country/falkland_islands__malvinas_
110share/din/factory/country/faroe_islands 110share/din/factory/country/faroe_islands
111share/din/factory/country/fiji 111share/din/factory/country/fiji
112share/din/factory/country/finland 112share/din/factory/country/finland
113share/din/factory/country/france 113share/din/factory/country/france
114share/din/factory/country/french_guiana 114share/din/factory/country/french_guiana
115share/din/factory/country/french_polynesia 115share/din/factory/country/french_polynesia
116share/din/factory/country/french_southern_and_antarctic_lands 116share/din/factory/country/french_southern_and_antarctic_lands
117share/din/factory/country/gabon 117share/din/factory/country/gabon
118share/din/factory/country/gambia 118share/din/factory/country/gambia
119share/din/factory/country/georgia 119share/din/factory/country/georgia
120share/din/factory/country/germany 120share/din/factory/country/germany
121share/din/factory/country/ghana 121share/din/factory/country/ghana
122share/din/factory/country/gibraltar 122share/din/factory/country/gibraltar
123share/din/factory/country/greece 123share/din/factory/country/greece
124share/din/factory/country/greenland 124share/din/factory/country/greenland
125share/din/factory/country/grenada 125share/din/factory/country/grenada
126share/din/factory/country/guadeloupe 126share/din/factory/country/guadeloupe
127share/din/factory/country/guam 127share/din/factory/country/guam
128share/din/factory/country/guatemala 128share/din/factory/country/guatemala
129share/din/factory/country/guernsey 129share/din/factory/country/guernsey
130share/din/factory/country/guinea 130share/din/factory/country/guinea
131share/din/factory/country/guinea-bissau 131share/din/factory/country/guinea-bissau
132share/din/factory/country/guyana 132share/din/factory/country/guyana
133share/din/factory/country/haiti 133share/din/factory/country/haiti
134share/din/factory/country/heard_island_and_mcdonald_islands 134share/din/factory/country/heard_island_and_mcdonald_islands
135share/din/factory/country/holy_see__vatican_city_ 135share/din/factory/country/holy_see__vatican_city_
136share/din/factory/country/honduras 136share/din/factory/country/honduras
137share/din/factory/country/hong_kong 137share/din/factory/country/hong_kong
138share/din/factory/country/hungary 138share/din/factory/country/hungary
139share/din/factory/country/iceland 139share/din/factory/country/iceland
140share/din/factory/country/index 140share/din/factory/country/index
141share/din/factory/country/india 141share/din/factory/country/india
142share/din/factory/country/indonesia 142share/din/factory/country/indonesia
143share/din/factory/country/iran 143share/din/factory/country/iran
144share/din/factory/country/iraq 144share/din/factory/country/iraq
145share/din/factory/country/ireland 145share/din/factory/country/ireland
146share/din/factory/country/isle_of_man 146share/din/factory/country/isle_of_man
147share/din/factory/country/israel 147share/din/factory/country/israel
148share/din/factory/country/italy 148share/din/factory/country/italy
149share/din/factory/country/jamaica 149share/din/factory/country/jamaica
150share/din/factory/country/japan 150share/din/factory/country/japan
151share/din/factory/country/jersey 151share/din/factory/country/jersey
152share/din/factory/country/jordan 152share/din/factory/country/jordan
153share/din/factory/country/kazakhstan 153share/din/factory/country/kazakhstan
154share/din/factory/country/kenya 154share/din/factory/country/kenya
155share/din/factory/country/kiribati 155share/din/factory/country/kiribati
156share/din/factory/country/kuwait 156share/din/factory/country/kuwait
157share/din/factory/country/kyrgyzstan 157share/din/factory/country/kyrgyzstan
158share/din/factory/country/lao_people_s_democratic_republic 158share/din/factory/country/lao_people_s_democratic_republic
159share/din/factory/country/laos 159share/din/factory/country/laos
160share/din/factory/country/latvia 160share/din/factory/country/latvia
161share/din/factory/country/lebanon 161share/din/factory/country/lebanon
162share/din/factory/country/lesotho 162share/din/factory/country/lesotho
163share/din/factory/country/liberia 163share/din/factory/country/liberia
164share/din/factory/country/libya 164share/din/factory/country/libya
165share/din/factory/country/libyan_arab_jamahiriya 165share/din/factory/country/libyan_arab_jamahiriya
166share/din/factory/country/liechtenstein 166share/din/factory/country/liechtenstein
167share/din/factory/country/lithuania 167share/din/factory/country/lithuania
168share/din/factory/country/luxembourg 168share/din/factory/country/luxembourg
169share/din/factory/country/macau 169share/din/factory/country/macau
170share/din/factory/country/macedonia 170share/din/factory/country/macedonia
171share/din/factory/country/madagascar 171share/din/factory/country/madagascar
172share/din/factory/country/malawi 172share/din/factory/country/malawi
173share/din/factory/country/malaysia 173share/din/factory/country/malaysia
174share/din/factory/country/maldives 174share/din/factory/country/maldives
175share/din/factory/country/mali 175share/din/factory/country/mali
176share/din/factory/country/malta 176share/din/factory/country/malta
177share/din/factory/country/marshall_islands 177share/din/factory/country/marshall_islands
178share/din/factory/country/martinique 178share/din/factory/country/martinique
179share/din/factory/country/mauritania 179share/din/factory/country/mauritania
180share/din/factory/country/mauritius 180share/din/factory/country/mauritius
181share/din/factory/country/mayotte 181share/din/factory/country/mayotte
182share/din/factory/country/mexico 182share/din/factory/country/mexico
183share/din/factory/country/micronesia 183share/din/factory/country/micronesia
184share/din/factory/country/micronesia__federated_states_of 184share/din/factory/country/micronesia__federated_states_of
185share/din/factory/country/monaco 185share/din/factory/country/monaco
186share/din/factory/country/mongolia 186share/din/factory/country/mongolia
187share/din/factory/country/montenegro 187share/din/factory/country/montenegro
188share/din/factory/country/montserrat 188share/din/factory/country/montserrat
189share/din/factory/country/morocco 189share/din/factory/country/morocco
190share/din/factory/country/mozambique 190share/din/factory/country/mozambique
191share/din/factory/country/namibia 191share/din/factory/country/namibia
192share/din/factory/country/nauru 192share/din/factory/country/nauru
193share/din/factory/country/nepal 193share/din/factory/country/nepal
194share/din/factory/country/netherlands 194share/din/factory/country/netherlands
195share/din/factory/country/netherlands_antilles 195share/din/factory/country/netherlands_antilles
196share/din/factory/country/new_caledonia 196share/din/factory/country/new_caledonia
197share/din/factory/country/new_zealand 197share/din/factory/country/new_zealand
198share/din/factory/country/nicaragua 198share/din/factory/country/nicaragua
199share/din/factory/country/niger 199share/din/factory/country/niger
200share/din/factory/country/nigeria 200share/din/factory/country/nigeria
201share/din/factory/country/niue 201share/din/factory/country/niue
202share/din/factory/country/norfolk_island 202share/din/factory/country/norfolk_island
203share/din/factory/country/north_korea 203share/din/factory/country/north_korea
204share/din/factory/country/northern_mariana_islands 204share/din/factory/country/northern_mariana_islands
205share/din/factory/country/norway 205share/din/factory/country/norway
206share/din/factory/country/oman 206share/din/factory/country/oman
207share/din/factory/country/pakistan 207share/din/factory/country/pakistan
208share/din/factory/country/palau 208share/din/factory/country/palau
209share/din/factory/country/palestine 209share/din/factory/country/palestine
210share/din/factory/country/panama 210share/din/factory/country/panama
211share/din/factory/country/papua_new_guinea 211share/din/factory/country/papua_new_guinea
212share/din/factory/country/paraguay 212share/din/factory/country/paraguay
213share/din/factory/country/peru 213share/din/factory/country/peru
214share/din/factory/country/philippines 214share/din/factory/country/philippines
215share/din/factory/country/pitcairn_islands 215share/din/factory/country/pitcairn_islands
216share/din/factory/country/poland 216share/din/factory/country/poland
217share/din/factory/country/portugal 217share/din/factory/country/portugal
218share/din/factory/country/puerto_rico 218share/din/factory/country/puerto_rico
219share/din/factory/country/qatar 219share/din/factory/country/qatar
220share/din/factory/country/republic_of_moldova 220share/din/factory/country/republic_of_moldova
221share/din/factory/country/reunion 221share/din/factory/country/reunion
222share/din/factory/country/romania 222share/din/factory/country/romania
223share/din/factory/country/russia 223share/din/factory/country/russia
224share/din/factory/country/rwanda 224share/din/factory/country/rwanda
225share/din/factory/country/saint_barthelemy 225share/din/factory/country/saint_barthelemy
226share/din/factory/country/saint_helena 226share/din/factory/country/saint_helena
227share/din/factory/country/saint_kitts_and_nevis 227share/din/factory/country/saint_kitts_and_nevis
228share/din/factory/country/saint_lucia 228share/din/factory/country/saint_lucia
229share/din/factory/country/saint_martin 229share/din/factory/country/saint_martin
230share/din/factory/country/saint_pierre_and_miquelon 230share/din/factory/country/saint_pierre_and_miquelon
231share/din/factory/country/saint_vincent_and_the_grenadines 231share/din/factory/country/saint_vincent_and_the_grenadines
232share/din/factory/country/samoa 232share/din/factory/country/samoa
233share/din/factory/country/san_marino 233share/din/factory/country/san_marino
234share/din/factory/country/sao_tome_and_principe 234share/din/factory/country/sao_tome_and_principe
235share/din/factory/country/saudi_arabia 235share/din/factory/country/saudi_arabia
236share/din/factory/country/senegal 236share/din/factory/country/senegal
237share/din/factory/country/serbia 237share/din/factory/country/serbia
238share/din/factory/country/seychelles 238share/din/factory/country/seychelles
239share/din/factory/country/sierra_leone 239share/din/factory/country/sierra_leone
240share/din/factory/country/singapore 240share/din/factory/country/singapore
241share/din/factory/country/slovakia 241share/din/factory/country/slovakia
242share/din/factory/country/slovenia 242share/din/factory/country/slovenia
243share/din/factory/country/solomon_islands 243share/din/factory/country/solomon_islands
244share/din/factory/country/somalia 244share/din/factory/country/somalia
245share/din/factory/country/south_africa 245share/din/factory/country/south_africa
246share/din/factory/country/south_georgia_south_sandwich_islands 246share/din/factory/country/south_georgia_south_sandwich_islands
247share/din/factory/country/south_korea 247share/din/factory/country/south_korea
248share/din/factory/country/spain 248share/din/factory/country/spain
249share/din/factory/country/sri_lanka 249share/din/factory/country/sri_lanka
250share/din/factory/country/sudan 250share/din/factory/country/sudan
251share/din/factory/country/suriname 251share/din/factory/country/suriname
252share/din/factory/country/svalbard 252share/din/factory/country/svalbard
253share/din/factory/country/swaziland 253share/din/factory/country/swaziland
254share/din/factory/country/sweden 254share/din/factory/country/sweden
255share/din/factory/country/switzerland 255share/din/factory/country/switzerland
256share/din/factory/country/syrian_arab_republic 256share/din/factory/country/syrian_arab_republic
257share/din/factory/country/taiwan 257share/din/factory/country/taiwan
258share/din/factory/country/tajikistan 258share/din/factory/country/tajikistan
259share/din/factory/country/thailand 259share/din/factory/country/thailand
260share/din/factory/country/the_former_yugoslav_republic_of_macedonia 260share/din/factory/country/the_former_yugoslav_republic_of_macedonia
261share/din/factory/country/timor-leste 261share/din/factory/country/timor-leste
262share/din/factory/country/togo 262share/din/factory/country/togo
263share/din/factory/country/tokelau 263share/din/factory/country/tokelau
264share/din/factory/country/tonga 264share/din/factory/country/tonga
265share/din/factory/country/trinidad_and_tobago 265share/din/factory/country/trinidad_and_tobago
266share/din/factory/country/tunisia 266share/din/factory/country/tunisia
267share/din/factory/country/turkey 267share/din/factory/country/turkey
268share/din/factory/country/turkmenistan 268share/din/factory/country/turkmenistan
269share/din/factory/country/turks_and_caicos_islands 269share/din/factory/country/turks_and_caicos_islands
270share/din/factory/country/tuvalu 270share/din/factory/country/tuvalu
271share/din/factory/country/uganda 271share/din/factory/country/uganda
272share/din/factory/country/ukraine 272share/din/factory/country/ukraine
273share/din/factory/country/united_arab_emirates 273share/din/factory/country/united_arab_emirates
274share/din/factory/country/united_kingdom 274share/din/factory/country/united_kingdom
275share/din/factory/country/united_republic_of_tanzania 275share/din/factory/country/united_republic_of_tanzania
276share/din/factory/country/united_states 276share/din/factory/country/united_states
277share/din/factory/country/united_states_minor_outlying_islands 277share/din/factory/country/united_states_minor_outlying_islands
278share/din/factory/country/united_states_virgin_islands 278share/din/factory/country/united_states_virgin_islands
279share/din/factory/country/uruguay 279share/din/factory/country/uruguay
280share/din/factory/country/uzbekistan 280share/din/factory/country/uzbekistan
281share/din/factory/country/vanuatu 281share/din/factory/country/vanuatu
282share/din/factory/country/venezuela 282share/din/factory/country/venezuela
283share/din/factory/country/vietnam 283share/din/factory/country/vietnam
284share/din/factory/country/wallis_and_futuna_islands 284share/din/factory/country/wallis_and_futuna_islands
285share/din/factory/country/western_sahara 285share/din/factory/country/western_sahara
286share/din/factory/country/yemen 286share/din/factory/country/yemen
287share/din/factory/country/zambia 287share/din/factory/country/zambia
288share/din/factory/country/zimbabwe 288share/din/factory/country/zimbabwe
289share/din/factory/curve-library.help.tcl 289share/din/factory/curve-library.help.tcl
290share/din/factory/curve-name.help.tcl 290share/din/factory/curve-name.help.tcl
291share/din/factory/curve-value.help.tcl 291share/din/factory/curve-value.help.tcl
292share/din/factory/curve_editor.hlp 292share/din/factory/curve_editor.hlp
293share/din/factory/d_capturer 293share/din/factory/d_capturer
294share/din/factory/d_circler 294share/din/factory/d_circler
295share/din/factory/d_countries 295share/din/factory/d_countries
296share/din/factory/d_curve_picker 296share/din/factory/d_curve_picker
297share/din/factory/d_dotter 297share/din/factory/d_dotter
298share/din/factory/d_dpeu 298share/din/factory/d_dpeu
299share/din/factory/d_fft 299share/din/factory/d_fft
300share/din/factory/d_fractaliser 300share/din/factory/d_fractaliser
301share/din/factory/d_lissajous 301share/din/factory/d_lissajous
302share/din/factory/d_menu 302share/din/factory/d_menu
303share/din/factory/d_min_max 303share/din/factory/d_min_max
304share/din/factory/d_morpher 304share/din/factory/d_morpher
305share/din/factory/d_number 305share/din/factory/d_number
306share/din/factory/d_octave_shift 306share/din/factory/d_octave_shift
307share/din/factory/d_parameters 307share/din/factory/d_parameters
308share/din/factory/d_plugin_browser 308share/din/factory/d_plugin_browser
309share/din/factory/d_point_modulator 309share/din/factory/d_point_modulator
310share/din/factory/d_rose_milker 310share/din/factory/d_rose_milker
311share/din/factory/d_sine_mixer 311share/din/factory/d_sine_mixer
312share/din/factory/d_spiraler 312share/din/factory/d_spiraler
313share/din/factory/d_starrer 313share/din/factory/d_starrer
314share/din/factory/d_superformula 314share/din/factory/d_superformula
315share/din/factory/d_warper 315share/din/factory/d_warper
316share/din/factory/dash.crv 316share/din/factory/dash.crv
317share/din/factory/decay.crv 317share/din/factory/decay.crv
318share/din/factory/decay.ed 318share/din/factory/decay.ed
319share/din/factory/decay.lib 319share/din/factory/decay.lib
320share/din/factory/delay.ed 320share/din/factory/delay.ed
321share/din/factory/din.hlp 321share/din/factory/din.hlp
322share/din/factory/din.osc 322share/din/factory/din.osc
323share/din/factory/din_info 323share/din/factory/din_info
324share/din/factory/dot.crv 324share/din/factory/dot.crv
325share/din/factory/dp_bpm.crv 325share/din/factory/dp_bpm.crv
326share/din/factory/dp_depth.crv 326share/din/factory/dp_depth.crv
327share/din/factory/drone-mod-am.crv 327share/din/factory/drone-mod-am.crv
328share/din/factory/drone-mod-fm.crv 328share/din/factory/drone-mod-fm.crv
329share/din/factory/drone-modulation.ed 329share/din/factory/drone-modulation.ed
330share/din/factory/drone-pend.ed 330share/din/factory/drone-pend.ed
331share/din/factory/drone.crv 331share/din/factory/drone.crv
332share/din/factory/drone.ed 332share/din/factory/drone.ed
333share/din/factory/droner.help.tcl 333share/din/factory/droner.help.tcl
334share/din/factory/droner.patch.tcl 334share/din/factory/droner.patch.tcl
335share/din/factory/echo.help.tcl 335share/din/factory/echo.help.tcl
336share/din/factory/equal-temperament.tuning 336share/din/factory/equal-temperament.tuning
337share/din/factory/fader.crv 337share/din/factory/fader.crv
338share/din/factory/feedback-l.crv 338share/din/factory/feedback-l.crv
339share/din/factory/feedback-r.crv 339share/din/factory/feedback-r.crv
340share/din/factory/fft_levels 340share/din/factory/fft_levels
341share/din/factory/fm.crv 341share/din/factory/fm.crv
342share/din/factory/font.ed 342share/din/factory/font.ed
343share/din/factory/font.hlp 343share/din/factory/font.hlp
344share/din/factory/gater-patterns.lib 344share/din/factory/gater-patterns.lib
345share/din/factory/gater.crv 345share/din/factory/gater.crv
346share/din/factory/gater.ed 346share/din/factory/gater.ed
347share/din/factory/get-beat.help.tcl 347share/din/factory/get-beat.help.tcl
348share/din/factory/get-bpm.help.tcl 348share/din/factory/get-bpm.help.tcl
349share/din/factory/get-curve-editor.help.tcl 349share/din/factory/get-curve-editor.help.tcl
350share/din/factory/get-delay.help.tcl 350share/din/factory/get-delay.help.tcl
351share/din/factory/get-drone.help.tcl 351share/din/factory/get-drone.help.tcl
352share/din/factory/get-font-size.help.tcl 352share/din/factory/get-font-size.help.tcl
353share/din/factory/get-kern.help.tcl 353share/din/factory/get-kern.help.tcl
354share/din/factory/get-scope.help.tcl 354share/din/factory/get-scope.help.tcl
355share/din/factory/get-selection.help.tcl 355share/din/factory/get-selection.help.tcl
356share/din/factory/get-style.help.tcl 356share/din/factory/get-style.help.tcl
357share/din/factory/get-var.help.tcl 357share/din/factory/get-var.help.tcl
358share/din/factory/globals 358share/din/factory/globals
 359share/din/factory/harmonics
359share/din/factory/harmonics.help.tcl 360share/din/factory/harmonics.help.tcl
360share/din/factory/harmonics.patch.tcl 361share/din/factory/harmonics.patch.tcl
361share/din/factory/help.tcl 362share/din/factory/help.tcl
362share/din/factory/i8n_morse_code 363share/din/factory/i8n_morse_code
363share/din/factory/init.tcl 364share/din/factory/init.tcl
364share/din/factory/inner.crv 365share/din/factory/inner.crv
365share/din/factory/inner_space.crv 366share/din/factory/inner_space.crv
366share/din/factory/jag.fnt 367share/din/factory/jag.fnt
367share/din/factory/just-intonation.tuning 368share/din/factory/just-intonation.tuning
368share/din/factory/key.help.tcl 369share/din/factory/key.help.tcl
369share/din/factory/keyboard-keyboard-waveform.crv 370share/din/factory/keyboard-keyboard-waveform.crv
370share/din/factory/keyboard-keyboard-waveform.ed 371share/din/factory/keyboard-keyboard-waveform.ed
371share/din/factory/keyboard-keyboard.hlp 372share/din/factory/keyboard-keyboard.hlp
372share/din/factory/keyboard-keyboard.settings 373share/din/factory/keyboard-keyboard.settings
373share/din/factory/laser.fnt 374share/din/factory/laser.fnt
374share/din/factory/letter.crv 375share/din/factory/letter.crv
375share/din/factory/letter_space.crv 376share/din/factory/letter_space.crv
376share/din/factory/list-audio.help.tcl 377share/din/factory/list-audio.help.tcl
377share/din/factory/list-patches.help.tcl 378share/din/factory/list-patches.help.tcl
378share/din/factory/load-patch.help.tcl 379share/din/factory/load-patch.help.tcl
379share/din/factory/load-scale.help.tcl 380share/din/factory/load-scale.help.tcl
380share/din/factory/major-chord 381share/din/factory/major-chord
381share/din/factory/make-interval-note-vars.tcl 382share/din/factory/make-interval-note-vars.tcl
382share/din/factory/microtonal-keyboard-waveform.crv 383share/din/factory/microtonal-keyboard-waveform.crv
383share/din/factory/microtonal-keyboard-waveform.ed 384share/din/factory/microtonal-keyboard-waveform.ed
384share/din/factory/midimap.help.tcl 385share/din/factory/midimap.help.tcl
385share/din/factory/midimap.patch.tcl 386share/din/factory/midimap.patch.tcl
386share/din/factory/modulation.ed 387share/din/factory/modulation.ed
387share/din/factory/mondrian.ed 388share/din/factory/mondrian.ed
388share/din/factory/mondrian.hlp 389share/din/factory/mondrian.hlp
389share/din/factory/mondrian_attack.crv 390share/din/factory/mondrian_attack.crv
390share/din/factory/mondrian_attack.ed 391share/din/factory/mondrian_attack.ed
391share/din/factory/mondrian_decay.crv 392share/din/factory/mondrian_decay.crv
392share/din/factory/mondrian_decay.ed 393share/din/factory/mondrian_decay.ed
393share/din/factory/mondrian_waveform.crv 394share/din/factory/mondrian_waveform.crv
394share/din/factory/mondrian_waveform.ed 395share/din/factory/mondrian_waveform.ed
395share/din/factory/morph_source.crv 396share/din/factory/morph_source.crv
396share/din/factory/morph_target.crv 397share/din/factory/morph_target.crv
397share/din/factory/morse-code.ed 398share/din/factory/morse-code.ed
398share/din/factory/morse-code.help.tcl 399share/din/factory/morse-code.help.tcl
399share/din/factory/noiser.crv 400share/din/factory/noiser.crv
400share/din/factory/noiser.ed 401share/din/factory/noiser.ed
401share/din/factory/notation.help.tcl 402share/din/factory/notation.help.tcl
402share/din/factory/note-distance.help.tcl 403share/din/factory/note-distance.help.tcl
403share/din/factory/num-octaves.help.tcl 404share/din/factory/num-octaves.help.tcl
404share/din/factory/octave-shift-patterns.lib 405share/din/factory/octave-shift-patterns.lib
405share/din/factory/octave-shift.crv 406share/din/factory/octave-shift.crv
406share/din/factory/octave-shift.ed 407share/din/factory/octave-shift.ed
407share/din/factory/p_Circler 408share/din/factory/p_Circler
408share/din/factory/p_Countries 409share/din/factory/p_Countries
409share/din/factory/p_Fractaliser 410share/din/factory/p_Fractaliser
410share/din/factory/p_Lissajous 411share/din/factory/p_Lissajous
411share/din/factory/p_Morpher 412share/din/factory/p_Morpher
412share/din/factory/p_Number 413share/din/factory/p_Number
413share/din/factory/p_Rose_Milker 414share/din/factory/p_Rose_Milker
414share/din/factory/p_Sine_Mixer 415share/din/factory/p_Sine_Mixer
415share/din/factory/p_Spiraler 416share/din/factory/p_Spiraler
416share/din/factory/p_Starrer 417share/din/factory/p_Starrer
417share/din/factory/p_Superformula 418share/din/factory/p_Superformula
 419share/din/factory/phases
418share/din/factory/pitch-vol.ed 420share/din/factory/pitch-vol.ed
419share/din/factory/pitch.crv 421share/din/factory/pitch.crv
420share/din/factory/point-modulation.ed 422share/din/factory/point-modulation.ed
421share/din/factory/pomo-x.crv 423share/din/factory/pomo-x.crv
422share/din/factory/pomo-y.crv 424share/din/factory/pomo-y.crv
423share/din/factory/pythagoras.tuning 425share/din/factory/pythagoras.tuning
424share/din/factory/range-height.crv 426share/din/factory/range-height.crv
425share/din/factory/range-height.crv.default 427share/din/factory/range-height.crv.default
426share/din/factory/range-mod-height.crv 428share/din/factory/range-mod-height.crv
427share/din/factory/range-mod-width.crv 429share/din/factory/range-mod-width.crv
428share/din/factory/range-modulation.ed 430share/din/factory/range-modulation.ed
429share/din/factory/range-width-height.ed 431share/din/factory/range-width-height.ed
430share/din/factory/range-width.crv 432share/din/factory/range-width.crv
431share/din/factory/range-width.crv.default 433share/din/factory/range-width.crv.default
432share/din/factory/rose_milker.scr 434share/din/factory/rose_milker.scr
433share/din/factory/rose_milker_cos.crv 435share/din/factory/rose_milker_cos.crv
434share/din/factory/rose_milker_cos.ed 436share/din/factory/rose_milker_cos.ed
435share/din/factory/rose_milker_radius.crv 437share/din/factory/rose_milker_radius.crv
436share/din/factory/rose_milker_radius.ed 438share/din/factory/rose_milker_radius.ed
437share/din/factory/rose_milker_sin.crv 439share/din/factory/rose_milker_sin.crv
438share/din/factory/rose_milker_sin.ed 440share/din/factory/rose_milker_sin.ed
439share/din/factory/save_settings.tcl 441share/din/factory/save_settings.tcl
440share/din/factory/scalelist 442share/din/factory/scalelist
441share/din/factory/scope.osc 443share/din/factory/scope.osc
442share/din/factory/scoper.help.tcl 444share/din/factory/scoper.help.tcl
443share/din/factory/scoper.patch.tcl 445share/din/factory/scoper.patch.tcl
444share/din/factory/seed.crv 446share/din/factory/seed.crv
445share/din/factory/seed.ed 447share/din/factory/seed.ed
446share/din/factory/seed.lib 448share/din/factory/seed.lib
447share/din/factory/set-audio.help.tcl 449share/din/factory/set-audio.help.tcl
448share/din/factory/set-beat.help.tcl 450share/din/factory/set-beat.help.tcl
449share/din/factory/set-bpm.help.tcl 451share/din/factory/set-bpm.help.tcl
450share/din/factory/set-curve-editor.help.tcl 452share/din/factory/set-curve-editor.help.tcl
451share/din/factory/set-delay.help.tcl 453share/din/factory/set-delay.help.tcl
452share/din/factory/set-drone.help.tcl 454share/din/factory/set-drone.help.tcl
453share/din/factory/set-font-size.help.tcl 455share/din/factory/set-font-size.help.tcl
454share/din/factory/set-kern.help.tcl 456share/din/factory/set-kern.help.tcl
455share/din/factory/set-midi.help.tcl 457share/din/factory/set-midi.help.tcl
456share/din/factory/set-scope.help.tcl 458share/din/factory/set-scope.help.tcl
457share/din/factory/set-style.help.tcl 459share/din/factory/set-style.help.tcl
458share/din/factory/set-text-color.help.tcl 460share/din/factory/set-text-color.help.tcl
459share/din/factory/set-var.help.tcl 461share/din/factory/set-var.help.tcl
460share/din/factory/settings.tcl 462share/din/factory/settings.tcl
461share/din/factory/setup-user-dir.tcl 463share/din/factory/setup-user-dir.tcl
462share/din/factory/sin.lib 464share/din/factory/sin.lib
463share/din/factory/sine_levels 
464share/din/factory/sine_mixer_sin.crv 465share/din/factory/sine_mixer_sin.crv
465share/din/factory/sine_mixer_sin.ed 466share/din/factory/sine_mixer_sin.ed
466share/din/factory/sounding-board.osc 467share/din/factory/sounding-board.osc
467share/din/factory/spiraler.scr 468share/din/factory/spiraler.scr
468share/din/factory/spiraler_cos.crv 469share/din/factory/spiraler_cos.crv
469share/din/factory/spiraler_cos.ed 470share/din/factory/spiraler_cos.ed
470share/din/factory/spiraler_radius.crv 471share/din/factory/spiraler_radius.crv
471share/din/factory/spiraler_radius.ed 472share/din/factory/spiraler_radius.ed
472share/din/factory/spiraler_radius.lib 473share/din/factory/spiraler_radius.lib
473share/din/factory/spiraler_sin.crv 474share/din/factory/spiraler_sin.crv
474share/din/factory/spiraler_sin.ed 475share/din/factory/spiraler_sin.ed
475share/din/factory/start-end.help.tcl 476share/din/factory/start-end.help.tcl
476share/din/factory/start-end.patch.tcl 477share/din/factory/start-end.patch.tcl
477share/din/factory/tuning.help.tcl 478share/din/factory/tuning.help.tcl
478share/din/factory/velocity.crv 479share/din/factory/velocity.crv
479share/din/factory/velocity.ed 480share/din/factory/velocity.ed
480share/din/factory/velocity.lib 481share/din/factory/velocity.lib
481share/din/factory/vol.crv 482share/din/factory/vol.crv
482share/din/factory/volume-l.crv 483share/din/factory/volume-l.crv
483share/din/factory/volume-r.crv 484share/din/factory/volume-r.crv
484share/din/factory/warper.ed 485share/din/factory/warper.ed
485share/din/factory/warpx.crv 486share/din/factory/warpx.crv
486share/din/factory/warpy.crv 487share/din/factory/warpy.crv
487share/din/factory/waveforms.lib 488share/din/factory/waveforms.lib
488share/din/factory/window 489share/din/factory/window
489share/din/factory/word.crv 490share/din/factory/word.crv
490share/din/factory/word_space.crv 491share/din/factory/word_space.crv
491share/din/factory/write-svg.help.tcl 492share/din/factory/write-svg.help.tcl
492share/icons/hicolor/scalable/apps/din.svg 493share/icons/hicolor/scalable/apps/din.svg
493share/pixmaps/din.png 494share/pixmaps/din.png

cvs diff -r1.14 -r1.15 pkgsrc/audio/din/distinfo (switch to unified diff)

--- pkgsrc/audio/din/distinfo 2020/06/09 15:33:52 1.14
+++ pkgsrc/audio/din/distinfo 2020/09/04 13:02:57 1.15
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.14 2020/06/09 15:33:52 fox Exp $ 1$NetBSD: distinfo,v 1.15 2020/09/04 13:02:57 fox Exp $
2 2
3SHA1 (din-47.1.tar.gz) = e3de23c7fd65d77b9052f0d433955ba0820b103f 3SHA1 (din-48.tar.gz) = 4ee00ac258069553c0cda9991abb8fded6858d0e
4RMD160 (din-47.1.tar.gz) = 2a075656caea406999545852fce5c318f1e33a7c 4RMD160 (din-48.tar.gz) = fa0b80d0b361d98337fe35e14a9aa9f9d4f811f5
5SHA512 (din-47.1.tar.gz) = 883008fa54751cd626ee60a5c5a4785a82680c229adefc2c8a86bfa28bf6be6549500c1bfe4661028ae8a2015383a2d9e6fe1d8992476d49576a999eea26ba17 5SHA512 (din-48.tar.gz) = 3d54c3db23fe909a3664412f1bbba3898b83184d19c4b04f4432cd0bff0dede01d017cebe36980a3f8158ffbb663e09dd83a0de7206247b47fcc1a9f3b4cc940
6Size (din-47.1.tar.gz) = 3667502 bytes 6Size (din-48.tar.gz) = 3673917 bytes
7SHA1 (patch-src_Makefile.am) = 0959b506b5ff6b2cf525fbde0bd1169f1b5c6401 7SHA1 (patch-src_Makefile.am) = 54764da3df0a4ec664eac019d3565cd644c899b8
8SHA1 (patch-src_Makefile.in) = e4f93496379202ac25ae1909351fea6532989078 8SHA1 (patch-src_Makefile.in) = e4f93496379202ac25ae1909351fea6532989078

cvs diff -r1.7 -r1.8 pkgsrc/audio/din/patches/patch-src_Makefile.am (switch to unified diff)

--- pkgsrc/audio/din/patches/patch-src_Makefile.am 2020/05/23 17:42:32 1.7
+++ pkgsrc/audio/din/patches/patch-src_Makefile.am 2020/09/04 13:02:57 1.8
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1$NetBSD: patch-src_Makefile.am,v 1.7 2020/05/23 17:42:32 fox Exp $ 1$NetBSD: patch-src_Makefile.am,v 1.8 2020/09/04 13:02:57 fox Exp $
2 2
3Removed tcl8.6, asound and jack flags, this is now handled in the pkgsrc 3Removed tcl8.6, asound and jack flags, this is now handled in the pkgsrc
4script. 4script.
5 5
6--- src/Makefile.am.orig 2020-05-19 18:46:10.000000000 +0000 6--- src/Makefile.am.orig 2020-08-28 08:17:04.000000000 +0000
7+++ src/Makefile.am 7+++ src/Makefile.am
8@@ -1,5 +1,5 @@ 8@@ -1,7 +1,7 @@
9-AM_CXXFLAGS = -I ../include -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\" 9 #dinincludedir = $(pkgsrcdir)
 10
 11-AM_CXXFLAGS = -I /usr/include/tcl8.6 -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\"
10-LIBS += -ltcl8.6 -lSDL -lGL -lpthread -lasound 12-LIBS += -ltcl8.6 -lSDL -lGL -lpthread -lasound
11+AM_CXXFLAGS = -I ../include -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\" 13+AM_CXXFLAGS = -Wall -D_THREAD_SAFE -DHAVE_OPENGL -D__LICENSED__ -D __SVG__ -D__GPL20__ -D __BOOST_TIME__ -DPREFIX=\"@prefix@\"
12+LIBS += -lSDL -lGL -lpthread -lasound 14+LIBS += -lSDL -lGL -lpthread -lasound
13  15
14 AM_CFLAGS = -I ../include 
15 bin_PROGRAMS = din 16 bin_PROGRAMS = din
 17 din_SOURCES = alarm.cc arrow_button.cc audio.cc authors_note.cc ball.cc ball_ops.cc basic_editor.cc beat2value.cc binaural_drone.cc binaural_drones.cc bit_display.cc box_selector.cc button.cc capturer.cc checkbutton.cc chrono.cc circler.cc command.cc compressor.cc console.cc console_iterator.cc countries.cc cross_button.cc curve.cc curve_display.cc curve_editor.cc curve_library.cc curve_mixer.cc curve_picker.cc curve_samples.cc custom_periodic.cc delay.cc din.cc din_info.cc drone.cc fader.cc fft.cc field.cc filled_button.cc font.cc font_editor.cc fractaliser.cc globals.cc glyph.cc gravity.cc hit.cc help.cc item_list.cc keyboard_keyboard.cc label.cc levels.cc line.cc lissajous.cc listeners.cc main.cc menu.cc mesh.cc midi_in.cc minus_button.cc mocap.cc modulator.cc mondrian.cc morpher.cc morse_code.cc mouse_slider.cc multi_curve.cc note.cc noiser.cc number.cc oscilloscope.cc phrasor.cc play.cc plugin.cc plugin_browser.cc plus_button.cc point_modulator.cc range.cc recorder.cc rect.cc rose_milker.cc scale_info.cc scale_notes.cc scalelist.cc separator.cc settings.cc sine_mixer.cc slit.cc solver.cc spiraler.cc starrer.cc superformula.cc tap_bpm.cc tcl_interp.cc textboard.cc tokenizer.cc trail.cc triggered_note.cc ui.cc ui_sin_cos_radius.cc viewwin.cc warper.cc widget.cc kiss_fft.c RtAudio.cpp RtMidi.cpp